ComputeIntervalPointsArgs Interface
Arguments for the computeIntervalPoints method.
Extends
Properties
| Name | Type | Description | |
|---|---|---|---|
| arcIntervalFactor | number | undefined | A factor applied to divide each straight edge. | |
| lineIntervalFactor | number | undefined | A factor applied to divide each straight edge. |
Inherited properties
| Name | Type | Inherited from | Description |
|---|---|---|---|
| frame Inherited | "line" | "rectangle" | "circle" | "equilateralTriangle" | "diamond" | "square" | "pentagon" | "hexagon" | "octagon" | "capsule" | "roundedRectangle" | ComputeFrameArgs | Frame shape to be calculated |
| range Inherited | Range2d | ComputeFrameArgs | Range to be enclosed |
| transform Inherited | Transform | ComputeFrameArgs | Transform that translates and rotates the range to world coordinates |
Defined in
Last Updated: 24 October, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.