C# Class K2Engineering.CircularCS

Inheritance: GH_Component
Show file Open project: CecilieBrandt/K2Engineering

Public Methods

Method Description
CircularCS ( ) : System

Initializes a new instance of the CircularCS class.

Protected Methods

Method 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.

Private Methods

Method Description
calcArea ( double d, double t ) : double
calcInertia ( double d, double t ) : double

Method Details

CircularCS() public method

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

RegisterInputParams() protected method

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

RegisterOutputParams() protected method

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