Bitbybit Docs
    Preparing search index...

    Class BRepGraphReconstructDto<T> (Inputs.OCCT)

    A shape and a graph node, by kind and index, for brepGraph.reconstruct, which turns the node back into a real sub-shape.

    Type Parameters

    • T
    Index

    Constructors

    Properties

    Constructors

    Properties

    shape: T

    The shape the graph was built from.

    undefined
    

    What kind of part the node is: solid, shell, face, wire, edge, vertex, compound or compsolid.

    solid
    
    index: number

    The position of the node among the parts of its kind, counting from 0, as the graph queries report it.

    0
    

    1