All Frameworks Object Hierarchy This Framework Previous Next Indexes
IUnknown
|
+---IDispatch
|
+---CATBaseUnknown
|
+---CATBaseDispatch
|
+---AnyObject
|
+---Parameter
|
+---RealParam
|
+---Dimension
|
+---Length
Dim CATDocs As Documents
Set CATDocs = CATIA.Documents
Dim part1 As Document
Set part1 = CATDocs.Add("CATPart")
Dim Width As Length
Set width = part1.Part.Parameters.CreateDimension("width", "LENGTH", 20.)
By default the units are the default units of the IS of units.Copyright © 2003, Dassault Systèmes. All rights reserved.