Bitbybit Docs
    Preparing search index...

    Class DocumentLabelQueryDto<T> (Inputs.OCCT)

    A document and one label for the queries that read a single label, such as assembly.query.getShapeFromLabel and getLabelColor.

    Type Parameters

    • T
    Index

    Constructors

    Properties

    Constructors

    Properties

    document: T

    The document from buildAssemblyDocument or loadStepToDoc.

    undefined
    
    label: string

    The label to read, such as 0:1:1:1, as getDocumentParts reports it.

    undefined