SolidKit3D.TriangleByRefList class
From Solid Graphics Wiki
| ||||||||||
The TriangleByRefList class represents an array of TriangleByRef objects. The class is implemented using List generic which uses the TriangleByRef struct.
Constructors
The class has default constructors only.
Fields
The class has no public fields.
Methods
| Method name | Description |
| Reorient | Reorients all triangles in the array. |
| LoadFromXML | Loads the array from XmlReader object. |
| SaveToXML | Saves the array to MemoryBuffer object as XML. |
See List template reference for list of inherited methods.
Operators
The class has no public operators.
See Also
SolidKit Library Documentation
