SlopeAnnotations
Global drawing system that manages slope annotations across all TechnicalDrawing instances.
Extends
AnnotationSystem<SlopeAnnotationSystem>
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
| Parameter | Type |
|---|---|
components | Components |
Returns
Overrides
AnnotationSystem<SlopeAnnotationSystem>.constructor