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

Online Help

All Products    Maple    MapleSim


CAD[NX]

  

SavePart

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

SavePart()

SavePart(partfile)

Parameters

partfile

-

string; the name of an NX part file

Description

• 

The SavePart command saves an open NX part file. If no partfile argument is provided, then the current work part is saved.

Examples

withCADNX:

OpenConnection:

OpenPartscrew.prt

true

(1)

SavePartscrew.prt

true

(2)

CloseConnection:

See Also

CAD[NX]