Bitbybit Docs
    Preparing search index...

    Class PathPlacementDto

    Placement of a 2D path into 3D CAD space. Defaults map SVG user space (Y down, top-left origin) onto the XY plane upright (Y up).

    Index

    Constructors

    Properties

    Constructors

    • Parameters

      • Optionalscale: number
      • OptionalflipY: boolean
      • Optionalorigin: Point3

      Returns PathPlacementDto

    Properties

    scale: number

    Uniform scale applied to path coordinates.

    1
    
    flipY: boolean

    Negate Y so an SVG appears upright (Y up) in CAD.

    true
    
    origin: Point3

    Translation applied after scale/flip.

    [0, 0, 0]