Solid Edge Part Type Library
OccurrenceEdges Property
Description
Returns the edges that belong to an occurrence of the referenced Pattern object.
Property type
Read-only property
Syntax
Visual Basic
Public Property OccurrenceEdges( _
   ByVal Index As Long, _
   ByVal EdgeType As FeatureTopologyQueryTypeConstants, _
   Optional ByVal FutureUse1 As Variant, _
   Optional ByVal FutureUse2 As Variant _
) As Object
Parameters
Index
EdgeType
ValueDescription
igQueryAllFeature Topology Query Type - All
igQueryConeFeature Topology Query Type - Cone
igQueryCylinderFeature Topology Query Type - Cylinder
igQueryEllipseFeature Topology Query Type - Ellipse
igQueryPlaneFeature Topology Query Type - Plane
igQueryRoundableFeature Topology Query Type - Roundable
igQuerySphereFeature Topology Query Type - Sphere
igQuerySplineFeature Topology Query Type - Spline
igQueryStraightFeature Topology Query Type - Straight
igQueryTorusFeature Topology Query Type - Torus
FutureUse1
FutureUse2
See Also

Pattern Object  | Pattern Members

Send comments on this topic.