CAD[NX]
SetParameterEquation
Calling Sequence
Parameters
Description
Examples
SetParameterEquation(paramname, eqn, partopt)
paramname
-
string; the name of an NX parameter
eqn
string; the right hand side of the defining equation for the given parameter
partopt
(optional) equation of the form part = partfile: optional name of an NX part file
The SetParameterEquation command sets the defining equation of the specified parameter in an open NX part. If no part = partfile argument is given, then the parameter is taken to be in the current work part.
with⁡CADNX:
OpenConnection⁡:
This example assumes that a part containing the displayed parameters is already open in NX.
SetParameterEquation⁡p4,2 * p3 - 0.2
CloseConnection⁡:
See Also
CAD[NX][GetParameterEquation]
Download Help Document