C# Class MeshCreatorInput, GCodeToMesh

Show file Open project: Grosskopf/GCodeToMesh Class Usage Examples

Public Properties

Property Type Description
meshname string
newNormals Vector3[],
newTriangles int[]
newUV Vector2[],
newVertices Vector3d[],

Property Details

meshname public property

public string meshname
return string

newNormals public property

public Vector3[], newNormals
return Vector3[],

newTriangles public property

public int[] newTriangles
return int[]

newUV public property

public Vector2[], newUV
return Vector2[],

newVertices public property

public Vector3d[], newVertices
return Vector3d[],