Bitbybit Docs
    Preparing search index...

    Interface BRepGraphProduct

    interface BRepGraphProduct {
        index: number;
        isAssembly: boolean;
        isPart: boolean;
        shapeRoot: BRepGraphNodeRef;
        components: number[];
    }
    Index

    Properties

    index: number
    isAssembly: boolean
    isPart: boolean
    shapeRoot: BRepGraphNodeRef
    components: number[]