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

CAD[Inventor]

  

GetModelParameterList

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

GetModelParameterList(p)

Parameters

p

-

handle to an Inventor document

Description

• 

The GetModelParameterList command retrieves all the model parameters available from document p.

Examples

> 

with⁡CADInventor:

> 

OpenConnection⁡:

> 

doc≔GetActiveDocument⁡:

> 

GetModelParameterList⁡doc

d1,d2,d3,d4

(1)
> 

CloseConnection⁡:

See Also

CAD[Inventor]