CAD[SolidWorks]
GetDimensionList
Calling Sequence
Parameters
Options
Description
Examples
GetDimensionList(p, options)
p
-
handle to a SolidWorks document
feature : a single feature or a list of features
component : string; a single component or a list of components
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.
with⁡CADSolidWorks:
OpenConnection⁡:
doc≔GetActiveDocument⁡:
GetDimensionList⁡doc
D1@Distance1@myassem.Assembly,D1@Distance2@myassem.Assembly
GetDimensionList⁡doc,component=part1-1
D1@Extrude1@part1.Part,D1@Sketch1@part1.Part,D1@Extrude2@part1.Part,D1@Sketch2@part1.Part
CloseConnection⁡:
See Also
Download Help Document