SetParameterEquation - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.
Our website is currently undergoing maintenance, which may result in occasional errors while browsing. We apologize for any inconvenience this may cause and are working swiftly to restore full functionality. Thank you for your patience.

Online Help

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]

 


Download Help Document