C# Class SharpFEGrasshopper.Core.TypeClass.GH_Element

Inheritance: SimpleGooImplementation
Mostrar archivo Open project: AndreasBak/GrasshopperSharpFE

Public Methods

Method Description
GetDeformedGeometry ( GH_Model model ) : Rhino.Geometry.GeometryBase
GetGeometry ( GH_Model model ) : Rhino.Geometry.GeometryBase
ToSharpElement ( GH_Model model ) : void
ToString ( ) : string

Method Details

GetDeformedGeometry() public abstract method

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

GetGeometry() public abstract method

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

ToSharpElement() public abstract method

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

ToString() public method

public ToString ( ) : string
return string