bitbybit.dev v1.0.0-rc.1
    Preparing search index...

    Class BuildAssemblyDocumentDto<T, D>

    DTO for building an assembly document. Returns a document handle that the caller manages.

    Type Parameters

    • T

      Shape type (TopoDS_Shape or pointer)

    • D

      Document type (Handle_TDocStd_Document or pointer)

    Index

    Constructors

    Properties

    Constructors

    Properties

    Assembly structure definition with parts and nodes

    undefined
    
    existingDocument?: D

    Optional existing document handle to reuse. If provided and valid, the document will be cleared and updated instead of creating a new one. This is useful for updating an assembly without creating a new document each time.

    undefined
    

    true