Continue to Site

Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

  • Congratulations cowski on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by TaylorAnderson

  1. TaylorAnderson

    Variational Patterning of text to increment numbers (or other text) REVISITED

    Hi, everyone! About seven years ago, there was a thread about patterning features such that numerical values in included text features could also increment with each pattern instance. thread561-395780 Back then I'd proposed a solution that required a Child List in Knowledge Fusion. That...
  2. TaylorAnderson

    NX 12 driving me crazy :(

    Folks -- Someone just tipped me off to the Measure discussion over here... Thought I'd drop in and steer you toward some more resources. I've recorded a series of fourteen videos about the new tool, and they're all available over at the NX Design Knowledge Base here...
  3. TaylorAnderson

    Expression values compare = within a tolerance value, NX11

    Are you just looking for something simple like this? if ( abs(exp1 - exp2) < 0.0001 ) then (1) else (911) [If the absolute value of the difference between exp1 and exp2 is less than the tolerance, then 1, else 911.] Does that get you there? Taylor Anderson NX Product Manager, Knowledge Reuse...
  4. TaylorAnderson

    About the nth statement logic

    That first argument in the nth() function needs to be an integer that is the index of the list... the "nth" item in the list. (1st, 2nd, 3rd, 4th, Nth, etc.) So here, if your "Type" attribute will be 59, 60, or 61, then you'll need to offset these values to get down to a valid index for the...
  5. TaylorAnderson

    Expressions longer than maximum size, NX11

    Limit is 1024, as I recall. Taylor Anderson NX Product Manager, Knowledge Reuse and NX Design Product Engineering Software Siemens Product Lifecycle Management Software Inc. (Phoenix, Arizona)
  6. TaylorAnderson

    NX12: If Else in attributes

    Ronald -- You're not going to be able to do If-Else logic directly in the Attributes system. Easily doable a few different ways with expressions, if you can rearrange the location of the attributes at all. Here's one way: ...where the formula for Standard_String is: Again, there are...
  7. TaylorAnderson

    NX8.5 Iterate Dimensions Until Condition Is Met. Journal: &quot;Invalid attempt to load library&quot

    Yes. :-) This is exactly what the Optimization command is for. Works like a charm. Create an associative Distance Measurement feature between the two bodies to start. Choose the expression from that Distance Measurement as the "Objective" in the optimization and give it the desired...
  8. TaylorAnderson

    NX12.0.1.7 MP1 Measure command drastically changed.

    JurgenKreisel -- John Baker tipped me off to your post. (Thanks, John!) I'm happy to respond. (Though frankly, I spend a lot more time over on the Siemens NX Design Forum these days...) >>Has anyone else seen the changes? Oh, yes. :-) In fact, I think we've done more usability testing...
  9. TaylorAnderson

    NX12.0.1.7 MP1 Measure command drastically changed.

    Lars1978 -- As the Product Manager who has spent the last couple of year working with the development team to update and consolidate our measurement commands (and as a 20+ year user of Unigraphics and NX who cares a lot about usability), I'm happy to help where I can. Projected Measurement...
  10. TaylorAnderson

    How to get nearest element from List expression NX8.5 and higher

    RareEarth -- Just saw this one... I've been spending a lager fraction of my time on the Siemens NX Design Forum lately. :-) Here's a brute-force answer (like multicaduser described) that gets you the closest value, with expression1 as the input and expression2 as the list. For your example...
  11. TaylorAnderson

    Highlight fields in the Expressions dialog.

    Ken -- Highlighting is not currently an option here. Comments have been mentioned as one option. Sorting by comments could quickly bring key inputs to the top. Collecting key inputs into a labeled expression group might be another option to explore. But in the end, if you're trying "to...
  12. TaylorAnderson

    how to start learning NX programming tools

    One more comment on this... With NX 11, we actually put out a new "Getting Started Guide" for NX Open, based loosely on the popular "Getting Started Guide" for SNAP. This new resource can be found here: NX Open Getting Started Guide (PDF) Taylor Anderson NX Product Manager, Knowledge Reuse...
  13. TaylorAnderson

    making hole using expression in nx6

    Sorry... Struggling to understand the question. Might you be able to post a picture of the "expression tool bar" you're expecting? Taylor Anderson NX Product Manager, Knowledge Reuse and NX Design Product Engineering Software Siemens Product Lifecycle Management Software Inc. (Phoenix, Arizona)
  14. TaylorAnderson

    Interpart Expressions on Partfamily-Members

    Might you be able to post an example of this problem? I'm pretty sure I don't understand the question yet. Taylor Anderson NX Product Manager, Knowledge Reuse and NX Design Product Engineering Software Siemens Product Lifecycle Management Software Inc. (Phoenix, Arizona)
  15. TaylorAnderson

    Create expression that inherits an attribute value

    Regarding the one expression / two expression question, here's the philosophy behind what we're doing here (and with interpart expressions, too.) Attribute expressions and interpart expressions are now blue system expressions (like measurement expressions) and their formulas are locked...

Part and Inventory Search