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

  

SetWorkPart

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

SetWorkPart(partfile)

Parameters

partfile

-

string; the name of an NX part file

Description

• 

The SetWorkPart command sets the given part file to be the current work part in an NX session.

Examples

> 

with⁡CADNX:

> 

OpenConnection⁡:

> 

SetWorkPart⁡screw.prt

true

(1)
> 

CloseConnection⁡:

See Also

CAD[NX]

CAD[NX][GetWorkPart]