Create angular dimension
Creates diametral dimension - a measurement line spanning full diameter of circular features. Shows '⌀' prefix with optional center mark and arrows at both ends.
Create diametral dimension
Create dimension style - used to style dimension lines, arrows, and text in 3D space. You can customize line colors, thickness, text size, arrow size, and background colors.
Create dimension style
Creates linear dimension - a measurement line between two points with extension lines and text label. The dimension shows the distance between the points and can be styled with DimensionStyleDto.
Create linear dimension
Creates ordinate dimension - shows X, Y, or Z coordinate from a reference point with leader line. Useful for coordinate annotations and datum referencing in technical drawings.
Create ordinate dimension
Creates radial dimension - a measurement line from center to perimeter showing radius or diameter. Shows 'R' prefix for radius or '⌀' prefix for diameter with optional center mark.
Create radial dimension
Generated using TypeDoc
Creates angular dimension - a measurement arc between two direction vectors with extension lines and text label. The dimension shows the angle between the directions and can be styled with DimensionStyleDto.
Dimensions.angularDimension({ name: "Angle", centerPoint: [0, 0, 0], direction1: [1, 0, 0], direction2: [0, 1, 0], radius: 2 });
dimensions
angular dimension
true