Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations cowski on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

spaceclaim custom shortcut

Status
Not open for further replies.

framat

Mechanical
Joined
May 7, 2018
Messages
5
Location
IT
Hello,
I would like to create a custom shortcut like suppress a body base on a selection. I am trying to perform this operation with the script editor using the record command. After recorded, the command execute the suppress operation always on the same and ecorded face. How can I indicate the selected face instead of the recorded one?
Thanks
 
Have you modified the script using for example
Selection.GetActive() ?
 
You can also select a face or an edge and right-click to suppress the body that they are part of.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top