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

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

withCADInventor:

OpenConnection:

docGetActiveDocument:

SetParameterValuedoc,d1=200

UpdateDocumentdoc

CloseDocumentdoc

CloseConnection:

See Also

CAD[Inventor]