Hey Guys!
Just wondering if anyone knows how to access the points and plane command (GSD), thru VBA. Alternatively, does anyone have an effective way of mass point creation on specified curves?
I need to make these points in a macro because further modifications will be made to the points by...
Hello,
I need to copy a partbody from an instance of a product to another product. How might I go about this?
Copying:"Removal : male"
to
"55227-8#K813 Male Plate.CATPart"
syntax may not be perfect, looking for code on how to access specific instances. copying from the document as a whole...
Hey,
I am trying to write a macro that will automate the removal of a tool (body) from a plate it sits in(product). It is creating the removal,
This Code is adding the affected component to "Male1", but I need it to go into "Male155227-8#K813 Male Plate"
Set product5 = products1.Item("Male1")...