brepjs API Reference
    Preparing search index...

    Interface BufferGeometryGroup

    A material group entry compatible with THREE.BufferGeometry.addGroup().

    interface BufferGeometryGroup {
        count: number;
        faceId: number;
        materialIndex: number;
        start: number;
    }
    Index

    Properties

    count: number

    Number of indices in this group.

    faceId: number

    Face topology ID for correlation with the shape's face.

    materialIndex: number

    Sequential material index (0-based).

    start: number

    Start index in the triangle index buffer.