Skip to main content

SlopeAnnotations

Global drawing system that manages slope annotations across all TechnicalDrawing instances.

Extends​

Implements​

Constructors​

new SlopeAnnotations()​

new SlopeAnnotations(components): SlopeAnnotations

Because slope data comes from the 3D model, there is no state machine. Call add directly with the computed slope values:

slopes.add(drawing, { position, direction, slope, style: "default" });

Parameters​

ParameterType
componentsComponents

Returns​

SlopeAnnotations

Overrides​

AnnotationSystem<SlopeAnnotationSystem>.constructor