GetParameterEquation - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Mozilla Firefox.

Online Help

All Products    Maple    MapleSim


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

> 

with⁡CADInventor:

> 

OpenConnection⁡:

> 

doc≔GetActiveDocument⁡:

> 

GetParameterEquation⁡doc,d1

d1 = p1 * 2 ul

(1)
> 

CloseConnection⁡:

See Also

CAD[Inventor]