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

Online Help

All Products    Maple    MapleSim


Home : Support : Online Help : Connectivity : CAD Package : Inventor : SetParameterEquation

CAD[Inventor]

  

SetParameterEquation

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

SetParameterEquation(doc,p,eq)

Parameters

doc

-

handle to an Inventor document

p

-

(string) parameter name

eq

-

(string) equation

Description

• 

The SetParameterEquation command sets the equation associated with the specified parameter to the given equation.

Examples

withCADInventor:

OpenConnection:

docGetActiveDocument:

SetParameterEquationdoc,d1,d1 = p1 * 4 ul

CloseConnection:

See Also

CAD[Inventor]