C# Class BetaSpeckle.SuperMesh

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
ColorToInt ( System color ) : int
SuperMesh ( GH_Mesh myMesh, string guid ) : Grasshopper.Kernel.Types

Method Details

ColorToInt() public method

public ColorToInt ( System color ) : int
color System
return int

SuperMesh() public method

public SuperMesh ( GH_Mesh myMesh, string guid ) : Grasshopper.Kernel.Types
myMesh GH_Mesh
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