Hi all,
I am planing to make some tools in CATIA like customized macros or automating something
Can someone please suggest me some ideas
Thank in advance
Hi kantoku.
That is nice
i tried the code and yes it is deleting constraints of sketch which are having with axis system.
but the code is also deleting constraint with pad features and sketch feature, i don't want to delete those constraints, is it possible to avoid them deleting.
Please help.
Hi LWolf,
Well my approach was to get all constraints in sketch and check each constraints constraint element by using GetConstraintElement method in "constraint" Automation API. and check for parents of the constraint element and know the feature to which the constraint element belong to,
but...
Hi all,
I am trying to make a vba macro which can check if a selected sketch is having constraint with axis system or not, if there is any such constraint I want to delete all such constraints
Please help me in this task.