Bitbybit Docs
    Preparing search index...

    Class ShapeDto<T> (Inputs.OCCT)

    One shape for the many methods that take nothing else, such as shapes.shape.isValid, shapes.face.getFaceArea or operations.boundingBoxOfShape.

    Type Parameters

    • T
    Index

    Constructors

    Properties

    Constructors

    • Type Parameters

      • T

      Parameters

      • Optionalshape: T

      Returns ShapeDto<T>

    Properties

    shape: T

    The shape to work on; it is not changed.

    undefined