C# Class SharpFEGrasshopper.Core.TypeClass.GH_Node

Inheritance: GH_Element
ファイルを表示 Open project: AndreasBak/GrasshopperSharpFE

Private Properties

Property Type Description

Public Methods

Method Description
GH_Node ( Point3d position ) : 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_Node() public method

public GH_Node ( Point3d position ) : System
position Point3d
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