GetParameterNames - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.
Our website is currently undergoing maintenance, which may result in occasional errors while browsing. We apologize for any inconvenience this may cause and are working swiftly to restore full functionality. Thank you for your patience.

Online Help

All Products    Maple    MapleSim


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

CAD[NX]

  

GetParameterNames

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

GetParameterNames(partopt)

Parameters

partopt

-

(optional) equation of the form part = partfile: optional name of an NX part file

Description

• 

The GetParameterNames command retrieves all the parameter names from the given NX part or, if no part = partfile option is provided, from the current work part.

Examples

withCADNX:

OpenConnection:

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

GetParameterNames

p0,p1,p2,p3,p4,p5,p6,p7,p8,p9

(1)

CloseConnection:

See Also

CAD[NX]