v1.0
This object is obsolete and has been replaced by the Segment object. The 1D geometry of a 3D object.
| AverageLocalReferenceFrame | AverageNormal | AveragePosition | ExtremitiesPositions |
| LocalReferenceFrame | Normal | ||
| EndSubComponent0D | Neighborhood0D | Neighborhood1D | Neighborhood2D |
| Neighbors0D | Neighbors1D | Neighbors2D | StartSubComponent0D |
| Type | |||
' this example illustrates how to access the edges of the cube polygon mesh.
CreatePrim "Cube", "MeshSurface"
set oSelList = GetValue("SelectionList")
set oItem = oSelList(0)
set oGeometry = oItem.obj
set o2DComponent = oGeometry.Geometry1D
|