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

Online Help

All Products    Maple    MapleSim


CAD[Inventor]

  

SetParameterValue

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

SetParameterValue(p, r)

Parameters

p

-

handle to an Inventor document

r

-

equation of the form d=v where d is a parameter name and v is a value, or a list of such names

Description

• 

The SetParameterValue command sets the value(s) of the specified parameter(s) in the Inventor document.

Examples

> 

with⁡CADInventor:

> 

OpenConnection⁡:

> 

doc≔GetActiveDocument⁡:

> 

SetParameterValue⁡doc,d1=200

> 

UpdateDocument⁡doc

> 

CloseDocument⁡doc

> 

CloseConnection⁡:

See Also

CAD[Inventor]