GetParameterUnit - 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]

  

GetParameterUnit

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

GetParameterUnit(p, d)

Parameters

p

-

handle to an Inventor document

d

-

name of a parameter

Description

• 

The GetParameterUnit command returns the unit associated with parameter d in the Inventor document p.

Examples

> 

with⁡CADInventor:

> 

OpenConnection⁡:

> 

doc≔GetActiveDocument⁡

doc≔0

(1)
> 

doc≔GetParameterUnit⁡doc,d1

mm

(2)
> 

CloseConnection⁡:

See Also

CAD[Inventor]