C# Class K2Engineering.AxialVisualisation

Inheritance: GH_Component
Afficher le fichier Open project: CecilieBrandt/K2Engineering

Méthodes publiques

Méthode Description
AxialVisualisation ( ) : System

Initializes a new instance of the AxialVisualisation class.

DrawViewportWires ( IGH_PreviewArgs args ) : void

Méthodes protégées

Méthode Description
RegisterInputParams ( GH_Component pManager ) : void

Registers all the input parameters for this component.

RegisterOutputParams ( GH_Component pManager ) : void

Registers all the output parameters for this component.

SolveInstance ( IGH_DataAccess DA ) : void

This is the method that actually does the work.

Method Details

AxialVisualisation() public méthode

Initializes a new instance of the AxialVisualisation class.
public AxialVisualisation ( ) : System
Résultat System

DrawViewportWires() public méthode

public DrawViewportWires ( IGH_PreviewArgs args ) : void
args IGH_PreviewArgs
Résultat void

RegisterInputParams() protected méthode

Registers all the input parameters for this component.
protected RegisterInputParams ( GH_Component pManager ) : void
pManager GH_Component
Résultat void

RegisterOutputParams() protected méthode

Registers all the output parameters for this component.
protected RegisterOutputParams ( GH_Component pManager ) : void
pManager GH_Component
Résultat void

SolveInstance() protected méthode

This is the method that actually does the work.
protected SolveInstance ( IGH_DataAccess DA ) : void
DA IGH_DataAccess The DA object is used to retrieve from inputs and store in outputs.
Résultat void