TriangleByRefList class
From Solid Graphics Wiki
| ||||||||||||
The TriangleByRefList class represents an array of TriangleByRef objects. The class is implemented using List template as base class and the TriangleByRef class as the template type.
Constructors
The class has default constructors only.
Fields
The class has no public fields.
Methods
| Method name | Description |
| Find | Finds whether given triangle is defined in the array. Returns index of the triangle if found, otherwise returns -1 |
| Reorient | Reorients all triangles in the array. |
| LoadFromXML | Loads the array from XmlReader object. |
| SaveToXML | Saves the array to MemoryBuffer object as XML. |
| GetTriangleInfo | Returns specified array triangle's Plane, area and height. |
See List template reference for list of inherited methods.
Operators
The class has no public operators.
See Also
SolidKit Library Documentation
