C# Class PlanBee.Ghc_ExitAccessBetween

Inheritance: GH_TaskCapableComponent
Afficher le fichier Open project: M-JULIANI/planbeeGH

Méthodes publiques

Méthode Description
ComputeBetweenExit ( SmartPlan plan ) : SolveResults
DrawViewportMeshes ( IGH_PreviewArgs args ) : void
DrawViewportWires ( IGH_PreviewArgs args ) : void
Ghc_ExitAccessBetween ( ) : System

Initializes a new instance of the Ghc_ExitAccessBetweencs class.

Méthodes protégées

Méthode Description
RegisterInputParams ( GH_Component.GH_InputParamManager pManager ) : void

Registers all the input parameters for this component.

RegisterOutputParams ( GH_Component.GH_OutputParamManager 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

ComputeBetweenExit() public static méthode

public static ComputeBetweenExit ( SmartPlan plan ) : SolveResults
plan SmartPlan
Résultat SolveResults

DrawViewportMeshes() public méthode

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

DrawViewportWires() public méthode

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

Ghc_ExitAccessBetween() public méthode

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

RegisterInputParams() protected méthode

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

RegisterOutputParams() protected méthode

Registers all the output parameters for this component.
protected RegisterOutputParams ( GH_Component.GH_OutputParamManager pManager ) : void
pManager GH_Component.GH_OutputParamManager
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