I have a question regarding the deletion of a feature in Creo Pro Programming.
I have created a parameter called BOSS and I am trying to run the below code.
IF BOSS==YES
DELETE FEATURE (initial number 😎
INTERNAL FEATURE ID 123
PARENTS = 2(#1) 6(#3) 4(#2)
ENDIF
I am able to delete the feature irrespective of the value I give to BOSS Parameter.
The questions are as follows
Suppression is happening if I try to use the else or add statements but I want deletion.
Thank You,
Solved! Go to Solution.
Pro/Program does not support deletion of features, only suppression.
Pro/Program does not support deletion of features, only suppression.
Hello @VS_10114209,
It looks like you have a response from a community member. If it answered your question please mark the reply as the Accepted Solution.
Of course, if you have more to share on your issue, please let the Community know so other community members can continue to help you.
Thanks,
Community Moderation Team.