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