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

  

UpdateDocument

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

UpdateDocument(aidoc)

Parameters

aidoc

-

a handle to an Inventor document

Description

• 

The UpdateDocument command updates and saves an Inventor document.

Examples

> 

with⁡CADInventor:

> 

OpenConnection⁡:

> 

doc≔OpenDocument⁡c:/mypart.ipt

doc≔0

(1)
> 

GetParameterValue⁡doc,d1

100

(2)
> 

SetParameterValue⁡doc,d1=200

> 

UpdateDocument⁡doc

> 

CloseDocument⁡doc

> 

doc≔OpenDocument⁡c:/mypart.ipt

doc≔1

(3)
> 

GetParameterValue⁡doc,d1

200

(4)
> 

CloseDocument⁡doc

> 

CloseConnection⁡:

See Also

CAD[Inventor]