How to set an expression with NXOpen
How to set an expression with NXOpen
(OP)
Is there a simple one line function in NXOpen to read and set an expression?
INTELLIGENT WORK FORUMS
FOR ENGINEERING PROFESSIONALS Come Join Us!Are you an
Engineering professional? Join Eng-Tips Forums!
*Eng-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail. Posting GuidelinesJobs |
How to set an expression with NXOpen
|
RE: How to set an expression with NXOpen
Snap.NX.Expression.RightHandSide
NXOpen.Expression.RightHandSide
If you want to work with numbers, instead, there are functions like:
Snap.NX.ExpressionNumber.Value
NXOpen.Expression.Value
NXOpen.Expression.IntegerValue