Hi,
In my part file, rectangular planar curve is available as a UDF.
I am able to search for UDF inside a part file using
GSDescendants->GetAllChildren("CATIUdfFeature", udfList);
Also got solid body using
spPartRequest->GetSolidBodies(stdContext, SolidBodyList);
I want to know how to...