Sketch3D.DimensionConstraints3D Property
Parent Object: Sketch3DDescription
Property that returns a collection of all dimension constraints on the 3D sketch.
Syntax
Sketch3D.DimensionConstraints3D() As DimensionConstraints3DProperty Value
This is a read only property whose value is a DimensionConstraints3D.Samples
Name | Description |
Create a 3D sketch dimension | This sample demonstrates the creation of a 3d sketch line and a dimension between the start and the end points of the line. |