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

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

> 

with⁡CADNX:

> 

OpenConnection⁡:

> 

OpenPart⁡screw.prt

true

(1)
> 

SavePart⁡screw.prt

true

(2)
> 

CloseConnection⁡:

See Also

CAD[NX]