SegmentCollection

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

Navigate

Properties

SegmentCollection.Count

IndexArray

SegmentCollection.Item

NormalArray

SubComponent

 

 

 

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

Geometry.Segments

Facet.Segments

Geometry

Segment

EdgeCollection

 

 

 



Autodesk Softimage v7.5