Bitbybit Docs
    Preparing search index...

    Class SplitByPlaneOnOffsetsDto<T> (Inputs.Manifold)

    A solid, a plane normal and several distances for manifold.booleans.splitByPlaneOnOffsets, which cuts the solid into slabs.

    Type Parameters

    • T
    Index

    Constructors

    Properties

    Constructors

    Properties

    manifold: T

    The solid to cut into slabs.

    normal: Vector3

    The normal shared by every cutting plane; its length does not matter.

    [1,0,0]
    
    originOffsets: number[]

    How far each plane sits from the origin along the normal, in model units, in increasing order.

    [0]