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

Count operator IndexArray operator NormalArray operator SubComponent operator

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