Geometry2D

Object Hierarchy

Introduced

v1.0

Description

This object is obsolete and has been replaced by the Segment object. The 2D geometry of a 3D object.

Methods

AverageLocalReferenceFrame AverageNormal AveragePosition CenterPosition
LocalReferenceFrame Normal SubComponent0D2DNormal  
       

Properties

Nb0D2D Neighborhood0D Neighborhood1D Neighborhood2D
Neighbors0D Neighbors1D Neighbors2D SubComponent0D
SubComponent0D2D SubComponent1D Type  
       

Examples

VBScript Example

' this example illustrates how to access the polygons of the cube polygon mesh.
CreatePrim "Cube", "MeshSurface" 
set oSelList = GetValue("SelectionList") 
set oItem = oSelList(0) 
set oGeometry = oItem.obj 
set o2DComponent = oGeometry.Geometry2D

See Also

Geometry_V1 Geometry0D Geometry2D