Bitbybit Docs
    Preparing search index...

    Interface BRepGraphProduct (Models.OCCT)

    One product in an assembly - a part definition, named and shaped, that may be placed more than once. The distinction between a product and an occurrence is what makes assemblies compact: ten identical screws are one product with ten occurrences.

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

    Properties

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