Altair EEvision 2025.1 APIs
    Preparing search index...

    Type Alias ObjectType

    ObjectType:
        | "component"
        | "connector"
        | "cavity"
        | "wire"
        | "multicore"
        | "module"

    Type of an EDB object. Possible values are:

    • "component": All components in an EDB: ECUs, inliners, splices, eyelets, ...
    • "connector": Connectors of the components. Note that, for technical reasons, all components have connectors, even splices and eyelets. For details, please refer to the documentation of the EDB data model.
    • "cavity": Cavities at the connectors. Note that, for technical reasons, all connectors have cavities, even at splices and eyelets. For details, please refer to the documentation of the EDB data model.
    • "wire": Object is a wire (or logical net with more than two end-points).
    • "multicore": Representation of twisting and shielding of sets of wires (also nested).
    • "module": Collection of other objects (components, connectors, cavities, wires, multicores, or other modules). Note: Modules are allowed to contain other modules as long as the containment relation is acyclic.