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

  

GetComponentList

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

GetComponentList(p)

Parameters

p

-

a SolidWorks assembly document

Description

• 

The GetComponentList command gets a list of all the components in a SolidWorks assembly document.

Examples

> 

with⁡CADSolidWorks:

> 

OpenConnection⁡:

> 

doc≔GetActiveDocument⁡:

> 

GetComponentList⁡doc

part1-1,part1-2,part1-3,part2-1

(1)
> 

CloseConnection⁡:

See Also

CAD[SolidWorks]