Add Edge type to std

Signed-off-by: Nick Cameron <nrc@ncameron.org>
This commit is contained in:
Nick Cameron
2025-03-28 11:18:10 +08:00
parent 16ad7ff77a
commit 42f44e11f5
5 changed files with 27 additions and 2 deletions

View File

@ -234,6 +234,10 @@ export type Face
@(impl = std_rust)
export type Helix
/// The edge of a solid.
@(impl = std_rust)
export type Edge
/// A point in two dimensional space.
///
/// `Point2d` is an alias for a two-element array of [number](/docs/kcl/types/number)s. To write a value