C# Class SharpFEGrasshopper.Core.TypeClass.GH_Spring

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

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
GH_Spring ( Point3d start, Point3d end, double springConstant ) : System
GetDeformedGeometry ( GH_Model model ) : Rhino.Geometry.GeometryBase
GetGeometry ( GH_Model model ) : Rhino.Geometry.GeometryBase
ToSharpElement ( GH_Model model ) : void
ToString ( ) : string

Method Details

GH_Spring() public méthode

public GH_Spring ( Point3d start, Point3d end, double springConstant ) : System
start Point3d
end Point3d
springConstant double
Résultat System

GetDeformedGeometry() public méthode

public GetDeformedGeometry ( GH_Model model ) : Rhino.Geometry.GeometryBase
model GH_Model
Résultat Rhino.Geometry.GeometryBase

GetGeometry() public méthode

public GetGeometry ( GH_Model model ) : Rhino.Geometry.GeometryBase
model GH_Model
Résultat Rhino.Geometry.GeometryBase

ToSharpElement() public méthode

public ToSharpElement ( GH_Model model ) : void
model GH_Model
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string