We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4a7772 commit d300dc1Copy full SHA for d300dc1
modeling-cmds/src/format/step.rs
@@ -15,6 +15,13 @@ pub mod import {
15
#[cfg_attr(feature = "ts-rs", derive(ts_rs::TS))]
16
#[cfg_attr(feature = "ts-rs", ts(export_to = "ModelingCmd.ts"))]
17
pub struct Options {
18
+ /// Co-ordinate system of input data.
19
+ ///
20
+ /// Defaults to the [KittyCAD co-ordinate system].
21
22
+ /// [KittyCAD co-ordinate system]: ../coord/constant.KITTYCAD.html
23
+ pub coords: coord::System,
24
+
25
/// Splits all closed faces into two open faces.
26
///
27
/// Defaults to `false` but is implicitly `true` when importing into the engine.
0 commit comments