CAD[Inventor]
SetParameterValue
Calling Sequence
Parameters
Description
Examples
SetParameterValue(p, r)
p
-
handle to an Inventor document
r
equation of the form d=v where d is a parameter name and v is a value, or a list of such names
The SetParameterValue command sets the value(s) of the specified parameter(s) in the Inventor document.
with⁡CADInventor:
OpenConnection⁡:
doc≔GetActiveDocument⁡:
SetParameterValue⁡doc,d1=200
UpdateDocument⁡doc
CloseDocument⁡doc
CloseConnection⁡:
See Also
Download Help Document