Hello guys,
as the title says, I'm trying to find out if there is a new way of calculating difference shapes of elements, with setting the tolerance value.
In the SDK examples i found out about Boolean operations and functions like :
SolidUtil::Modify::BooleanSubtract (target, &tool.front (), tool.size ());
But this looks like a complete different way of handling the problem. Is there a new way using the EditElementHandles? The reason why I look for the replacement is that in V8I, i got correct results from the function mdlElmdscr_differenceShapes, however whenever I call the function in CONNECT, the result element descriptor doesn't have any element created, only model reference is set.
Thanks for any kind of input