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

CAD[NX]

  

GetEquationList

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

GetEquationList( partopt )

Parameters

partopt

-

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

Description

• 

The GetEquationList command retrieves all the equations from the given NX part or, if no part = partfile argument 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.

GetEquationList

p0=1.000000,p1=2.000000,p2=3.000000,p3=3.000000,p4=0.500000,p5=3.500000,p6=19.6538240580533,p7=5.500000,p8=2.000000,p9=7.500000

(1)

CloseConnection:

See Also

CAD[NX]