CAD[Inventor]
SetParameterEquation
Calling Sequence
Parameters
Description
Examples
SetParameterEquation(doc,p,eq)
doc
-
handle to an Inventor document
p
(string) parameter name
eq
(string) equation
The SetParameterEquation command sets the equation associated with the specified parameter to the given equation.
withCADInventor:
OpenConnection:
doc≔GetActiveDocument:
SetParameterEquationdoc,d1,d1 = p1 * 4 ul
CloseConnection:
See Also
Download Help Document