Object Hierarchy | Related C++ Class: Edge
Edge
v3.0
The Edge object gives access to the geometry edges of an X3DObject's primitive. Edge are the PolygonMesh specifics of Segment. You can reach edge from PolygonFace.Edges and PolygonMesh.Edges.
Application | Categories | Crease | FullName |
Help | Index | IsBoundary | IsHard |
Name | NestedObjects | Nodes | Origin |
OriginPath | Parent | Points | Samples |
SubComponent | Type | Vertices | |
set oObj = ActiveSceneRoot.addgeometry( "Cube", "MeshSurface" ) set oGeometry = oObj.activeprimitive.geometry set oEdge = oGeometry.Edges(0) |