Option to exclude features from outsize calculations.
Hi,
The Toolkit API can calculate the model's outer angle size through ProSolidOutlineCompute. This function can exclude some elements such as datum features and curves.
Surfaces and hidden features cannot be excluded from ProSolidOutlineCompute() calculations.
We'd like to hear your thoughts on ideas for solving these problems.
1. Exclude hidden features and surfaces of the active model, convert to STEP, and then RETRIVE to perform ProSolidOutlineCompute().
: It takes a lot of time
2. Use ProSolidFeatstatusGet to visit the Geomitem of features excluding surfaces and hidden features to find the minimum and maximum points of XYZ.
If you have any better ideas, please help.
Warm Regards,
SeonHo CHA.

