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

  

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

withCADInventor:

OpenConnection:

docGetActiveDocument

doc0

(1)

docGetParameterUnitdoc,d1

mm

(2)

CloseConnection:

See Also

CAD[Inventor]