CAD[NX]
GetParameterDescription
Calling Sequence
Parameters
Description
Examples
GetParameterDescription(paramname)
GetParameterDescription(paramname, partopt)
paramname
-
string; the name of an NX parameter
partopt
(optional) equation of the form part = partfile: optional name of an NX part file
The GetParameterDescription command returns a description of the given parameter in an open NX part. If no 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.
GetParameterDescription⁡p3
(Cone(1) Base Diameter)
CloseConnection⁡:
See Also
CAD[NX][GetParameterValue]
Download Help Document