Class FloatingMesh
Inheritance
System.Object
    FloatingMesh
  Inherited Members
      System.Object.ToString()
    
    
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
  Namespace: PiXYZ.Utils
Assembly: cs.temp.dll.dll
Syntax
public class FloatingMesh
  Fields
indices
Declaration
public int[] indices
  Field Value
| Type | Description | 
|---|---|
| System.Int32[] | 
topology
Declaration
public MeshTopology topology
  Field Value
| Type | Description | 
|---|---|
| MeshTopology | 
verticesData
Declaration
public VerticesData verticesData
  Field Value
| Type | Description | 
|---|---|
| VerticesData | 
Methods
ToMesh()
Declaration
public Mesh ToMesh()
  Returns
| Type | Description | 
|---|---|
| Mesh |