brepjs API Reference
    Preparing search index...

    Interface StepExportPart<D>

    A shape with optional name and color for STEP assembly export.

    interface StepExportPart<D extends Dimension = "3D"> {
        color?: readonly [number, number, number, number];
        name?: string;
        shape: AnyShape<D>;
    }

    Type Parameters

    Index

    Properties

    Properties

    color?: readonly [number, number, number, number]
    name?: string
    shape: AnyShape<D>