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

Online Help

All Products    Maple    MapleSim


CAD[SolidWorks]

  

CloseConnection

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

CloseConnection()

CloseConnection(shutdown)

Parameters

shutdown

-

(optional) boolean; true if the application should be closed on disconnect, false otherwise

Description

• 

The CloseConnection command releases an open instance of SolidWorks.

• 

If the shutdown option is true, then the open instance of SolidWorks will be shutdown.

Examples

withCADSolidWorks:

OpenConnection:

docGetActiveDocument

doc0

(1)

CloseConnectiontrue:

See Also

CAD[SolidWorks]