Accessing ProMechEdge
An opaque handle called a ProMechEdge represents an edge member of the model.
Functions Introduced:
The function types ProMechedgeVisitAction() and ProMechedgeFilterAction() are used as arguments to functions that visit ProMechEdge objects.
Use the function ProMechedgeIdGet() to obtain the ID of the given edge.
Note:
 
This ID is not persistent and is not related to the Creo Parametric edge ID.
Use the function ProMechedgeOwnerGet() to obtain the owner ProMechSolid of the given edge.
Use the function ProMechedgeSurfaceVisit() to visit the surfaces that share this edge.
Use the function ProMechedgeContourVisit() to visit the contours that contain this edge.
Use the function ProMechedgeEndpointsGet() to obtain the endpoints of the given edge.
Use the function ProMechedgeIncontactedgesGet() to obtain the list of edges that are in contact with the given edge.
Use the function ProMechedgeAncestorsGet() to obtain the ancestor edges for the given edge. These are the actual Creo Parametric geometry edges used to construct this Creo Simulate edge.
도움이 되셨나요?