C# Class SharpFEGrasshopper.Core.TypeClass.GH_Model

Inheritance: SimpleGooImplementation
Afficher le fichier Open project: AndreasBak/GrasshopperSharpFE Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public AssembleSharpModel ( ) : void
Résultat void

GH_Model() public méthode

public GH_Model ( ModelType modelType ) : System
modelType ModelType
Résultat System

GetDisplacedPoint() public méthode

public GetDisplacedPoint ( int nodeIndex ) : Point3d
nodeIndex int
Résultat Point3d

GetNodeDisplacement() public méthode

public GetNodeDisplacement ( int nodeIndex ) : Vector3d
nodeIndex int
Résultat Vector3d

GetNodeReaction() public méthode

public GetNodeReaction ( int nodeIndex ) : Vector3d
nodeIndex int
Résultat Vector3d

Solve() public méthode

public Solve ( ) : void
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string