Solid Edge Geometry Type Library
Geometry Property
Description
Returns a 3-D geometry object whose properties and methods can extend to the topology collection.
Property type
Read-only property
Syntax
Visual Basic
Public Property Geometry As Object
Remarks
The returned object depends on the basic wireframe geometry of the curve, edge, or face. For example, if the topology collection contains a face that is a cone, the methods and properties for the Cone 3-D geometry object can extend to the topology collection. The object type returned through the Geometry property can be determined by the GeometryType property. The Geometry property is extended to the Curves, Edges, Faces, or FacesByRay property of the object whose curves, faces, or edges comprise the topology collection. To use the extended methods and properties for the Geometry property, the Topology collection object must consist of a single face or edge.
See Also

Curve Object  | Curve Members