C# Class SharpFEGrasshopper.Core.TypeClass.GH_ConstantStrainTriangle

Inheritance: GH_Element
Exibir arquivo Open project: AndreasBak/GrasshopperSharpFE Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
GH_ConstantStrainTriangle ( Point3d p0, Point3d p1, Point3d p2, GH_Material material, double thickness ) : 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_ConstantStrainTriangle() public method

public GH_ConstantStrainTriangle ( Point3d p0, Point3d p1, Point3d p2, GH_Material material, double thickness ) : System
p0 Point3d
p1 Point3d
p2 Point3d
material GH_Material
thickness double
return System

GetDeformedGeometry() public method

public GetDeformedGeometry ( GH_Model model ) : Rhino.Geometry.GeometryBase
model GH_Model
return Rhino.Geometry.GeometryBase

GetGeometry() public method

public GetGeometry ( GH_Model model ) : Rhino.Geometry.GeometryBase
model GH_Model
return Rhino.Geometry.GeometryBase

ToSharpElement() public method

public ToSharpElement ( GH_Model model ) : void
model GH_Model
return void

ToString() public method

public ToString ( ) : string
return string