C# Class PlanBee.Ghc_ExitAccessBetween

Inheritance: GH_TaskCapableComponent
Show file Open project: M-JULIANI/planbeeGH

Public Methods

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.

Protected Methods

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.

Method Details

ComputeBetweenExit() public static method

public static ComputeBetweenExit ( SmartPlan plan ) : SolveResults
plan SmartPlan
return SolveResults

DrawViewportMeshes() public method

public DrawViewportMeshes ( IGH_PreviewArgs args ) : void
args IGH_PreviewArgs
return void

DrawViewportWires() public method

public DrawViewportWires ( IGH_PreviewArgs args ) : void
args IGH_PreviewArgs
return void

Ghc_ExitAccessBetween() public method

Initializes a new instance of the Ghc_ExitAccessBetweencs class.
public Ghc_ExitAccessBetween ( ) : System
return System

RegisterInputParams() protected method

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

RegisterOutputParams() protected method

Registers all the output parameters for this component.
protected RegisterOutputParams ( GH_Component.GH_OutputParamManager pManager ) : void
pManager GH_Component.GH_OutputParamManager
return void

SolveInstance() protected method

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.
return void