How to use the above option using scripting in SCDM/Discovery ?
Hi @Abhijith Rajan I think there is no APIs for using the clearance operation. You need to create your own solution, using MeasureHelper.DistanceBetweenObjects for instance.
If you have many bodies in your model, you can narrow the search using BoundingBox.
Hi @Abhijith Rajan
you should be able to use this to execute the command
from SpaceClaim.Api.V241 import Command Command.Execute('CaeNearFaces')
but it will only execute the command and give you a visual of the result