C# Class BetaSpeckle.SuperPolyline

ファイルを表示 Open project: didimitrie/speckle.exporter Class Usage Examples

Public Properties

Property Type Description
data dynamic
parentGuid string
type string
uuid System.Guid

Public Methods

Method Description
SuperPolyline ( GH_Line line, string guid ) : Grasshopper.Kernel.Types
SuperPolyline ( Rhino.Geometry.Polyline p, bool isClosed, string guid ) : Grasshopper.Kernel.Types

Method Details

SuperPolyline() public method

public SuperPolyline ( GH_Line line, string guid ) : Grasshopper.Kernel.Types
line GH_Line
guid string
return Grasshopper.Kernel.Types

SuperPolyline() public method

public SuperPolyline ( Rhino.Geometry.Polyline p, bool isClosed, string guid ) : Grasshopper.Kernel.Types
p Rhino.Geometry.Polyline
isClosed bool
guid string
return Grasshopper.Kernel.Types

Property Details

data public_oe property

public dynamic data
return dynamic

parentGuid public_oe property

public string parentGuid
return string

type public_oe property

public string type
return string

uuid public_oe property

public Guid,System uuid
return System.Guid