C# Class BetaSpeckle.SuperPolyline

Show file 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 property

public dynamic data
return dynamic

parentGuid public property

public string parentGuid
return string

type public property

public string type
return string

uuid public property

public Guid,System uuid
return System.Guid