GetParameterEquation - 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 : GetParameterEquation

CAD[NX]

  

GetParameterEquation

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

GetParameterEquation(paramname, partopt)

Parameters

paramname

-

string; name of a parameter in an open NX part

partopt

-

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

Description

• 

The GetParameterEquation command retrieves the defining equation of the specified parameter in an open NX part. If no part = partfile argument is given, then the parameter is taken to be in the current work part.

Examples

withCADNX:

OpenConnection:

GetParameterEquationTHREAD_LENGTH_FULL_LENGTH

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

CloseConnection:

See Also

CAD[NX]

CAD[NX][SetParameterEquation]