CAD[NX]
GetParameterEquation
Calling Sequence
Parameters
Description
Examples
GetParameterEquation(paramname, partopt)
paramname
-
string; name of a parameter in an open NX part
partopt
(optional) equation of the form part = partfile: optional name of an NX part file
The GetParameterEquation command retrieves 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⁡:
GetParameterEquation⁡THREAD_LENGTH_FULL_LENGTH
This example assumes that a part containing the displayed parameters is already open in NX.
CloseConnection⁡:
See Also
CAD[NX][SetParameterEquation]
Download Help Document