Bitbybit Docs
    Preparing search index...

    Class BuildAssemblyDocumentDto<T, D> (Inputs.OCCT)

    A structure, an optional document to update and optional source documents for assembly.manager.buildAssemblyDocument.

    Type Parameters

    • T

      Shape type (TopoDS_Shape or pointer)

    • D

      Document type (Handle_TDocStd_Document or pointer)

    Index

    Constructors

    Properties

    The parts, nodes and updates to build, from combineStructure.

    undefined
    
    existingDocument?: D

    A document to update in place instead of creating a new one; its removals and part updates are applied first, then the new parts and nodes added.

    undefined
    

    true

    sourceDocuments?: D[]

    The documents imported parts copy from, indexed by sourceDocumentIndex; usually loaded with loadStepToDoc, and left unchanged.

    undefined
    

    true