Bitbybit Docs
    Preparing search index...

    Class ProjectWireDto<T, U> (Inputs.OCCT)

    A wire, a shape and a direction for shapes.wire.project, which casts the wire onto the shape along the direction.

    Type Parameters

    • T
    • U
    Index

    Constructors

    Properties

    Constructors

    Properties

    wire: T

    The wire to cast onto the shape.

    undefined
    
    shape: U

    The shape the wire lands on.

    undefined
    
    direction: Vector3

    The direction the wire is cast along; only its direction matters.

    [0, 1, 0]