Related C++ Class: CTriangleRefArray
Introduced
1.5
Description
A collection of Triangle objects that represents all the triangles in the Geometry. The TriangleCollection object is accessed via the Geometry.Triangles property.
Properties
Examples
VBScript Example
set root = Application.ActiveProject.ActiveScene.Root set obj = root.AddGeometry( "Cube", "MeshSurface" ) set geometry = obj.ActivePrimitive.Geometry set triangles = geometry.Triangles
See Also
Autodesk Softimage v7.5