export class SSubGroup {
    /**
     *
     * @type {number}
     */
    iNrFaces: number;
    /**
     * *int
     * @type {Int32Array|null}
     */
    pTriMembers: Int32Array | null;
}
//# sourceMappingURL=SSubGroup.d.ts.map