Geometry_V1.Geometry1D
 
 
 

Geometry_V1.Geometry1D

Description

Returns the Geometry1D for this object

Examples

VBScript Example

' this example illustrates how to access the automation object for the 
' edges of the cube polygon mesh.
CreatePrim "Cube", "MeshSurface"
set oSelList = GetValue("SelectionList")
set oItem = oSelList(0)
set oGeometry = oItem.obj
set o1DGeometry = oGeometry.Geometry1D

See Also

Geometry1D Geometry_V1.Geometry0D Geometry_V1.Geometry2D Geometry