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

Online Help

All Products    Maple    MapleSim


CAD[SolidWorks]

  

GetDocumentName

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

GetDocumentName(swdoc)

Parameters

swdoc

-

a handle to a SolidWorks document

Description

• 

The GetDocumentName command retrieves the full pathname of an open SolidWorks document.

Examples

> 

with⁡CADSolidWorks:

> 

OpenConnection⁡:

> 

doc≔GetActiveDocument⁡

doc≔0

(1)
> 

GetDocumentName⁡doc

c:/mypart.sldprt

(2)
> 

CloseConnection⁡:

See Also

CAD[SolidWorks]