GetParameterEquation - 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 : GetParameterEquation

CAD[Inventor]

  

GetParameterEquation

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

GetParameterEquation(doc,p)

Parameters

doc

-

handle to an Inventor document

p

-

(string) parameter name

Description

• 

The GetParameterEquation command retrieves the equation associated with the specified parameter.

Examples

withCADInventor:

OpenConnection:

docGetActiveDocument:

GetParameterEquationdoc,d1

d1 = p1 * 2 ul

(1)

CloseConnection:

See Also

CAD[Inventor]

 


Download Help Document