CAD[Inventor]
UpdateDocument
Calling Sequence
Parameters
Description
Examples
UpdateDocument(aidoc)
aidoc
-
a handle to an Inventor document
The UpdateDocument command updates and saves an Inventor document.
with⁡CADInventor:
OpenConnection⁡:
doc≔OpenDocument⁡c:/mypart.ipt
doc≔0
GetParameterValue⁡doc,d1
100
SetParameterValue⁡doc,d1=200
UpdateDocument⁡doc
CloseDocument⁡doc
doc≔1
200
CloseConnection⁡:
See Also
Download Help Document