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 measure between a face and User Feature?
When I try to declare UDF as CATIMeasurable, I get a error message
cannot convert from 'CATIUdfFeatureInstance_var' to 'CATIMeasurable_var *'
Thanks in Advance
22555
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 measure between a face and User Feature?
When I try to declare UDF as CATIMeasurable, I get a error message
cannot convert from 'CATIUdfFeatureInstance_var' to 'CATIMeasurable_var *'
Thanks in Advance
22555