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

Online Help

All Products    Maple    MapleSim


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

CAD[NX]

  

GetParameterType

 

Calling Sequence

Parameters

Options

Description

Examples

Calling Sequence

GetParameterType(paramname)

GetParameterType(paramname, opts)

Parameters

paramname

-

string; name of a parameter in an open NX part

opts

-

option of the form part=filename

Options

• 

The GetParameterType command takes a single option part, which must be the name of an NX part in which the specified parameter occurs.

Description

• 

The GetParameterType command determines the type of the specified parameter in an open NX part. If no part= option is given, then the parameter is taken to be in the current work part.

• 

The type is returned in the form of a Maple string describing the NX type of the parameter. Note that this is not a Maple type, but rather the name of the NX type.

Examples

withCADNX:

OpenConnection:

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

GetParameterTypeTHREAD_LENGTH_FULL_LENGTH

Number

(1)

CloseConnection:

See Also

CAD[NX]