CAD[NX][SetParameterValue]
|
Calling Sequence
|
|
SetParameterValue(paramname, value)
SetParameterValue(paramname, value, partfile)
|
|
Parameters
|
|
paramname
|
-
|
string; the name of an NX parameter
|
value
|
-
|
string; the (numeric) value to which the parameter is set
|
partfile
|
-
|
string; optional name of an NX part file
|
|
|
|
|
Description
|
|
•
|
The SetParameterValue command sets the value 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.
|
|
|