C# Class SharpFEGrasshopper.Core.TypeClass.GH_Model

Inheritance: SimpleGooImplementation
Datei anzeigen Open project: AndreasBak/GrasshopperSharpFE Class Usage Examples

Public Methods

Method Description
AssembleSharpModel ( ) : void
GH_Model ( ModelType modelType ) : System
GetDisplacedPoint ( int nodeIndex ) : Point3d
GetNodeDisplacement ( int nodeIndex ) : Vector3d
GetNodeReaction ( int nodeIndex ) : Vector3d
Solve ( ) : void
ToString ( ) : string

Method Details

AssembleSharpModel() public method

public AssembleSharpModel ( ) : void
return void

GH_Model() public method

public GH_Model ( ModelType modelType ) : System
modelType ModelType
return System

GetDisplacedPoint() public method

public GetDisplacedPoint ( int nodeIndex ) : Point3d
nodeIndex int
return Point3d

GetNodeDisplacement() public method

public GetNodeDisplacement ( int nodeIndex ) : Vector3d
nodeIndex int
return Vector3d

GetNodeReaction() public method

public GetNodeReaction ( int nodeIndex ) : Vector3d
nodeIndex int
return Vector3d

Solve() public method

public Solve ( ) : void
return void

ToString() public method

public ToString ( ) : string
return string