Bitbybit Docs
    Preparing search index...

    Class SliceInStepPatternDto<T> (Inputs.OCCT)

    A solid, a pattern of spacings and a direction for operations.sliceInStepPattern, which cuts it into parallel slices with repeating gaps.

    Type Parameters

    • T
    Index

    Constructors

    Properties

    Constructors

    Properties

    shape: T

    The solid, or shape holding solids, to slice.

    undefined
    
    steps: number[]

    The gaps between slices in model units, applied in turn from the bottom and repeated until the top is reached.

    [0.1, 0.2]
    
    direction: Vector3

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

    [0, 1, 0]