how to explode pattern by vba
how to explode pattern by vba
(OP)
If I have many rect. and circ. patterns in partbody
can I explode all by one click?
or should I manually select each pattern and explode ;(
can I explode all by one click?
or should I manually select each pattern and explode ;(





RE: how to explode pattern by vba
Have you tried Edit / Search and then Select. Finally Explode selected.
By Search dialog you can even save favorite searches.
RE: how to explode pattern by vba
RE: how to explode pattern by vba
Personally I do not like explode pattern as it creates isolated sketch supports for all the exploded entities, but you may not need to worry about this
RE: how to explode pattern by vba
RE: how to explode pattern by vba
CATIA.StartCommand "exp"
RE: how to explode pattern by vba
that is I was looking for...
RE: how to explode pattern by vba