Documentation
    Preparing search index...

    Interface AssemblyMapAssembly

    interface AssemblyMapAssembly {
        brepId: string | undefined;
        parentId: string | undefined;
        subAssemblyIds: string[];
        wcsTransformation: number[];
    }
    Index

    Properties

    brepId: string | undefined
    parentId: string | undefined
    subAssemblyIds: string[]
    wcsTransformation: number[]