Skip to main content
1-Visitor
March 22, 2017
Question

Remove Parameter Name

  • March 22, 2017
  • 2 replies
  • 3405 views

I have a Model in my Creo Session.I named Some Parameter of my model .Is it possible to remove the parameter or delete the parameter.

Ex:Here I named some Parameter Col1,Col2,Col3,Col4,Col5 respectively.I want  to delete all  the parameter except Col1 by using J-Link .Is it possible ?.I don't know where to start.Suggest some Ideas.

Model.JPG                                                                                                                     

Thanks in Advance.

2 replies

ddhini1-VisitorAuthor
1-Visitor
March 22, 2017

I found pfcModelItem.Parameter.Delete .but not sure about how to start .

KenFarley
21-Topaz II
March 22, 2017

What you are showing in the image is dimensions, not parameters. A parameter is a variable value that you can set and use in relations, etc. I don't know if you can delete a dimension via a program if it is being used in the definition of a sketch or other entity. A parameter can be deleted as long as it has not been used in a relation. If you just want to get rid of the particular dimension name, you could rename the dimension to something else, perhaps.

ddhini1-VisitorAuthor
1-Visitor
March 23, 2017

Here I provided Col1,Col2,Col3,Col4,Col5 name in model.So I want to delete all the names except Col1.Is it possible?

Thanks for your Response Mr.Kenneth.

24-Ruby III
March 24, 2017

Hi,

as Kenneth Farley told you ... you cannot delete Col1,Col2,Col3,Col4,Col5, because these symbols represent model dimension driving model geometry. You can rename them, if you do not want see Col2,Col3,Col4,Col5 names.

MH