TrianglePointCollection

Related C++ Class: CTriangleVertexRefArray

Introduced

v1.5

Description

A collection of TrianglePoint objects that represents all the points on a Triangle object.

The TrianglePointCollection object is accessed via the Triangle.Points property.

Properties

Array ColorArray Count operator IndexArray
NormalArray PositionArray UVArray  
       

Examples

VBScript Example

set root = application.activeproject.activescene.root
set obj = root.addgeometry( "Cube", "MeshSurface" )
set geometry = obj.activeprimitive.geometry
set Points = geometry.Triangles(0).Points

See Also

Geometry Triangle.Points