Bitbybit Docs
    Preparing search index...

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

    Wires, a shape and a direction for shapes.wire.projectWires, which casts each wire onto the shape along the direction.

    Type Parameters

    • T
    • U
    Index

    Constructors

    Properties

    Constructors

    Properties

    wires: T[]

    The wires to cast onto the shape, one result per wire.

    undefined
    
    shape: U

    The shape the wires land on.

    undefined
    
    direction: Vector3

    The direction the wires are cast along; only its direction matters.

    [0, 1, 0]