CAD[NX]
GetParameterValues
Calling Sequence
Parameters
Description
Examples
Compatibility
GetParameterValues( partopt )
partopt
-
(optional) equation of the form part = partfile: optional name of an NX part file
withunits
truefalse; (optional) if set to true, then return value with units attached
The GetParameterValues command retrieves the values of all parameters in an open NX part. If no part = partfile argument is given, then the parameter is taken to be in the current work part.
Note that the withunits option is only valid for parameters of numeric type. If a parameter appearing in the result list is not of numeric type, or if there are no units associated with it, the value is returned without units.
with⁡CADNX:
OpenConnection⁡:
This example assumes that a part containing the displayed parameters is already open in NX.
GetParameterValues⁡
p6=19.6538240580533
GetParameterValues⁡withunits
p6=19.6538240580533⁢m
CloseConnection⁡:
The CAD[NX][GetParameterValues] command was introduced in Maple 17.
For more information on Maple 17 changes, see Updates in Maple 17.
See Also
CAD[NX][GetParameterValue]
Download Help Document