GetFeatureList - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


CAD[SolidWorks]

  

GetFeatureList

 

Calling Sequence

Parameters

Options

Description

Examples

Calling Sequence

GetFeatureList(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 GetFeatureList command lists the features in a SolidWorks document.

• 

If the feature option is provided, then the subfeatures of the specified features are returned.

• 

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

Examples

withCADSolidWorks:

OpenConnection:

docGetActiveDocument:

GetFeatureListdoc

Design Binder&comma;Annotations&comma;Lights, Cameras and Scene&comma;Solid Bodies&comma;Surface Bodies&comma;Comments&comma;Material <not specified>&comma;Front&comma;Top&comma;Right&comma;Origin&comma;Design Table&comma;Sketch1&comma;Extrude1&comma;Sketch2&comma;Extrude2&comma;Sketch6&comma;Extrude3&comma;Sketch7&comma;Cut-Extrude2&comma;Fillet2&comma;Fillet1&comma;CirPattern1&comma;Fillet3&comma;Rectangle&comma;Sketch11&comma;Sketch12&comma;Surface-Extrude2

(1)

GetFeatureListdoc&comma;component=part1-1

Design Binder&comma;Annotations&comma;Lights, Cameras and Scene&comma;Solid Bodies&comma;Surface Bodies&comma;Comments&comma;Material <not specified>&comma;Front&comma;Top&comma;Right&comma;Origin&comma;Design Table&comma;Sketch1&comma;Extrude1

(2)

GetFeatureListdoc&comma;component=part1-1part2-1

Design Binder&comma;Annotations&comma;Lights, Cameras and Scene&comma;Solid Bodies&comma;Surface Bodies&comma;Comments&comma;Material <not specified>&comma;Front&comma;Top&comma;Right&comma;Origin&comma;Design Table&comma;Sketch1&comma;Extrude1&comma;Fillet1

(3)

GetFeatureListdoc&comma;feature=Extrude3

Sketch7

(4)

CloseConnection&colon;

See Also

CAD[SolidWorks]