Related C++ Class: CSegmentRefArray
Description
A collection of Segment objects that represents all the segment sub-components in the Geometry. The SegmentCollection object is available from the Geometry.Segments property.
Methods
Properties
|
|
|
|
Examples
VBScript Example
set oRoot = Application.ActiveProject.ActiveScene.Root set oObj = oRoot.AddGeometry( "Cube", "MeshSurface" ) set oGeometry = oObj.ActivePrimitive.Geometry set oSegments = oGeometry.Segments
See Also
|
|
|
|
Autodesk Softimage v7.5