Related C++ Class: CSegmentRefArray
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.
set oRoot = Application.ActiveProject.ActiveScene.Root set oObj = oRoot.AddGeometry( "Cube", "MeshSurface" ) set oGeometry = oObj.ActivePrimitive.Geometry set oSegments = oGeometry.Segments |