User's Guide > Creo Simulate: Geometry > Accessing ProMechVertex
Accessing ProMechVertex
An opaque handle called a ProMechVertex represents a vertex member of the model.
Functions Introduced:
The function types ProMechvertexVisitAction() and ProMechvertexFilterAction() are used as arguments to functions that visit ProMechVertex objects.
Use the function ProMechvertexIdGet() to obtain the ID of the given vertex.
Use the function ProMechvertexOwnerGet() to obtain the volume that owns this vertex.
Use the function ProMechvertexPointGet() to obtain the coordinate point for a given vertex.
Use the function ProMechvertexSurfaceVisit() to visit the surfaces that include this vertex.
Use the function ProMechvertexEdgeVisit() to visit the edges that contain this vertex.
Use the function ProMechvertexIncontactverticesGet() to obtain the list of vertices that are in contact with the given vertex.
Isto foi útil?