Method | 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.
|
Method | 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.
|
public static ComputeBetweenExit ( SmartPlan plan ) : SolveResults | ||
plan | SmartPlan | |
return | SolveResults |
public DrawViewportMeshes ( IGH_PreviewArgs args ) : void | ||
args | IGH_PreviewArgs | |
return | void |
public DrawViewportWires ( IGH_PreviewArgs args ) : void | ||
args | IGH_PreviewArgs | |
return | void |
protected RegisterInputParams ( GH_Component.GH_InputParamManager pManager ) : void | ||
pManager | GH_Component.GH_InputParamManager | |
return | void |
protected RegisterOutputParams ( GH_Component.GH_OutputParamManager pManager ) : void | ||
pManager | GH_Component.GH_OutputParamManager | |
return | void |
protected SolveInstance ( IGH_DataAccess DA ) : void | ||
DA | IGH_DataAccess | The DA object is used to retrieve from inputs and store in outputs. |
return | void |