Package com.solibri.smc.api.model

  • Interface Summary
    Interface Description
    Building
    Represents a building in a model.
    Component
    Represents one component in the data model.
    FunctionalSystem
    Represents the system of a component.
    GeographicCoordinate
    Represents a geographic coordinate at reference point.
    GeographicCoordinate.Angle
    Internal Angle interface that defines degrees, minutes, and seconds.
    Group
    A group is a logical collection of objects.
    Hyperlink
    Represents a hyperlink in Solibri.
    Material
    Represents the material of a component.
    MModel
    Modifiable extension of Model.
    Model
    This interface is used for getting data from the data model.
    Models
    The service for opening models and accessing them.
    Property<T>
    Represents a Property of a PropertySet in a Component.
    PropertyReference
    This interface represents a reference to a property.
    PropertySet
    Represents a Property Set of a Component.
    Quantities
    Provides access to the quantities of a Component.
    Relation
    Represents a relation between components.
    Site
    A site may include a definition of the single geographic reference point for this site (global position using Longitude, Latitude and Elevation) for the project.
    Zone
    A zone is an aggregation of spaces, partial spaces or other zones.
  • Enum Summary
    Enum Description
    ComponentType
    This enumeration contains the various entity types.
    PropertyType
    Represents the data type of a property.
    Quantities.Type
    Specifies the type of the quantity.
    Relation.Direction
    Specifies the direction of a relation.
    Relation.Type
    Represents the types of supported relations.
  • Exception Summary
    Exception Description
    ModelNotFoundException
    An exception that is thrown when there is no model having matching UUID.
    ModelOpeningException
    An exception that is thrown when the model opening is failed for some reason.