Class MeshDefinitionList
Inheritance
MeshDefinitionList
Syntax
[Serializable]
public class MeshDefinitionList
Constructors
MeshDefinitionList(int)
Declaration
public MeshDefinitionList(int size)
Parameters
Type |
Name |
Description |
int |
size |
|
MeshDefinitionList(MeshDefinition[])
Declaration
public MeshDefinitionList(MeshDefinition[] tab)
Parameters
Fields
list
Declaration
public MeshDefinition[] list
Field Value
Properties
this[int]
Declaration
public MeshDefinition this[int index] { get; set; }
Parameters
Type |
Name |
Description |
int |
index |
|
Property Value
length
Declaration
public int length { get; }
Property Value
Operators
implicit operator MeshDefinition[](MeshDefinitionList)
Declaration
public static implicit operator MeshDefinition[](MeshDefinitionList o)
Parameters
Returns