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 MintJulep on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to remove part properties from model using macro

Status
Not open for further replies.

akhtar07

Mechanical
Joined
Mar 8, 2015
Messages
59
Location
AE
Hello guys,

I got help regarding auto-listing of properties in the 3d model using macro "part properties".

I have attached a file where the listed properties are shown. The data against these properties can be filled. Now I want to remove these properties or undo using a new macro.

Is there any macro available to do so or any other method to automatically swipe out the data entered?

If yes please help me out.


Warm regards,
Akhtar Aziz
 
 http://files.engineering.com/getfile.aspx?folder=bc0cc324-3490-4f56-a3c3-b531e692a814&file=part_properties.jpg
Dim parameters1 As Parameters
Set parameters1 = product1.UserRefProperties

parameters1.Remove "MATERIAL"

try to record a macro
 
Thank you Jenial.

I will try and let you know.



Warm regards,
Akhtar Aziz
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top