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

Community Tip - You can Bookmark boards, posts or articles that you'd like to access again easily! X

Part param for model name

JonathanHodgson
11-Garnet

Part param for model name

Pro/Experts,



Is there a model (part) parameter for the part name (or family table
instance name)?



In drawings we use &model_name, but that doesn't appear to exist in a
part.



Thanks!

Jonathan
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
This e-mail and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this e-mail in error please notify the sender immediately and delete this e-mail from your system. Please note that any views or opinions presented in this e-mail are solely those of the author and do not necessarily represent those of Ricardo (save for reports and other documentation formally approved and signed for release to the intended recipient). Only Directors are authorised to enter into legally binding obligations on behalf of Ricardo. Ricardo may monitor outgoing and incoming e-mails and other telecommunications systems.
By replying to this e-mail you give consent to such monitoring. The recipient should check e-mail and any attachments for the presence of viruses. Ricardo accepts no liability for any damage caused by any virus transmitted by this e-mail. "Ricardo" means Ricardo plc and its subsidiary companies.
Ricardo plc is a public limited company registered in England with registered number 00222915.
The registered office of Ricardo plc is Shoreham Technical Centre, Shoreham-by Sea, West Sussex, BN43 5FG.
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

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.
2 REPLIES 2

On 01/27/12 05:25, Hodgson, Jonathan P wrote:
>
> Pro/Experts,
>
> Is there a model (part) parameter for the part name (or family table instance name)?
>

rel_model_name() function (relations) returns the model name so you can do something like this in
your relations:
modelname = rel_model_name()

> In drawings we use &model_name, but that doesn't appear to exist in a part.
>
> Thanks!
>
> Jonathan
>
>

--
------------------------------------------------------------------------
Randy Jones
Systems Administrator
Great Plains Mfg., Inc.
1525 E North St
PO Box 5060
Salina, KS USA 67401
email: -
Phone: 785-823-3276
Fax: 785-667-2695
------------------------------------------------------------------------

I have been investigating using model_name in repeat regions for assembly BOM with no luck. I would like to have column that points out parts' detail drawing reference and I thought model_name would be best since it is forced to be unique in Windchill



Has anybody been able to include model_name in a repeat region? Or possibly another way to include parts' detail drawing reference in a repeat regoin in a BOM?



TIA,


Scot

Top Tags