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

Online Help

All Products    Maple    MapleSim


CAD[SolidWorks]

  

GetDimensionList

 

Calling Sequence

Parameters

Options

Description

Examples

Calling Sequence

GetDimensionList(p, options)

Parameters

p

-

handle to a SolidWorks document

Options

• 

feature : a single feature or a list of features

• 

component : string; a single component or a list of components

Description

• 

The GetDimensionList command retrieves all the dimensions available from document p.

• 

If the feature option is provided, then the dimensions for only the specified features are returned.

• 

If the component option is provided, then features of the specified components are returned.

Examples

> 

with⁡CADSolidWorks:

> 

OpenConnection⁡:

> 

doc≔GetActiveDocument⁡:

> 

GetDimensionList⁡doc

D1@Distance1@myassem.Assembly,D1@Distance2@myassem.Assembly

(1)
> 

GetDimensionList⁡doc,component=part1-1

D1@Extrude1@part1.Part,D1@Sketch1@part1.Part,D1@Extrude2@part1.Part,D1@Sketch2@part1.Part

(2)
> 

CloseConnection⁡:

See Also

CAD[SolidWorks]