GetParameterNames - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Mozilla Firefox.

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

> 

with⁡CADNX:

> 

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]