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

Online Help

All Products    Maple    MapleSim


CAD[Inventor]

  

OpenDocument

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

OpenDocument(f)

Parameters

f

-

string; name of an Inventor document

Description

• 

The OpenDocument command opens an Inventor document and returns a handle.

Examples

> 

with⁡CADInventor:

> 

OpenConnection⁡:

> 

doc≔OpenDocument⁡c:/mypart.ipt

doc≔0

(1)
> 

CloseDocument⁡doc

> 

CloseConnection⁡:

See Also

CAD[Inventor]