How to remove part properties from model using macro
How to remove part properties from model using macro
(OP)
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.
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





RE: How to remove part properties from model using macro
Set parameters1 = product1.UserRefProperties
parameters1.Remove "MATERIAL"
try to record a macro
RE: How to remove part properties from model using macro
I will try and let you know.
Warm regards,
Akhtar Aziz