CAD[NX]
SetParameterValue
Calling Sequence
Parameters
Description
Examples
SetParameterValue(paramname, value, partopt)
paramname
-
string; the name of an NX parameter
value
string; the (numeric) value to which the parameter is set
partopt
(optional) equation of the form part = partfile: optional name of an NX part file
The SetParameterValue command sets the value 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.
SetParameterValue⁡p4,2.3
CloseConnection⁡:
See Also
CAD[NX][GetParameterValue]
Download Help Document