CAD[NX][SetParameterEquation]
|
Calling Sequence
|
|
SetParameterEquation(paramname, eqn)
SetParameterEquation(paramname, eqn, partfile)
|
|
Parameters
|
|
paramname
|
-
|
string; the name of an NX parameter
|
eqn
|
-
|
string; the right hand side of the defining equation for the given parameter
|
partfile
|
-
|
string; optional name of an NX part file
|
|
|
|
|
Description
|
|
•
|
The SetParameterEquation command sets the defining equation of the specified parameter in an open NX part. If no partfile argument is given, then the parameter is taken to be in the current work part.
|
|
|