HazelrahBL
Computer
- May 7, 2010
- 2
Hello,
This is a question for people familiar with NXOpen.
I'm working with DraftingSheets that have notes on them which reference attributes defined in the part (i.e. "<W@ATTRIBUTE_NAME1>-<W@ATTRIBUTE_NAME2>").
I've been looking through the NXOpen .NET API reference and simply cannot figure out how to evaluate the text in the note to get the actual value displayed on the draft.
I know I can analyze the string and get the attribute names from which I can look up the values, but it seems to me NX should have this built in. They have this for Tabular Notes (Tables) in the form of Tabnot.AskEvaluatedCellText(), so it makes sense that you should be able to do this for normal notes too.
Thank you for any help!
This is a question for people familiar with NXOpen.
I'm working with DraftingSheets that have notes on them which reference attributes defined in the part (i.e. "<W@ATTRIBUTE_NAME1>-<W@ATTRIBUTE_NAME2>").
I've been looking through the NXOpen .NET API reference and simply cannot figure out how to evaluate the text in the note to get the actual value displayed on the draft.
I know I can analyze the string and get the attribute names from which I can look up the values, but it seems to me NX should have this built in. They have this for Tabular Notes (Tables) in the form of Tabnot.AskEvaluatedCellText(), so it makes sense that you should be able to do this for normal notes too.
Thank you for any help!