Bitbybit Docs
    Preparing search index...

    Class SliceDto<T> (Inputs.OCCT)

    A solid, a spacing and a direction for operations.slice, which cuts it into parallel slices.

    Type Parameters

    • T
    Index

    Constructors

    Properties

    Constructors

    Properties

    shape: T

    The solid, or shape holding solids, to slice.

    undefined
    
    step: number

    The distance between slices, in model units; must be above 0.

    0.1
    

    0

    Infinity

    0.1

    direction: Vector3

    The direction the slices are stacked along; each cutting plane is perpendicular to it.

    [0, 1, 0]