ClosePart - 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]

  

ClosePart

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

ClosePart()

ClosePart(partfile)

Parameters

partfile

-

string; the name of an NX part file

Description

• 

The ClosePart command closes an open NX part file. If no partfile argument is given, then all open parts are closed.

Examples

withCADNX:

OpenConnection:

OpenPartscrew.prt

true

(1)

ClosePartscrew.prt

true

(2)

CloseConnection:

See Also

CAD[NX]

CAD[NX][OpenPart]