cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - When posting, your subject should be specific and summarize your question. Here are some additional tips on asking a great question. X

getting rid of purple dimensions automatically?

lylebeidler
1-Newbie

getting rid of purple dimensions automatically?

I'm working on automated models for configure-to-order products, and many of
our parts have features that will be suppressed, depending on input
parameters. So the drawing has to have dimensions for these features. When
we go to print the drawing, if the features are suppressed, the dimensions
that had been there for the features that are suppressed are now, of course,
unregenerated & therefore purple.



Currently, we must manually select the unwanted dims & get rid of them.

Is there a way to magically get rid of these dimensions?



(note that this is one more reason to use shown dimensions instead of
created whenever possible - the shown dimensions simply go away. Only the
created ones become unregenerated)

--



Lyle Beidler
MGS Inc
178 Muddy Creek Church Rd
Denver PA 17517
717-336-7528
Fax 717-336-0514
<">mailto:-> -
<">http://www.mgsincorporated.com>
This thread is inactive and closed by the PTC Community Management Team. If you would like to provide a reply and re-open this thread, please notify the moderator and reference the thread. You may also use "Start a topic" button to ask a new question. Please be sure to include what version of the PTC product you are using so another community member knowledgeable about your version may be able to assist.
3 REPLIES 3

We have used programming in the drawing mode for this type of application
and it works pretty well. Views can be relocated, or omitted. Dimensions,
notes, etc can be blanked and unblanked.
here is a link to some more detailed info.

Thanks, Bob. That does the trick!



--



Lyle Beidler
MGS Inc
178 Muddy Creek Church Rd
Denver PA 17517
717-336-7528
Fax 717-336-0514
<">mailto:-> -
<">http://www.mgsincorporated.com>

Thanks to Bob Frindt for this link to a how to on drawing mode programs.

The function that has been most useful for our configurator-driven models is
this: it allows you to set a drawing state, whereby you move or hide views,
dims, etc, then add a condition to the program similar to this:

IF FEAT_SUPPRESSED(<part number=">, <feat_id>)

SET STATE <name of=" drawing=" state=">

ENDIF





<">http://www.ptc.com/cs/cs_27/howto/dpg245/dpg245.htm>
-
<">http://www.mgsincorporated.com>
Top Tags