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

  

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

> 

with⁡CADNX:

> 

OpenConnection⁡:

> 

OpenPart⁡screw.prt

true

(1)
> 

ClosePart⁡screw.prt

true

(2)
> 

CloseConnection⁡:

See Also

CAD[NX]

CAD[NX][OpenPart]