C# Class MeshCreatorInput, GCodeToMesh

Afficher le fichier Open project: Grosskopf/GCodeToMesh Class Usage Examples

Méthodes publiques

Свойство Type Description
meshname string
newNormals Vector3[],
newTriangles int[]
newUV Vector2[],
newVertices Vector3d[],

Property Details

meshname public_oe property

public string meshname
Résultat string

newNormals public_oe property

public Vector3[], newNormals
Résultat Vector3[],

newTriangles public_oe property

public int[] newTriangles
Résultat int[]

newUV public_oe property

public Vector2[], newUV
Résultat Vector2[],

newVertices public_oe property

public Vector3d[], newVertices
Résultat Vector3d[],