User's Guide > Creo Simulate: Geometry > Accessing ProMechCompositeCurve
Accessing ProMechCompositeCurve
An opaque handle called a ProMechCompositeCurve represents a composite curve member of the model. By default, the Creo Simulate geometry will include only those curves which have Creo Simulate loads or other items referencing them. You can generate additional curves by including them as inputs to ProMechmodeldataEntitiesSet().
Functions Introduced:
The function types ProMechcompositecurveVisitAction() and ProMechcompositecurveFilterAction() are used as arguments to functions that visit ProMechCompositeCurve objects.
Use the function ProMechcompositecurveIdGet() to obtain the ID of the composite curve.
*This ID is not persistent and is not related to the Creo Parametric composite curve ID.
Use the function ProMechcompositecurveOwnerGet() to obtain the owner model of the composite curve.
Use the function ProMechcompositecurveCurveVisit() to visit the curves that make up this composite curve.
Use the function ProMechcompositecurveAncestorsGet() to obtain the ancestor curves for the given curve. These are the actual Creo Parametric geometry curves used to construct this Creo Simulate curve.
Was this helpful?