C# Class BetaSpeckle.SuperMesh

Datei anzeigen 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_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