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

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

withCADInventor:

OpenConnection:

docOpenDocumentc:/mypart.ipt

doc0

(1)

GetParameterValuedoc,d1

100

(2)

SetParameterValuedoc,d1=200

UpdateDocumentdoc

CloseDocumentdoc

docOpenDocumentc:/mypart.ipt

doc1

(3)

GetParameterValuedoc,d1

200

(4)

CloseDocumentdoc

CloseConnection:

See Also

CAD[Inventor]