GetParameterValues - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

Home : Support : Online Help : Connectivity : CAD Package : NX : GetParameterValues

CAD[NX]

  

GetParameterValues

 

Calling Sequence

Parameters

Description

Examples

Compatibility

Calling Sequence

GetParameterValues( partopt )

Parameters

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

Description

• 

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.

Examples

This example assumes that a part containing the displayed parameters is already open in NX.

(1)

(2)

Compatibility

• 

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]

CAD[NX][GetParameterValue]

 


Download Help Document