Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- AABB2d - Interface in com.solibri.geometry.primitive2d
-
Read-only interface for axis-aligned bounding boxes in XY-plane.
- AABB3d - Interface in com.solibri.geometry.primitive3d
-
Read-only interface for axis-aligned bounding boxes in 3-dimensional space.
- AABBIntersectionFilter - Interface in com.solibri.smc.api.filter
-
Filter that accepts components whose axis-aligned bounding box (AABB) intersects the AABB defined for the filter.
- accept(Component) - Method in interface com.solibri.smc.api.filter.ComponentFilter
-
When this method returns
true
, theComponent
is accepted. - ACCEPT_ALL - Static variable in interface com.solibri.smc.api.filter.ComponentFilter
-
A filter that accepts all components.
- ACCEPT_NONE - Static variable in interface com.solibri.smc.api.filter.ComponentFilter
-
A filter that accepts no component.
- ACCEPTED - Enum constant in enum com.solibri.smc.api.checking.Decision
-
Accepted decision.
- ACTUATOR - Enum constant in enum com.solibri.smc.api.model.ComponentType
- add(double) - Method in interface com.solibri.geometry.linearalgebra.Matrix4d
-
Returns a copy of this matrix after adding a scalar to each component of this matrix.
- add(Matrix4d) - Method in interface com.solibri.geometry.linearalgebra.Matrix4d
-
Returns a copy of this matrix after calculating the sum of this matrix and the given matrix.
- add(Vector2d) - Method in interface com.solibri.geometry.linearalgebra.Vector2d
-
Returns the sum of this vector and the given vector.
- add(Vector3d) - Method in interface com.solibri.geometry.linearalgebra.Vector3d
-
Returns the sum of this vector and the given vector.
- add(Area) - Method in interface com.solibri.geometry.primitive2d.MArea
-
Adds the given shape of the specified area to the shape of this area.
- addComment(Comment) - Method in interface com.solibri.smc.api.communication.Slide
-
Adds the given comment to this slide.
- addComment(Comment) - Method in interface com.solibri.smc.api.communication.Viewpoint
-
Adds the given comment to this viewpoint.
- addComponent(Component) - Method in interface com.solibri.smc.api.communication.Slide
-
Add the given component to the components of this slide.
- addComponent(Component, double) - Method in interface com.solibri.smc.api.visualization.Visualization
-
Adds a component to this visualization.
- addComponent(UIComponent) - Method in interface com.solibri.smc.api.ui.UIContainer
-
Adds a component to this container.
- addComponents(Collection<? extends Component>, double) - Method in interface com.solibri.smc.api.visualization.Visualization
-
Adds a collection of components to this visualization.
- addComponentsWithColor(Collection<? extends Component>, ARGBColor) - Method in interface com.solibri.smc.api.visualization.Visualization
-
Adds a collection of components with color to the visualization.
- addComponentWithColor(Component, ARGBColor) - Method in interface com.solibri.smc.api.visualization.Visualization
-
Adds a component with a color to this visualization.
- addExternalID(UUID) - Method in interface com.solibri.smc.api.communication.Comment
-
Add an id this comment has in some external system.
- addExternalID(UUID) - Method in interface com.solibri.smc.api.communication.Slide
-
Add an id this slide has in some external system.
- addExternalID(UUID) - Method in interface com.solibri.smc.api.communication.Viewpoint
-
Add an id this viewpoint has in some external system.
- addFootprints(double, double) - Method in interface com.solibri.smc.api.visualization.Visualization
-
Adds the footprints between the given elevations to this visualization.
- addFootprints(Component) - Method in interface com.solibri.smc.api.visualization.Visualization
-
Adds the footprints on the elevation of the component to this visualization.
- addInPlace(double) - Method in interface com.solibri.geometry.linearalgebra.MMatrix4d
-
Adds a scalar to each component of this matrix.
- addInPlace(Matrix4d) - Method in interface com.solibri.geometry.linearalgebra.MMatrix4d
-
Sets the value of this matrix to sum of itself and the given matrix.
- addInPlace(Vector2d) - Method in interface com.solibri.geometry.linearalgebra.MVector2d
-
Adds the given vector to this vector in place.
- addInPlace(Vector3d) - Method in interface com.solibri.geometry.linearalgebra.MVector3d
-
Adds the given vector to this vector in place.
- addLayout(Layout) - Method in interface com.solibri.smc.api.layout.Layouts
-
Adds a new layout to the UI.
- addOptionImages(List<UIImage>) - Method in interface com.solibri.smc.api.ui.UIRadioButtonPanel
-
Add images that are added to the radio buttons.
- addSection(Plane) - Method in interface com.solibri.smc.api.visualization.Visualization
-
Adds a section plane to this visualization.
- addSections(Collection<Plane>) - Method in interface com.solibri.smc.api.visualization.Visualization
-
Adds the given section planes to this visualization.
- addSlide(Slide) - Method in interface com.solibri.smc.api.communication.Presentation
-
Adds the given slide to this presentation.
- addSlideModifiedListener(SlideModifiedListener) - Method in interface com.solibri.smc.api.internal.listeners.Listeners
-
Add listener that gets notified when
Slide
instances are modified. - addViewpoint(Viewpoint) - Method in interface com.solibri.smc.api.communication.Slide
-
Adds the given viewpoint to this Slide.
- addVisualizationItem(VisualizationItem) - Method in interface com.solibri.smc.api.visualization.Visualization
-
Adds a visualization item to this visualization.
- addVisualizationItems(Collection<VisualizationItem>) - Method in interface com.solibri.smc.api.visualization.Visualization
-
Adds a collection of
VisualizationItem
to this visualization. - AIR_TERMINAL - Enum constant in enum com.solibri.smc.api.model.ComponentType
- AIR_TERMINAL_BOX - Enum constant in enum com.solibri.smc.api.model.ComponentType
- AIR_TO_AIR_HEAT_RECOVERY - Enum constant in enum com.solibri.smc.api.model.ComponentType
- ALARM - Enum constant in enum com.solibri.smc.api.model.ComponentType
- all(ComponentFilter...) - Static method in interface com.solibri.smc.api.filter.ComponentFilter
-
Returns filter that accepts components when they are accepted by all the specified filters.
- ALL - Enum constant in enum com.solibri.smc.api.issues.BcfScope
- and(ComponentFilter) - Method in interface com.solibri.smc.api.filter.ComponentFilter
-
Returns a new filter that accepts components that are accepted by both this filter and other filter at the same time.
- angle(Vector2d) - Method in interface com.solibri.geometry.linearalgebra.Vector2d
-
Returns the minimum angle between this vector and the given vector.
- angle(Vector3d) - Method in interface com.solibri.geometry.linearalgebra.Vector3d
-
Returns the angle in radians between this vector and the given vector.
- AngleFormat - Interface in com.solibri.smc.api.settings.formats
-
PercentageFormat allows formatting angles consistently and based on the user settings.
- any(ComponentFilter...) - Static method in interface com.solibri.smc.api.filter.ComponentFilter
-
Returns filter that accepts components when they are accepted by at least one of the specified filters.
- ANYWHERE - Enum constant in enum com.solibri.smc.api.Product
- ARBITRARY - Enum constant in enum com.solibri.smc.api.model.profile.ProfileType
-
Arbitrary profile is a cross section defined by an outer boundary as bounded curve, which may also include holes, defined by inner boundaries.
- ArbitraryProfile - Interface in com.solibri.smc.api.model.profile
-
Represents the Arbitrary profile of a component.
- ARCHITECTURE - Enum constant in enum com.solibri.smc.api.project.Project.Industry
-
Architecture industry.
- Area - Interface in com.solibri.geometry.primitive2d
-
Read-only interface for handling areas in XY-plane.
- AREA - Enum constant in enum com.solibri.smc.api.model.PropertyType
- AREA - Enum constant in enum com.solibri.smc.api.model.Quantities.Type
-
The area of the component.
- AREA_OF_DOORS - Enum constant in enum com.solibri.smc.api.model.Quantities.Type
-
The area of the doors related to the component.
- AREA_OF_OPENINGS - Enum constant in enum com.solibri.smc.api.model.Quantities.Type
-
The area of the openings related to the component.
- AREA_OF_WINDOWS - Enum constant in enum com.solibri.smc.api.model.Quantities.Type
-
The area of the windows related to the component.
- AreaFormat - Interface in com.solibri.smc.api.settings.formats
-
PercentageFormat allows formatting areas consistently and based on the user settings.
- ARGBColor - Interface in com.solibri.smc.api.visualization
-
Describes a color with Alpha, Red, Green and Blue components.
- asList() - Method in interface com.solibri.smc.api.checking.RuleParameters
-
Get the parameters of the rule as a List of RuleParameter object.
- asList() - Method in interface com.solibri.smc.api.info.InformationParameters
-
Get the parameters of the informaton as a List of
InformationParameter
object. - ASSEMBLY - Enum constant in enum com.solibri.smc.api.model.ComponentType
- ASYMMETRIC_I_PROFILE - Enum constant in enum com.solibri.smc.api.model.profile.ParametricProfileType
- AsymmetricIProfile - Interface in com.solibri.smc.api.model.profile
-
Represents the Asymmetric I Profile of a component.
- AUDIO_VISUAL_APPLIANCE - Enum constant in enum com.solibri.smc.api.model.ComponentType
- authenticate(BCFServer) - Method in interface com.solibri.smc.api.bcflive.BcfApi
-
Connects and Authenticates the given
BCFServer
.
B
- BACKWARD - Enum constant in enum com.solibri.smc.api.model.Relation.Direction
-
The direction of the relation is from a component to a specified component.
- BcfApi - Interface in com.solibri.smc.api.bcflive
-
Interface BCF provides access to the supported BCF-API servers and services.
- BCFCoordinationValues - Interface in com.solibri.smc.api.bcflive
-
This interface provides the collections of valid BCF topic coordination values that are used in Solibri issue coordination editor.
- BcfScope - Enum in com.solibri.smc.api.issues
-
Scope of the issues in BCF-XML content that can be generated.
- BCFServer - Interface in com.solibri.smc.api.bcflive
-
BCF server interface provides access to the properties of a supported BCF-API Server.
- BcfVersion - Enum in com.solibri.smc.api.issues
-
Versions of BCF-XML content that can be generated.
- BcfXml - Interface in com.solibri.smc.api.issues
-
This interface is used for exporting BCF-XML content.
- Beam - Interface in com.solibri.smc.api.model.components
-
Represents beams in IFC models (IfcBeam).
- BEAM - Enum constant in enum com.solibri.smc.api.model.components.Beam.Type
-
A standard beam usually used horizontally.
- BEAM - Enum constant in enum com.solibri.smc.api.model.ComponentType
- Beam.Type - Enum in com.solibri.smc.api.model.components
-
Represents the different types of beams.
- BEARING - Enum constant in enum com.solibri.smc.api.model.ComponentType
- Bitmap - Interface in com.solibri.smc.api.visualization
-
Visualization item for visualizing bitmap.
- BOILER - Enum constant in enum com.solibri.smc.api.model.ComponentType
- BOOLEAN - Enum constant in enum com.solibri.smc.api.model.PropertyType
- BooleanInformationParameter - Interface in com.solibri.smc.api.info
-
Boolean parameter.
- BooleanParameter - Interface in com.solibri.smc.api.checking
-
Boolean parameter.
- BooleanSetting - Class in com.solibri.smc.api.settings
-
The intended base class for Boolean valued custom settings.
- BooleanSetting() - Constructor for class com.solibri.smc.api.settings.BooleanSetting
- BorderType - Enum in com.solibri.smc.api.ui
-
This enum defines the style of the border that is drawn around a UI container.
- BOREHOLE - Enum constant in enum com.solibri.smc.api.model.ComponentType
- BOTH - Enum constant in enum com.solibri.smc.api.model.components.Door.OperationType.OpeningSide
- BOTH - Enum constant in enum com.solibri.smc.api.model.Relation.Direction
-
The relation is in both directions: from a specified component to another component and vice versa.
- BOTTOM_AREA - Enum constant in enum com.solibri.smc.api.model.Quantities.Type
-
The bottom area of the component.
- BOUNDARY_REPRESENTATION - Enum constant in enum com.solibri.smc.api.model.ComponentGeometryType
-
The boundary representation is a solid 3D geometry defined by collection of connected surface elements.
- BOUNDED_BY - Enum constant in enum com.solibri.smc.api.model.Relation.Type
-
Defines a relation between a space and the space boundaries.
- Box - Interface in com.solibri.geometry.primitive3d
-
Box (Hyperrectangle) is generalization of a rectangle in 3-dimensional space.
- BOX - Enum constant in enum com.solibri.smc.api.model.ComponentGeometryType
-
The box is a 3D geometry defined by three dimensions orthogonal to each other.
- BRIDGE - Enum constant in enum com.solibri.smc.api.model.ComponentType
- BRIDGE_PART - Enum constant in enum com.solibri.smc.api.model.ComponentType
- bringToFront() - Static method in class com.solibri.smc.api.SMC
-
Brings the application to front.
- Building - Interface in com.solibri.smc.api.model
-
Represents a building in a model.
- BUILDING - Enum constant in enum com.solibri.smc.api.model.ComponentType
- BUILDING_ELEMENT_PART - Enum constant in enum com.solibri.smc.api.model.ComponentType
- BUILDING_STOREY - Enum constant in enum com.solibri.smc.api.model.ComponentType
- BuildingStorey - Interface in com.solibri.smc.api.model.components
-
Represents a storey (floor) in a building.
- BURNER - Enum constant in enum com.solibri.smc.api.model.ComponentType
C
- C_PROFILE - Enum constant in enum com.solibri.smc.api.model.profile.ParametricProfileType
- CABLE - Enum constant in enum com.solibri.smc.api.model.ComponentType
- CABLE_CARRIER - Enum constant in enum com.solibri.smc.api.model.ComponentType
- CABLE_CARRIER_FITTING - Enum constant in enum com.solibri.smc.api.model.ComponentType
- CABLE_FITTING - Enum constant in enum com.solibri.smc.api.model.ComponentType
- CAISSON_FOUNDATION - Enum constant in enum com.solibri.smc.api.model.ComponentType
- calculate(ItoDefinition) - Method in interface com.solibri.smc.api.ito.InformationTakeoff
-
Calculates the given defined information takeoff.
- calculateAll() - Method in interface com.solibri.smc.api.ito.InformationTakeoff
-
Calculates all defined information takeoffs.
- Camera - Interface in com.solibri.smc.api.threed
-
Camera represents the "camera" of the 3D view.
- CameraState - Interface in com.solibri.smc.api.threed
-
CameraState represents the state of 3d camera including location, direction, up direction and projection mode.
- CANCELING - Enum constant in enum com.solibri.smc.api.checking.Checking.State
- CEILING - Enum constant in enum com.solibri.smc.api.model.components.Covering.Type
-
Represents a ceiling.
- CEILING - Enum constant in enum com.solibri.smc.api.model.ComponentType
- CellRenderer<T> - Interface in com.solibri.smc.api.ui.views
-
CellRenderer is used to render cells in custom columns.
- centroidOf(Collection<? extends Vector3d>) - Static method in interface com.solibri.geometry.linearalgebra.Vector3d
-
Returns the centroid (the average vector) of the given collection of vectors.
- check(CheckingSelection, ResultFactory) - Method in class com.solibri.smc.api.checking.ConcurrentRule
- check(CheckingSelection, ResultFactory) - Method in class com.solibri.smc.api.checking.OneByOneRule
- check(CheckingSelection, ResultFactory) - Method in interface com.solibri.smc.api.checking.Rule
-
Called to implement the check phase.
- check(Component, ResultFactory) - Method in class com.solibri.smc.api.checking.ConcurrentRule
-
Called once for each component to be checked.
- check(Component, ResultFactory) - Method in class com.solibri.smc.api.checking.OneByOneRule
-
Called once for each component to be checked.
- CHECKED_COMPONENTS_VIEW - Static variable in interface com.solibri.smc.api.ui.views.InternalViews
-
The checked components view.
- Checking - Interface in com.solibri.smc.api.checking
-
Checking provides access to information related to checking activities, such as whether checking has been done, and what the results are.
- CHECKING - Enum constant in enum com.solibri.smc.api.checking.Checking.State
- CHECKING_RESULTS_VIEW - Static variable in interface com.solibri.smc.api.ui.views.InternalViews
-
The checking results view.
- Checking.State - Enum in com.solibri.smc.api.checking
-
Describes the state of the checking.
- CheckingInterruptedException - Exception in com.solibri.smc.api.model
-
An exception that is thrown when there is an interruption in checking.
- CheckingInterruptedException(String) - Constructor for exception com.solibri.smc.api.model.CheckingInterruptedException
-
Constructs a new
CheckingInterruptedException
with the specified message. - CheckingNode - Interface in com.solibri.smc.api.checking
-
CheckingNode is a node in a checking definition structure.
- CheckingResultsColumn - Interface in com.solibri.smc.api.ui.views
-
CheckingResultsColumn allows defining custom columns to the checking results view.
- CheckingResultsView - Interface in com.solibri.smc.api.ui.views.checkingresults
-
Provides access to the Solibri internal checking results view.
- CheckingResultsViewRow - Interface in com.solibri.smc.api.ui.views.checkingresults
-
Represents a single row in the
CheckingResultsView
. - CheckingSelection - Interface in com.solibri.smc.api.checking
-
Allows components that have been previously selected using
ComponentSelector
to be retrieved and marked as checked. - CheckingView - Interface in com.solibri.smc.api.ui.views.checking
-
Provides access to the Solibri internal checking view.
- CHILLER - Enum constant in enum com.solibri.smc.api.model.ComponentType
- CHIMNEY - Enum constant in enum com.solibri.smc.api.model.ComponentType
- chooseNodes(Set<CheckingNode>) - Method in interface com.solibri.smc.api.ui.views.checking.CheckingView
-
Chooses the given checking nodes from the view.
- chooseRows(Collection<Slide>) - Method in interface com.solibri.smc.api.ui.views.checkingresults.CheckingResultsView
-
Choose rows based on slides.
- chooseRows(Set<CheckingResultsViewRow>) - Method in interface com.solibri.smc.api.ui.views.checkingresults.CheckingResultsView
-
Chooses the given rows in the UI.
- CIRCLE_HOLLOW_PROFILE - Enum constant in enum com.solibri.smc.api.model.profile.ParametricProfileType
- CIRCLE_PROFILE - Enum constant in enum com.solibri.smc.api.model.profile.ParametricProfileType
- CircleHollowProfile - Interface in com.solibri.smc.api.model.profile
-
Represents the Circle hollow shaped profile of a component.
- CircleProfile - Interface in com.solibri.smc.api.model.profile
-
Represents the Circle shaped profile of a component.
- CIVIL_ELEMENT - Enum constant in enum com.solibri.smc.api.model.ComponentType
- CLADDING - Enum constant in enum com.solibri.smc.api.model.components.Covering.Type
-
Represents a cladding.
- Classification - Interface in com.solibri.smc.api.model.classification
-
Represents the classification for
Component
s. - CLASSIFICATION_VIEW - Static variable in interface com.solibri.smc.api.ui.views.InternalViews
-
The classification view.
- ClassificationParameter - Interface in com.solibri.smc.api.checking
-
Classification parameter.
- ClassificationResult - Interface in com.solibri.smc.api.model.classification
-
Represents the result of applying a
Classification
to aComponent
. - classify(Component) - Method in interface com.solibri.smc.api.model.classification.Classification
-
Classify the given component with this classification.
- clean(double) - Method in interface com.solibri.geometry.primitive2d.MArea
-
Cleans the area from near points based on the given tolerance value.
- close() - Method in interface com.solibri.smc.api.ui.ProgressBar
-
This method call closes the progress bar.
- closeProject() - Static method in class com.solibri.smc.api.SMC
-
Closes the project normally, possibly asking the user for confirmation, for example, if the project has unsaved changes.
- closeProjectNow() - Static method in class com.solibri.smc.api.SMC
-
Closes the project without asking any questions.
- closestPointTo(Vector2d) - Method in interface com.solibri.geometry.primitive2d.Segment2d
-
Returns the point on this segment that is closest to the given point in the XY-plane.
- closestPointTo(Vector3d) - Method in interface com.solibri.geometry.primitive3d.Segment3d
-
Returns the point on this Segment that is closest to the given point.
- COIL - Enum constant in enum com.solibri.smc.api.model.ComponentType
- COLUMN - Enum constant in enum com.solibri.smc.api.model.ComponentType
- com.solibri.geometry.algorithms - package com.solibri.geometry.algorithms
- com.solibri.geometry.linearalgebra - package com.solibri.geometry.linearalgebra
- com.solibri.geometry.mesh - package com.solibri.geometry.mesh
- com.solibri.geometry.primitive2d - package com.solibri.geometry.primitive2d
- com.solibri.geometry.primitive3d - package com.solibri.geometry.primitive3d
- com.solibri.smc.api - package com.solibri.smc.api
- com.solibri.smc.api.bcflive - package com.solibri.smc.api.bcflive
- com.solibri.smc.api.checking - package com.solibri.smc.api.checking
- com.solibri.smc.api.communication - package com.solibri.smc.api.communication
- com.solibri.smc.api.filter - package com.solibri.smc.api.filter
- com.solibri.smc.api.footprints - package com.solibri.smc.api.footprints
- com.solibri.smc.api.ifc - package com.solibri.smc.api.ifc
- com.solibri.smc.api.info - package com.solibri.smc.api.info
- com.solibri.smc.api.internal.listeners - package com.solibri.smc.api.internal.listeners
- com.solibri.smc.api.intersection - package com.solibri.smc.api.intersection
- com.solibri.smc.api.issues - package com.solibri.smc.api.issues
- com.solibri.smc.api.ito - package com.solibri.smc.api.ito
- com.solibri.smc.api.layout - package com.solibri.smc.api.layout
- com.solibri.smc.api.model - package com.solibri.smc.api.model
- com.solibri.smc.api.model.classification - package com.solibri.smc.api.model.classification
- com.solibri.smc.api.model.components - package com.solibri.smc.api.model.components
- com.solibri.smc.api.model.profile - package com.solibri.smc.api.model.profile
- com.solibri.smc.api.project - package com.solibri.smc.api.project
- com.solibri.smc.api.selectionbasket - package com.solibri.smc.api.selectionbasket
- com.solibri.smc.api.settings - package com.solibri.smc.api.settings
- com.solibri.smc.api.settings.formats - package com.solibri.smc.api.settings.formats
- com.solibri.smc.api.settings.proxy - package com.solibri.smc.api.settings.proxy
- com.solibri.smc.api.threed - package com.solibri.smc.api.threed
- com.solibri.smc.api.ui - package com.solibri.smc.api.ui
- com.solibri.smc.api.ui.views - package com.solibri.smc.api.ui.views
- com.solibri.smc.api.ui.views.checking - package com.solibri.smc.api.ui.views.checking
- com.solibri.smc.api.ui.views.checkingresults - package com.solibri.smc.api.ui.views.checkingresults
- com.solibri.smc.api.ui.views.issues - package com.solibri.smc.api.ui.views.issues
- com.solibri.smc.api.user - package com.solibri.smc.api.user
- com.solibri.smc.api.util - package com.solibri.smc.api.util
- com.solibri.smc.api.visualization - package com.solibri.smc.api.visualization
- Comment - Interface in com.solibri.smc.api.communication
-
A Comment represents a single comment in a BCF context.
- commentAdded(Slide, Comment) - Method in interface com.solibri.smc.api.internal.listeners.SlideModifiedListener
-
Called when comment is added to the given slide.
- commentAdded(Slide, Viewpoint, Comment) - Method in interface com.solibri.smc.api.internal.listeners.SlideModifiedListener
-
Called when comment is added to the given slide.
- commentModified(Slide, Comment) - Method in interface com.solibri.smc.api.internal.listeners.SlideModifiedListener
-
This method is called, when comment of a slide is modified.
- commentModified(Slide, Viewpoint, Comment) - Method in interface com.solibri.smc.api.internal.listeners.SlideModifiedListener
-
This method is called, when comment of a slide is modified.
- commentRemoved(Slide, Viewpoint, String) - Method in interface com.solibri.smc.api.internal.listeners.SlideModifiedListener
-
This method is called, when comment of a viewpoint is removed.
- commentRemoved(Slide, String) - Method in interface com.solibri.smc.api.internal.listeners.SlideModifiedListener
-
This method is called, when comment of a slide is removed.
- COMMUNICATIONS_APPLIANCE - Enum constant in enum com.solibri.smc.api.model.ComponentType
- COMPARTMENT - Enum constant in enum com.solibri.smc.api.model.ComponentType
- COMPARTMENTATION_VIEW - Static variable in interface com.solibri.smc.api.ui.views.InternalViews
-
The compartmentation view.
- Component - Interface in com.solibri.smc.api.model
-
Represents one component in the data model.
- componentClassIs(Class<T>) - Static method in interface com.solibri.smc.api.filter.ComponentFilter
-
Returns filter that accepts components when they belong to the specified class.
- ComponentFilter - Interface in com.solibri.smc.api.filter
-
ComponentFilter
is used to filter components. - ComponentGeometryType - Enum in com.solibri.smc.api.model
-
Enum with values of geometry types.
- componentsAdded(Slide, Collection<Component>) - Method in interface com.solibri.smc.api.internal.listeners.SlideModifiedListener
-
This method is called when components are added to a slide.
- ComponentSelector - Interface in com.solibri.smc.api.checking
-
Allows to retrieve components like
CheckingSelection
, but in addition allows to select components for checking. - componentsRemoved(Slide, Collection<Component>) - Method in interface com.solibri.smc.api.internal.listeners.SlideModifiedListener
-
This method is called when components are removed from a slide.
- ComponentType - Enum in com.solibri.smc.api.model
-
This enumeration contains the various entity types.
- componentTypeIs(ComponentType) - Static method in interface com.solibri.smc.api.filter.ComponentFilter
-
Returns filter that accepts components when they have the specified
ComponentType
. - COMPOSITE - Enum constant in enum com.solibri.smc.api.model.profile.ProfileType
-
Composite profile includes two or more profile definitions to define the resulting profile.
- CompositeProfile - Interface in com.solibri.smc.api.model.profile
-
Represents a combination of two or more profiles.
- COMPRESSOR - Enum constant in enum com.solibri.smc.api.model.ComponentType
- ConcurrentRule - Class in com.solibri.smc.api.checking
-
Extend this abstract class to implement a rule in which components passing a main filter are concurrently using a thread pool.
- ConcurrentRule() - Constructor for class com.solibri.smc.api.checking.ConcurrentRule
- CONDENSER - Enum constant in enum com.solibri.smc.api.model.ComponentType
- CONNECTED_TO - Enum constant in enum com.solibri.smc.api.model.Relation.Type
-
Defines a relation from a port to an element.
- CONNECTS - Enum constant in enum com.solibri.smc.api.model.Relation.Type
-
Defines a relation between connected elements.
- CONNECTS_PATH_ELEMENTS - Enum constant in enum com.solibri.smc.api.model.Relation.Type
-
Defines a relation between two elements, which have a path information.
- CONSTRUCTION - Enum constant in enum com.solibri.smc.api.project.Project.Industry
-
Construction industry.
- CONSULTING - Enum constant in enum com.solibri.smc.api.project.Project.Industry
-
Consulting industry.
- contains(Vector2d) - Method in interface com.solibri.geometry.primitive2d.AABB2d
-
Returns true if the given point is inside this bounding box.
- contains(Vector2d) - Method in interface com.solibri.geometry.primitive2d.Area
-
Checks if the area contains the given point.
- contains(Vector2d) - Method in interface com.solibri.geometry.primitive2d.Polygon2d
-
Returns true if the given point is inside this polygon.
- contains(Vector2d) - Method in interface com.solibri.geometry.primitive2d.Segment2d
-
Returns true if the given point lies on this segment in the XY-plane, otherwise returns false.
- contains(Vector3d) - Method in interface com.solibri.geometry.primitive3d.AABB3d
-
Returns true if the given point is inside this bounding box.
- contains(Vector3d) - Method in interface com.solibri.geometry.primitive3d.Polygon3d
-
Returns true if the given point is inside this polygon.
- contains(Vector3d) - Method in interface com.solibri.geometry.primitive3d.Segment3d
-
Returns true if the given point lies on this Segment, otherwise returns false.
- contains(Vector3d, double) - Method in interface com.solibri.geometry.primitive3d.AABB3d
-
Returns true if the given point is inside this bounding box.
- contains(Vector3d, double) - Method in interface com.solibri.geometry.primitive3d.Plane
-
Checks if the distance of the given point for this plane is less than the given tolerance.
- contains(AABB2d) - Method in interface com.solibri.geometry.primitive2d.AABB2d
-
Returns true if the given bounding box is inside this bounding box.
- contains(Polygon2d) - Method in interface com.solibri.geometry.primitive2d.Polygon2d
-
Returns true if the given polygon is inside this polygon.
- contains(AABB3d) - Method in interface com.solibri.geometry.primitive3d.AABB3d
-
Returns true if the given bounding box is inside this bounding box.
- contains(AABB3d, double) - Method in interface com.solibri.geometry.primitive3d.AABB3d
-
Returns true if the given bounding box is inside this bounding box.
- contains(Polygon3d) - Method in interface com.solibri.geometry.primitive3d.Polygon3d
-
Returns true if the given polygon is contained inside this polygon.
- contains(String) - Method in interface com.solibri.smc.api.model.PropertySet
-
Returns true if the property set contains a property with the given name.
- CONTAINS - Enum constant in enum com.solibri.smc.api.model.Relation.Type
-
Defines a relation between a spatial level and a component.
- CONTAINS_REFERENCED - Enum constant in enum com.solibri.smc.api.model.Relation.Type
-
Defines a relation between a space and a contained component.
- containsAll(Set<String>) - Method in interface com.solibri.smc.api.model.PropertySet
-
Returns true if the property set contains all property names in the given set.
- containsValue() - Method in interface com.solibri.smc.api.model.Property
-
Returns true if the property contains a value.
- CONTROLLER - Enum constant in enum com.solibri.smc.api.model.ComponentType
- ConvexHull - Class in com.solibri.geometry.algorithms
-
Provides methods for computing the convex hull of different geometrical shapes.
- CONVEYOR_SEGMENT - Enum constant in enum com.solibri.smc.api.model.ComponentType
- COOLED_BEAM - Enum constant in enum com.solibri.smc.api.model.ComponentType
- COOLING_TOWER - Enum constant in enum com.solibri.smc.api.model.ComponentType
- COURSE - Enum constant in enum com.solibri.smc.api.model.ComponentType
- Covering - Interface in com.solibri.smc.api.model.components
-
Represents coverings in IFC models (IfcCovering).
- COVERING - Enum constant in enum com.solibri.smc.api.model.ComponentType
- Covering.Type - Enum in com.solibri.smc.api.model.components
-
Represents the different types of coverings.
- COVERS_ELEMENTS - Enum constant in enum com.solibri.smc.api.model.Relation.Type
-
Defines a relation between a component that covers other components and the covered components.
- CProfile - Interface in com.solibri.smc.api.model.profile
-
Represents the C-shaped profile of a component.
- CRANE_RAIL_A_PROFILE - Enum constant in enum com.solibri.smc.api.model.profile.ParametricProfileType
- CRANE_RAIL_F_PROFILE - Enum constant in enum com.solibri.smc.api.model.profile.ParametricProfileType
- CraneRailAProfile - Interface in com.solibri.smc.api.model.profile
-
Represents the Crane Rail A shaped profile of a rail component.
- CraneRailFProfile - Interface in com.solibri.smc.api.model.profile
-
Represents the Crane Rail F shaped profile of a rail component.
- create() - Static method in interface com.solibri.geometry.linearalgebra.MMatrix4d
-
Returns a new identity matrix.
- create() - Static method in interface com.solibri.geometry.linearalgebra.MVector2d
-
Returns a 2-dimensional vector with the X and Y values set to 0.
- create() - Static method in interface com.solibri.geometry.linearalgebra.MVector3d
-
Returns a new instance with all components set to zero.
- create() - Static method in interface com.solibri.geometry.primitive2d.Area
-
Returns an empty area.
- create() - Static method in interface com.solibri.geometry.primitive2d.MArea
-
Returns an empty area.
- create() - Static method in interface com.solibri.geometry.primitive2d.MTriangle2d
-
Creates a new instance with all points in the origin.
- create() - Static method in interface com.solibri.geometry.primitive3d.MTriangle3d
-
Creates a new instance with all points in the origin.
- create() - Static method in interface com.solibri.smc.api.communication.Comment
-
Creates an empty Comment.
- create() - Static method in interface com.solibri.smc.api.communication.Presentation
-
Creates an empty presentation.
- create() - Static method in interface com.solibri.smc.api.communication.Slide
-
Creates an empty slide.
- create() - Static method in interface com.solibri.smc.api.communication.Viewpoint
-
Creates an empty viewpoint.
- create() - Static method in interface com.solibri.smc.api.ui.UIContainerHorizontal
-
Returns a horizontal UI container without title and border.
- create() - Static method in interface com.solibri.smc.api.ui.UIContainerVertical
-
Returns a vertical UI container without title and border.
- create() - Static method in interface com.solibri.smc.api.visualization.Visualization
-
Creates an empty
Visualization
with no components, section planes or visualization items. - create(double) - Static method in interface com.solibri.geometry.linearalgebra.MVector3d
-
Returns a new instance with all components set to the given value.
- create(double[]) - Static method in interface com.solibri.geometry.linearalgebra.Matrix4d
-
Constructs a matrix with the given array of 16 elements or 12 elements.
- create(double[]) - Static method in interface com.solibri.geometry.linearalgebra.MMatrix4d
-
Constructs a matrix with the given array of 16 elements or 12 elements.
- create(double, double) - Static method in interface com.solibri.geometry.linearalgebra.MVector2d
-
Returns a 2-dimensional vector with the given component values.
- create(double, double) - Static method in interface com.solibri.geometry.linearalgebra.Vector2d
-
Returns a 2-dimensional vector with the given component values.
- create(double, double, double) - Static method in interface com.solibri.geometry.linearalgebra.MVector3d
-
Returns a new instance with the given component values.
- create(double, double, double) - Static method in interface com.solibri.geometry.linearalgebra.Vector3d
-
Returns a new vector with the given component values.
- create(double, double, double, double, double, double, double, double, double, double, double, double, double, double, double, double) - Static method in interface com.solibri.geometry.linearalgebra.Matrix4d
-
Constructs a matrix with the given 16 elements.
- create(double, double, double, double, double, double, double, double, double, double, double, double, double, double, double, double) - Static method in interface com.solibri.geometry.linearalgebra.MMatrix4d
-
Constructs a matrix with the given 16 elements.
- create(float, float, float, float) - Static method in interface com.solibri.smc.api.visualization.ARGBColor
-
Creates an ARGBColor with the specified red, green, blue, and alpha values in the range (0.0 - 1.0).
- create(int, int, int, int) - Static method in interface com.solibri.smc.api.visualization.ARGBColor
-
Creates an ARGBColor with the specified red, green, blue, and alpha values in the range (0 - 255).
- create(Matrix4d) - Static method in interface com.solibri.geometry.linearalgebra.Matrix4d
-
Returns a new matrix with the values of the given matrix.
- create(Matrix4d) - Static method in interface com.solibri.geometry.linearalgebra.MMatrix4d
-
Returns a new matrix with the values of the given matrix.
- create(Vector2d) - Static method in interface com.solibri.geometry.linearalgebra.MVector2d
-
Returns a 2-dimensional vector with the X and Y values set to those of the given vector.
- create(Vector2d) - Static method in interface com.solibri.geometry.linearalgebra.Vector2d
-
Returns a 2-dimensional vector with the X and Y values set to those of the given vector.
- create(Vector2d, Vector2d) - Static method in interface com.solibri.geometry.primitive2d.AABB2d
-
Returns a bounding box with the given bounds.
- create(Vector2d, Vector2d) - Static method in interface com.solibri.geometry.primitive2d.Line2d
-
Creates a new instance.
- create(Vector2d, Vector2d) - Static method in interface com.solibri.geometry.primitive2d.MAABB2d
-
Returns a bounding box with the given bounds.
- create(Vector2d, Vector2d) - Static method in interface com.solibri.geometry.primitive2d.MLine2d
-
Creates a new instance.
- create(Vector2d, Vector2d) - Static method in interface com.solibri.geometry.primitive2d.MRay2d
-
Returns a ray with the given origin and direction.
- create(Vector2d, Vector2d) - Static method in interface com.solibri.geometry.primitive2d.MSegment2d
-
Creates an new instance.
- create(Vector2d, Vector2d) - Static method in interface com.solibri.geometry.primitive2d.Ray2d
-
Returns a ray with the given origin and direction.
- create(Vector2d, Vector2d) - Static method in interface com.solibri.geometry.primitive2d.Segment2d
-
Creates an new instance.
- create(Vector2d, Vector2d, Vector2d) - Static method in interface com.solibri.geometry.primitive2d.MTriangle2d
-
Creates a new instance.
- create(Vector2d, Vector2d, Vector2d) - Static method in interface com.solibri.geometry.primitive2d.Triangle2d
-
Creates a new instance.
- create(Vector3d) - Static method in interface com.solibri.geometry.linearalgebra.MVector3d
-
Returns a new instance with the same component values as in the given vector.
- create(Vector3d) - Static method in interface com.solibri.geometry.linearalgebra.Vector3d
-
Returns a new vector with the component values of the given vector.
- create(Vector3d, Vector3d) - Static method in interface com.solibri.geometry.primitive3d.AABB3d
-
Returns a bounding box with the given bounds.
- create(Vector3d, Vector3d) - Static method in interface com.solibri.geometry.primitive3d.Line3d
-
Creates a new instance.
- create(Vector3d, Vector3d) - Static method in interface com.solibri.geometry.primitive3d.MAABB3d
-
Returns a bounding box with the given bounds.
- create(Vector3d, Vector3d) - Static method in interface com.solibri.geometry.primitive3d.MLine3d
-
Creates a new instance.
- create(Vector3d, Vector3d) - Static method in interface com.solibri.geometry.primitive3d.MPlane
-
Creates an instance of MPlane.
- create(Vector3d, Vector3d) - Static method in interface com.solibri.geometry.primitive3d.MRay3d
-
Returns a ray with the given origin and direction.
- create(Vector3d, Vector3d) - Static method in interface com.solibri.geometry.primitive3d.MSegment3d
-
Creates an instance.
- create(Vector3d, Vector3d) - Static method in interface com.solibri.geometry.primitive3d.Plane
-
Returns the plane defined by the given points.
- create(Vector3d, Vector3d) - Static method in interface com.solibri.geometry.primitive3d.Ray3d
-
Returns a ray with the given origin and direction.
- create(Vector3d, Vector3d) - Static method in interface com.solibri.geometry.primitive3d.Segment3d
-
Creates an instance.
- create(Vector3d, Vector3d, Vector3d) - Static method in interface com.solibri.geometry.primitive3d.MTriangle3d
-
Creates a new instance.
- create(Vector3d, Vector3d, Vector3d) - Static method in interface com.solibri.geometry.primitive3d.Triangle3d
-
Creates a new instance.
- create(Vector3d, Vector3d, Vector3d, double) - Static method in interface com.solibri.smc.api.threed.OrthogonalCameraState
-
Creates a new orthogonal camera state.
- create(Vector3d, Vector3d, Vector3d, double) - Static method in interface com.solibri.smc.api.threed.PerspectiveCameraState
-
Creates a new perspective camera state.
- create(Vector3d, Vector3d, Vector3d, Vector3d) - Static method in interface com.solibri.geometry.linearalgebra.Matrix4d
-
Constructs a matrix from the given vectors and the translation vector.
- create(AABB2d) - Static method in interface com.solibri.geometry.primitive2d.AABB2d
-
Returns a bounding box with the same bounds as in the given bounding box.
- create(AABB2d) - Static method in interface com.solibri.geometry.primitive2d.MAABB2d
-
Returns a bounding box with the same bounds as in the given bounding box.
- create(Area) - Static method in interface com.solibri.geometry.primitive2d.Area
-
Creates an area with the given area.
- create(Area) - Static method in interface com.solibri.geometry.primitive2d.MArea
-
Creates an area with the given area.
- create(Polygon2d) - Static method in interface com.solibri.geometry.primitive2d.MPolygon2d
-
Creates a 2-dimensional polygon with the contents deep copied from the given polygon.
- create(Polygon2d) - Static method in interface com.solibri.geometry.primitive2d.Polygon2d
-
Creates a 2-dimensional polygon with the contents deep copied from the given polygon.
- create(Polygon2d, double) - Static method in interface com.solibri.geometry.primitive2d.Area
-
Creates an area with the given polygon and resize value.
- create(Polygon2d, double) - Static method in interface com.solibri.geometry.primitive2d.MArea
-
Creates an area with the given polygon and resize value.
- create(Ray2d) - Static method in interface com.solibri.geometry.primitive2d.MRay2d
-
Returns a deep copy of the given ray.
- create(Ray2d) - Static method in interface com.solibri.geometry.primitive2d.Ray2d
-
Returns a deep copy of the given ray.
- create(Rectangle2d) - Static method in interface com.solibri.geometry.primitive2d.MRectangle2d
-
Creates a new instance.
- create(Rectangle2d) - Static method in interface com.solibri.geometry.primitive2d.Rectangle2d
-
Creates a new instance.
- create(Triangle2d) - Static method in interface com.solibri.geometry.primitive2d.MTriangle2d
-
Creates a new instance.
- create(Triangle2d) - Static method in interface com.solibri.geometry.primitive2d.Triangle2d
-
Creates a new instance.
- create(AABB3d) - Static method in interface com.solibri.geometry.primitive3d.AABB3d
-
Returns a new instance of a bounding box with the same bounds as in the given bounding box.
- create(AABB3d) - Static method in interface com.solibri.geometry.primitive3d.MAABB3d
-
Returns a new instance of a bounding box with the same bounds as in the given bounding box.
- create(Polygon3d) - Static method in interface com.solibri.geometry.primitive3d.MPolygon3d
-
Creates a polygon with the contents deep copied from the given polygon.
- create(Polygon3d) - Static method in interface com.solibri.geometry.primitive3d.Polygon3d
-
Creates a polygon with the contents deep copied from the given polygon.
- create(Ray3d) - Static method in interface com.solibri.geometry.primitive3d.MRay3d
-
Returns a deep copy of the given ray.
- create(Ray3d) - Static method in interface com.solibri.geometry.primitive3d.Ray3d
-
Returns a deep copy of the given ray.
- create(Rectangle3d) - Static method in interface com.solibri.geometry.primitive3d.MRectangle3d
-
Creates a new instance.
- create(Rectangle3d) - Static method in interface com.solibri.geometry.primitive3d.Rectangle3d
-
Creates a new instance.
- create(Rectangle3d, double) - Static method in interface com.solibri.geometry.primitive3d.Box
-
Creates a new instance of a box from given parameters.
- create(Triangle3d) - Static method in interface com.solibri.geometry.primitive3d.MPlane
-
Creates an instance of MPlane based on a triangle.
- create(Triangle3d) - Static method in interface com.solibri.geometry.primitive3d.MTriangle3d
-
Creates a new instance.
- create(Triangle3d) - Static method in interface com.solibri.geometry.primitive3d.Triangle3d
-
Creates a new instance.
- create(EnumerationParameter) - Static method in interface com.solibri.smc.api.ui.UIRadioButtonPanel
-
Returns a UI radio button panel with the given rule parameter.
- create(EnumerationParameter) - Static method in interface com.solibri.smc.api.ui.UIRadioButtonPanelHorizontal
-
Returns a horizontal UI radio button panel with the given rule parameter.
- create(EnumerationParameter) - Static method in interface com.solibri.smc.api.ui.UIRadioButtonPanelVertical
-
Returns a vertical UI radio button panel with the given rule parameter.
- create(Result) - Static method in interface com.solibri.smc.api.ui.views.checkingresults.CheckingResultsViewRow
- create(ResultCategory) - Static method in interface com.solibri.smc.api.ui.views.checkingresults.CheckingResultsViewRow
- create(Result, Component) - Static method in interface com.solibri.smc.api.ui.views.checkingresults.CheckingResultsViewRow
- create(RuleParameter<?>) - Static method in interface com.solibri.smc.api.ui.UIRuleParameter
-
Returns a UI rule parameter with the given rule parameter.
- create(ARGBColor, Vector3d, Vector3d, Vector3d, double, double, String, float) - Static method in interface com.solibri.smc.api.visualization.Text
-
Creates a text visualization without any affine transformation (identity transformation).
- create(ARGBColor, BufferedImage, Vector3d, Vector3d, Vector3d, double, double) - Static method in interface com.solibri.smc.api.visualization.Bitmap
-
Creates a bitmap visualization.
- create(ARGBColor, Collection<Vector3d>, float) - Static method in interface com.solibri.smc.api.visualization.Points
-
Creates visualization of points.
- create(ARGBColor, Collection<Segment3d>, Lines.LinePattern, float) - Static method in interface com.solibri.smc.api.visualization.Lines
-
Creates visualization of a set of segments.
- create(ARGBColor, Collection<Triangle3d>) - Static method in interface com.solibri.smc.api.visualization.Mesh
-
Creates a mesh visualization with the given triangles and color.
- create(ARGBColor, List<Vector3d>, Lines.LinePattern, float) - Static method in interface com.solibri.smc.api.visualization.Lines
-
Creates visualization of segments connecting the given sequence of points.
- create(F, S) - Static method in interface com.solibri.smc.api.util.Pair
- create(Color) - Static method in interface com.solibri.smc.api.visualization.ARGBColor
-
Creates an ARGBColor from the given Color.
- create(BufferedImage, Vector3d, Vector3d, Vector3d, double, double) - Static method in interface com.solibri.smc.api.visualization.Bitmap
-
Creates a bitmap visualization.
- create(Shape) - Static method in interface com.solibri.geometry.primitive2d.Area
-
Creates an area with the given
Shape
. - create(Shape) - Static method in interface com.solibri.geometry.primitive2d.MArea
-
Creates an area with the given
Shape
. - create(String) - Static method in interface com.solibri.smc.api.communication.Presentation
-
Creates an empty presentation with the given name.
- create(String) - Static method in interface com.solibri.smc.api.ui.UIContainerHorizontal
-
Returns a horizontal UI container with title and no border.
- create(String) - Static method in interface com.solibri.smc.api.ui.UIContainerVertical
-
Returns a vertical UI container with title and no border.
- create(String) - Static method in interface com.solibri.smc.api.ui.UILabel
-
Returns a UI label with the given text.
- create(String, BorderType) - Static method in interface com.solibri.smc.api.ui.UIContainerHorizontal
-
Returns a horizontal UI container with title and border.
- create(String, BorderType) - Static method in interface com.solibri.smc.api.ui.UIContainerVertical
-
Returns a vertical UI container with title and border.
- create(String, String) - Method in interface com.solibri.smc.api.checking.ResultFactory
-
Returns a result indicating that the component has a problem.
- create(String, String, ResultCategory) - Method in interface com.solibri.smc.api.checking.ResultFactory
-
Returns a result indicating that the component has a problem.
- create(String, String, Collection<ResultCategory>) - Method in interface com.solibri.smc.api.checking.ResultFactory
-
Returns a result indicating that the component has a problem.
- create(URL) - Static method in interface com.solibri.smc.api.ui.UIImage
-
Returns a UI Image from the image URL.
- create(Collection<? extends Area>) - Static method in interface com.solibri.geometry.primitive2d.Area
-
Creates an union area with the given areas.
- create(Collection<? extends Area>) - Static method in interface com.solibri.geometry.primitive2d.MArea
-
Creates an union area with the given areas.
- create(Collection<Vector2d>) - Static method in interface com.solibri.geometry.primitive2d.AABB2d
-
Returns the minimum area axis-aligned bounding box for the given collection of points.
- create(Collection<Vector2d>) - Static method in interface com.solibri.geometry.primitive2d.MAABB2d
-
Returns the minimum area axis-aligned bounding box for the given collection of points.
- create(Collection<Vector3d>) - Static method in interface com.solibri.geometry.primitive3d.AABB3d
-
Returns the minimum volume axis-aligned bounding box for the given collection of points.
- create(Collection<Vector3d>) - Static method in interface com.solibri.geometry.primitive3d.MAABB3d
-
Returns the minimum volume axis-aligned bounding box for the given collection of points.
- create(Collection<Triangle3d>) - Static method in interface com.solibri.smc.api.visualization.Mesh
-
Creates a mesh visualization with the given triangles.
- create(List<? extends Vector2d>) - Static method in interface com.solibri.geometry.primitive2d.Area
-
Creates an area with the given polygon points.
- create(List<? extends Vector2d>) - Static method in interface com.solibri.geometry.primitive2d.MArea
-
Creates an area with the given polygon points.
- create(List<? extends Vector2d>) - Static method in interface com.solibri.geometry.primitive2d.MPolygon2d
-
Creates a 2-dimensional polygon with the given vertices.
- create(List<? extends Vector2d>) - Static method in interface com.solibri.geometry.primitive2d.MRectangle2d
-
Creates a new instance from the given points.
- create(List<? extends Vector2d>) - Static method in interface com.solibri.geometry.primitive2d.MTriangle2d
-
Creates a new instance.
- create(List<? extends Vector2d>) - Static method in interface com.solibri.geometry.primitive2d.Polygon2d
-
Creates a 2-dimensional polygon with the given vertices.
- create(List<? extends Vector2d>) - Static method in interface com.solibri.geometry.primitive2d.Rectangle2d
-
Creates a new instance from the given points.
- create(List<? extends Vector2d>) - Static method in interface com.solibri.geometry.primitive2d.Triangle2d
-
Creates a new instance.
- create(List<? extends Vector3d>) - Static method in interface com.solibri.geometry.primitive3d.MPolygon3d
-
Creates a polygon with the given vertices.
- create(List<? extends Vector3d>) - Static method in interface com.solibri.geometry.primitive3d.MRectangle3d
-
Creates a new instance from the given points.
- create(List<? extends Vector3d>) - Static method in interface com.solibri.geometry.primitive3d.MTriangle3d
-
Creates a new instance.
- create(List<? extends Vector3d>) - Static method in interface com.solibri.geometry.primitive3d.Polygon3d
-
Creates a polygon with the given vertices.
- create(List<? extends Vector3d>) - Static method in interface com.solibri.geometry.primitive3d.Rectangle3d
-
Creates a new instance from the given points.
- create(List<? extends Vector3d>) - Static method in interface com.solibri.geometry.primitive3d.Triangle3d
-
Creates a new instance.
- create(UUID) - Static method in interface com.solibri.smc.api.communication.Comment
-
Creates an empty Comment with the specified UUID.
- create(UUID) - Static method in interface com.solibri.smc.api.communication.Viewpoint
-
Creates an empty viewpoint with the specified UUID.
- createAngle(Vector3d, Vector3d, Vector3d) - Static method in interface com.solibri.smc.api.visualization.VisualizationItem
-
Creates an angle visualization with the degrees shown between the two direction segments.
- createArea(Area, double) - Static method in interface com.solibri.smc.api.visualization.VisualizationItem
-
Creates a visualization of an area.
- createBoolean(String) - Method in interface com.solibri.smc.api.checking.RuleParameters
-
Create a boolean parameter and return its reference.
- createBoolean(String, boolean) - Method in interface com.solibri.smc.api.info.InformationParameters
-
Create a boolean parameter and return its reference.
- createBoundingBox(AABB3d) - Static method in interface com.solibri.smc.api.visualization.VisualizationItem
-
Creates a visualization for an axis aligned bounding box.
- createCameraState() - Method in interface com.solibri.smc.api.threed.ThreeD
-
Creates a new
CameraState
that matches the current 3D view camera. - createCategory(String, String) - Method in interface com.solibri.smc.api.checking.ResultFactory
-
Creates a new checking result category.
- createCategory(String, String, ResultCategory) - Method in interface com.solibri.smc.api.checking.ResultFactory
-
Creates a new checking result category.
- createClassification(String) - Method in interface com.solibri.smc.api.checking.RuleParameters
-
Create a classification parameter and return its reference.
- createDimension(Vector3d, Vector3d) - Static method in interface com.solibri.smc.api.visualization.VisualizationItem
-
Creates a dimension visualization.
- createDouble(String, PropertyType) - Method in interface com.solibri.smc.api.checking.RuleParameters
-
Create a double parameter and return its reference.
- createDouble(String, PropertyType, double) - Method in interface com.solibri.smc.api.info.InformationParameters
-
Create a double parameter and return its reference.
- createEmpty() - Static method in interface com.solibri.geometry.mesh.TriangleMesh
-
Returns a new instance of an empty
TriangleMesh
. - createEnumeration(String, List<String>) - Method in interface com.solibri.smc.api.checking.RuleParameters
-
Create an enumeration parameter and return its reference.
- createFilter(String) - Method in interface com.solibri.smc.api.checking.RuleParameters
-
Create a filter parameter and return its reference.
- createInt(String) - Method in interface com.solibri.smc.api.checking.RuleParameters
-
Create an int parameter and return its reference.
- createInt(String, int) - Method in interface com.solibri.smc.api.info.InformationParameters
-
Create an int parameter and return its reference.
- createIrrelevant() - Static method in interface com.solibri.smc.api.checking.PreCheckResult
-
Static creation method for this interface.
- createIrrelevant(String) - Static method in interface com.solibri.smc.api.checking.PreCheckResult
-
Static creation method for this interface.
- createProgressBar(String, int) - Static method in class com.solibri.smc.api.SMC
-
Creates a new progressbar instance with given title and total amount of progress.
- createPropertyReference(String) - Method in interface com.solibri.smc.api.checking.RuleParameters
-
Create a property reference parameter and return its reference.
- createRelevant() - Static method in interface com.solibri.smc.api.checking.PreCheckResult
-
Static creation method for this interface.
- createRelevant(String) - Static method in interface com.solibri.smc.api.checking.PreCheckResult
-
Static creation method for this interface.
- createString(String) - Method in interface com.solibri.smc.api.checking.RuleParameters
-
Create a string parameter and return its reference.
- createString(String, String) - Method in interface com.solibri.smc.api.info.InformationParameters
-
Create a string parameter and return its reference.
- createTable(String, List<String>, List<PropertyType>) - Method in interface com.solibri.smc.api.checking.RuleParameters
-
Create a table parameter and return its reference.
- createVisualization() - Method in interface com.solibri.smc.api.threed.ThreeD
-
Creates a new
Visualization
that matches the current 3D view. - CRITICAL - Enum constant in enum com.solibri.smc.api.checking.Severity
-
Critical severity.
- crossProduct(Vector3d) - Method in interface com.solibri.geometry.linearalgebra.Vector3d
-
Returns the cross product of this vector and the given vector.
- crossProductInPlace(Vector3d) - Method in interface com.solibri.geometry.linearalgebra.MVector3d
-
Sets this vector to the cross product of this vector and the other vector.
- CSG_SOLID - Enum constant in enum com.solibri.smc.api.model.ComponentGeometryType
-
The CSG (constructive solid geometry) is a solid representation of a 3D geometry defined by a collection of geometries combined using regularized boolean operations like difference and union.
- CURTAIN_WALL - Enum constant in enum com.solibri.smc.api.model.ComponentType
- CustomColumn<T> - Interface in com.solibri.smc.api.ui.views
-
CustomColumn allows defining extra columns for existing internal Solibri tables.
D
- DAMPER - Enum constant in enum com.solibri.smc.api.model.ComponentType
- DASH - Enum constant in enum com.solibri.smc.api.visualization.Lines.LinePattern
-
Dashed lines.
- DASH_DOT - Enum constant in enum com.solibri.smc.api.visualization.Lines.LinePattern
-
Dashed-dotted lines.
- DATE - Enum constant in enum com.solibri.smc.api.model.PropertyType
- DATE_TIME - Enum constant in enum com.solibri.smc.api.model.PropertyType
- Decision - Enum in com.solibri.smc.api.checking
-
This enumeration defines the possible decisions that a checking result can have.
- DECOMPOSES - Enum constant in enum com.solibri.smc.api.model.Relation.Type
-
Defines a decomposition or composition relation between components depending on the direction of the relation.
- DEEP_FOUNDATION - Enum constant in enum com.solibri.smc.api.model.ComponentType
- DEFINES_BY_TYPE - Enum constant in enum com.solibri.smc.api.model.Relation.Type
-
Defines a relation between an object type and objects.
- deleteComponents(Collection<Component>) - Method in interface com.solibri.smc.api.model.MModel
-
Deletes the given components.
- descriptionModified(List<Slide>) - Method in interface com.solibri.smc.api.internal.listeners.SlideModifiedListener
-
Called when description of the given slides is modified.
- DIAMETER - Enum constant in enum com.solibri.smc.api.model.Quantities.Type
-
The diameter of the component.
- difference(TriangleMesh) - Method in interface com.solibri.geometry.mesh.TriangleMesh
-
Returns the difference of this triangle mesh and the given triangle mesh.
- dihedralAngle(Plane) - Method in interface com.solibri.geometry.primitive3d.Plane
-
Calculates the dihedral angle between this plane and the given plane.
- DISCRETE_ACCESSORY - Enum constant in enum com.solibri.smc.api.model.ComponentType
- distance(MVector3d) - Method in interface com.solibri.geometry.primitive3d.Line3d
-
Calculates the distance of a point from this line.
- distance(Vector2d) - Method in interface com.solibri.geometry.linearalgebra.Vector2d
-
Returns the distance between this vector and the other vector in the XY-plane.
- distance(Vector2d) - Method in interface com.solibri.geometry.primitive2d.Line2d
-
Returns the distance of a point from this line.
- distance(Vector2d) - Method in interface com.solibri.geometry.primitive2d.Polygon2d
-
Returns the distance between this polygon and the given point.
- distance(Vector2d) - Method in interface com.solibri.geometry.primitive2d.Segment2d
-
Returns the minimum distance between this segment and the point in the XY-plane.
- distance(Vector3d) - Method in interface com.solibri.geometry.linearalgebra.Vector3d
-
Returns the distance between this vector and the given vector.
- distance(Vector3d) - Method in interface com.solibri.geometry.primitive3d.Plane
-
Calculates the distance of this plane from the given point.
- distance(Vector3d) - Method in interface com.solibri.geometry.primitive3d.Segment3d
-
Returns the minimum distance between this Segment and the given point.
- distance(Vector3d) - Method in interface com.solibri.smc.api.model.Component
-
Returns the minimum 3d distance between the surface of this
Component
and a given point, if it exists. - distance(Polygon2d) - Method in interface com.solibri.geometry.primitive2d.Polygon2d
-
Returns the minimum distance between this polygon and the given polygon.
- distance(Segment2d) - Method in interface com.solibri.geometry.primitive2d.Polygon2d
-
Returns the minimum distance between this polygon and the given segment.
- distance(Segment2d) - Method in interface com.solibri.geometry.primitive2d.Segment2d
-
Returns the minimum distance in the XY-plane between this and the given segment.
- distance(AABB3d) - Method in interface com.solibri.geometry.primitive3d.AABB3d
-
Returns the minimum distance between this bounding box and the given bounding box.
- distance(Segment3d) - Method in interface com.solibri.geometry.primitive3d.Segment3d
-
Returns the minimum distance between this Segment and the given Segment.
- distance(Component) - Method in interface com.solibri.smc.api.model.Component
-
Returns the minimum 3d distance between the surfaces of this
Component
and another, if it exists. - distanceSqr(MVector3d) - Method in interface com.solibri.geometry.primitive3d.Line3d
-
Calculates the squared distance of a point from this line.
- distanceSquared(Vector2d) - Method in interface com.solibri.geometry.linearalgebra.Vector2d
-
Returns the square of the distance between this vector and the other vector in the XY-plane.
- distanceSquared(Vector2d) - Method in interface com.solibri.geometry.primitive2d.Line2d
-
Returns the squared distance of a point from this line.
- distanceSquared(Vector2d) - Method in interface com.solibri.geometry.primitive2d.Polygon2d
-
Returns the square of the distance between this polygon and the given point.
- distanceSquared(Vector2d) - Method in interface com.solibri.geometry.primitive2d.Segment2d
-
Returns the square of the minimum distance between this segment and the point in the XY-plane.
- distanceSquared(Vector3d) - Method in interface com.solibri.geometry.linearalgebra.Vector3d
-
Returns the squared distance between this vector and the given vector.
- distanceSquared(Vector3d) - Method in interface com.solibri.geometry.primitive3d.Plane
-
Calculates the distance of this plane from the given point squared.
- distanceSquared(Vector3d) - Method in interface com.solibri.geometry.primitive3d.Segment3d
-
Returns the square of the minimum distance between this Segment and the given point.
- distanceSquared(Polygon2d) - Method in interface com.solibri.geometry.primitive2d.Polygon2d
-
Returns the square of the distance between this polygon and the given polygon.
- distanceSquared(Segment2d) - Method in interface com.solibri.geometry.primitive2d.Polygon2d
-
Returns the square of the minimum distance between this polygon and the given segment.
- distanceSquared(Segment2d) - Method in interface com.solibri.geometry.primitive2d.Segment2d
-
Returns the square of the minimum distance in the XY-plane between this and the given segment.
- distanceSquared(AABB3d) - Method in interface com.solibri.geometry.primitive3d.AABB3d
-
Returns the square of the minimum distance between this bounding box and the given bounding box.
- distanceSquared(Segment3d) - Method in interface com.solibri.geometry.primitive3d.Segment3d
-
Returns the square of the minimum distance between this Segment and the given Segment.
- DISTRIBUTION_BOARD - Enum constant in enum com.solibri.smc.api.model.ComponentType
- DISTRIBUTION_CHAMBER_ELEMENT - Enum constant in enum com.solibri.smc.api.model.ComponentType
- DISTRIBUTION_CIRCUIT - Enum constant in enum com.solibri.smc.api.model.ComponentType
- DISTRIBUTION_CONTROL_ELEMENT - Enum constant in enum com.solibri.smc.api.model.ComponentType
- DISTRIBUTION_ELEMENT - Enum constant in enum com.solibri.smc.api.model.ComponentType
- DISTRIBUTION_FLOW_ELEMENT - Enum constant in enum com.solibri.smc.api.model.ComponentType
- DISTRIBUTION_PORT - Enum constant in enum com.solibri.smc.api.model.ComponentType
- DISTRIBUTION_SYSTEM - Enum constant in enum com.solibri.smc.api.model.ComponentType
- DOCKED - Enum constant in enum com.solibri.smc.api.layout.LayoutView.State
- Door - Interface in com.solibri.smc.api.model.components
-
Door entity represents doors in IFC models.
- DOOR - Enum constant in enum com.solibri.smc.api.model.ComponentType
- Door.OperationType - Enum in com.solibri.smc.api.model.components
-
Describes the opening operation and direction of a door.
- Door.OperationType.OpeningSide - Enum in com.solibri.smc.api.model.components
-
Defines the opening side of a door when the door is viewed in the reference direction.
- DOT - Enum constant in enum com.solibri.smc.api.visualization.Lines.LinePattern
-
Dotted lines.
- dotProduct(Vector2d) - Method in interface com.solibri.geometry.linearalgebra.Vector2d
-
Returns the dot product between this vector and the given vector.
- dotProduct(Vector3d) - Method in interface com.solibri.geometry.linearalgebra.Vector3d
-
Returns the dot product of this vector and the given vector.
- DOUBLE - Enum constant in enum com.solibri.smc.api.model.PropertyType
- DOUBLE_DOOR_DOUBLE_SWING - Enum constant in enum com.solibri.smc.api.model.components.Door.OperationType
-
Door with two panels that swing in both directions.
- DOUBLE_DOOR_FOLDING - Enum constant in enum com.solibri.smc.api.model.components.Door.OperationType
-
Door with two folding panels.
- DOUBLE_DOOR_LIFTING_VERTICAL - Enum constant in enum com.solibri.smc.api.model.components.Door.OperationType
-
Door with two panels that lift vertically.
- DOUBLE_DOOR_SINGLE_SWING - Enum constant in enum com.solibri.smc.api.model.components.Door.OperationType
-
Door with two panels that open in the same direction.
- DOUBLE_DOOR_SINGLE_SWING_OPPOSITE_LEFT - Enum constant in enum com.solibri.smc.api.model.components.Door.OperationType
-
Door with two panels that swing in opposite directions.
- DOUBLE_DOOR_SINGLE_SWING_OPPOSITE_RIGHT - Enum constant in enum com.solibri.smc.api.model.components.Door.OperationType
-
Door with two panels that swing in opposite directions.
- DOUBLE_DOOR_SLIDING - Enum constant in enum com.solibri.smc.api.model.components.Door.OperationType
-
Door with two sliding panels.
- DOUBLE_SWING_LEFT - Enum constant in enum com.solibri.smc.api.model.components.Door.OperationType
-
Door with one panel that swings in both directions.
- DOUBLE_SWING_RIGHT - Enum constant in enum com.solibri.smc.api.model.components.Door.OperationType
-
Door with one panel that swings in both directions.
- DoubleInformationParameter - Interface in com.solibri.smc.api.info
-
Double parameter.
- DoubleParameter - Interface in com.solibri.smc.api.checking
-
Double parameter.
- DoubleSetting - Class in com.solibri.smc.api.settings
-
The intended base class for Double valued custom settings.
- DoubleSetting() - Constructor for class com.solibri.smc.api.settings.DoubleSetting
- DUCT - Enum constant in enum com.solibri.smc.api.model.ComponentType
- DUCT_FITTING - Enum constant in enum com.solibri.smc.api.model.ComponentType
- DUCT_SILENCER - Enum constant in enum com.solibri.smc.api.model.ComponentType
- dueDateModified(List<Slide>) - Method in interface com.solibri.smc.api.internal.listeners.SlideModifiedListener
-
Called when due date of the given slides is modified.
E
- EARTHWORKS_CUT - Enum constant in enum com.solibri.smc.api.model.ComponentType
- EARTHWORKS_ELEMENT - Enum constant in enum com.solibri.smc.api.model.ComponentType
- EARTHWORKS_FILL - Enum constant in enum com.solibri.smc.api.model.ComponentType
- edgesIntersect(Polygon3d) - Method in interface com.solibri.geometry.primitive3d.Polygon3d
-
Returns true if the edges of the given polygon intersect the edges of this polygon.
- ELECTRIC_APPLIANCE - Enum constant in enum com.solibri.smc.api.model.ComponentType
- ELECTRIC_DISTRIBUTION_BOARD - Enum constant in enum com.solibri.smc.api.model.ComponentType
- ELECTRIC_DISTRIBUTION_POINT - Enum constant in enum com.solibri.smc.api.model.ComponentType
- ELECTRIC_FLOW_STORAGE_DEVICE - Enum constant in enum com.solibri.smc.api.model.ComponentType
- ELECTRIC_FLOW_TREATMENT_DEVICE - Enum constant in enum com.solibri.smc.api.model.ComponentType
- ELECTRIC_GENERATOR - Enum constant in enum com.solibri.smc.api.model.ComponentType
- ELECTRIC_HEATER - Enum constant in enum com.solibri.smc.api.model.ComponentType
- ELECTRIC_MOTOR - Enum constant in enum com.solibri.smc.api.model.ComponentType
- ELECTRIC_TIME_CONTROL - Enum constant in enum com.solibri.smc.api.model.ComponentType
- ELLIPSE_PROFILE - Enum constant in enum com.solibri.smc.api.model.profile.ParametricProfileType
- EllipseProfile - Interface in com.solibri.smc.api.model.profile
-
Represents the Ellipse shaped profile of a component.
- encloses(Vector3d) - Method in interface com.solibri.geometry.mesh.TriangleMesh
-
Returns true if the
TriangleMesh
is closed and the given point is inside thisTriangleMesh
. - ENERGY_CONVERSION_DEVICE - Enum constant in enum com.solibri.smc.api.model.ComponentType
- ENGINE - Enum constant in enum com.solibri.smc.api.model.ComponentType
- ENGINEERING - Enum constant in enum com.solibri.smc.api.project.Project.Industry
-
Engineering industry.
- EnumerationParameter - Interface in com.solibri.smc.api.checking
-
Enumeration parameter.
- equals(Object) - Method in interface com.solibri.smc.api.model.Component
-
Returns true if the components are equal.
- equalsWithTolerance(Vector2d, double) - Method in interface com.solibri.geometry.linearalgebra.Vector2d
-
Returns true if this vector is within distance of tolerance to other.
- equalsWithTolerance(Vector3d, double) - Method in interface com.solibri.geometry.linearalgebra.Vector3d
-
Returns true if this vector is within tolerance of the given vector.
- equalsWithTolerance(Rectangle2d, double) - Method in interface com.solibri.geometry.primitive2d.Rectangle2d
-
Verifies if two 2D rectangles are equal (with epsilon difference).
- equalsWithTolerance(Segment2d, double) - Method in interface com.solibri.geometry.primitive2d.Segment2d
-
Returns true if the start and end points of this segment are within tolerance of the start and end points of other in the XY-plane.
- equalsWithTolerance(Segment3d, double) - Method in interface com.solibri.geometry.primitive3d.Segment3d
-
Returns true if the ends of this Segment match the ends of Segment other within tolerance.
- EVAPORATIVE_COOLER - Enum constant in enum com.solibri.smc.api.model.ComponentType
- EVAPORATOR - Enum constant in enum com.solibri.smc.api.model.ComponentType
- exportBcfXml(BcfVersion, BcfScope, OutputStream) - Method in interface com.solibri.smc.api.issues.BcfXml
-
Pushes BCF-XML content of issues in the scope to the given stream.
- extend(Vector2d) - Method in interface com.solibri.geometry.primitive2d.MAABB2d
-
Extends this axis-aligned bounding box to contain the given point.
- extend(Vector3d) - Method in interface com.solibri.geometry.primitive3d.MAABB3d
-
Extends this axis-aligned bounding box to contain the given point.
- extend(Collection<Vector2d>) - Method in interface com.solibri.geometry.primitive2d.MAABB2d
-
Extends this axis-aligned bounding box to contain the given points.
- extend(Collection<Vector3d>) - Method in interface com.solibri.geometry.primitive3d.MAABB3d
-
Extends this axis-aligned bounding box to contain the given points.
- EXTERNAL_SPATIAL_ELEMENT - Enum constant in enum com.solibri.smc.api.model.ComponentType
- EXTRUSION - Enum constant in enum com.solibri.smc.api.model.ComponentGeometryType
-
The extrusion is a solid 3D geometry defined by a 2D shape which is extruded along a path.
F
- FACILITY - Enum constant in enum com.solibri.smc.api.model.ComponentType
- FACILITY_PART - Enum constant in enum com.solibri.smc.api.model.ComponentType
- fail(Component, Result) - Method in interface com.solibri.smc.api.checking.CheckingSelection
-
Mark a component as checked and register a failure described by the specified
Result
. - fail(Collection<? extends Component>, Result) - Method in interface com.solibri.smc.api.checking.CheckingSelection
-
Mark the specified components as checked and register a failure described by the specified
Result
. - FAN - Enum constant in enum com.solibri.smc.api.model.ComponentType
- FASTENER - Enum constant in enum com.solibri.smc.api.model.ComponentType
- FEATURE_ELEMENT - Enum constant in enum com.solibri.smc.api.model.ComponentType
- FEATURE_ELEMENT_ADDITION - Enum constant in enum com.solibri.smc.api.model.ComponentType
- FEATURE_ELEMENT_SUBTRACTION - Enum constant in enum com.solibri.smc.api.model.ComponentType
- FILLS - Enum constant in enum com.solibri.smc.api.model.Relation.Type
-
Defines a relation between an opening and a component that fills the opening.
- filter(Predicate<Triangle3d>) - Method in interface com.solibri.geometry.mesh.TriangleMesh
-
Returns a new
TriangleMesh
composed of all the triangles of thisTriangleMesh
that satisfy the givenPredicate
. - FILTER - Enum constant in enum com.solibri.smc.api.model.ComponentType
- FILTERING_VIEW - Static variable in interface com.solibri.smc.api.ui.views.InternalViews
-
The filtering view.
- FilterParameter - Interface in com.solibri.smc.api.checking
-
Filter parameter.
- FIRE_COMPARTMENT - Enum constant in enum com.solibri.smc.api.model.ComponentType
- FIRE_SUPPRESSION_TERMINAL - Enum constant in enum com.solibri.smc.api.model.ComponentType
- Flight - Interface in com.solibri.smc.api.model.components
-
The Flight interface provides geometric information about the flight element shape.
- flipped() - Method in interface com.solibri.geometry.mesh.TriangleMesh
-
Returns a version of this
TriangleMesh
where all the triangles have flipped normals, with the effect of exchanging the external faces with the internal faces if the mesh is closed. - FLOOR - Enum constant in enum com.solibri.smc.api.model.ComponentType
- FLOORING - Enum constant in enum com.solibri.smc.api.model.components.Covering.Type
-
Represents a flooring.
- FLOW_CONTROLLER - Enum constant in enum com.solibri.smc.api.model.ComponentType
- FLOW_FITTING - Enum constant in enum com.solibri.smc.api.model.ComponentType
- FLOW_INSTRUMENT - Enum constant in enum com.solibri.smc.api.model.ComponentType
- FLOW_METER - Enum constant in enum com.solibri.smc.api.model.ComponentType
- FLOW_MOVING_DEVICE - Enum constant in enum com.solibri.smc.api.model.ComponentType
- FLOW_SEGMENT - Enum constant in enum com.solibri.smc.api.model.ComponentType
- FLOW_STORAGE_DEVICE - Enum constant in enum com.solibri.smc.api.model.ComponentType
- FLOW_TERMINAL - Enum constant in enum com.solibri.smc.api.model.ComponentType
- FLOW_TREATMENT_DEVICE - Enum constant in enum com.solibri.smc.api.model.ComponentType
- FOLDING_TO_LEFT - Enum constant in enum com.solibri.smc.api.model.components.Door.OperationType
-
Door with one folding panel.
- FOLDING_TO_RIGHT - Enum constant in enum com.solibri.smc.api.model.components.Door.OperationType
-
Door with one folding panel.
- FOOTING - Enum constant in enum com.solibri.smc.api.model.ComponentType
- Footprint - Interface in com.solibri.smc.api.footprints
-
Footprint represents the effect a component has when flattened to two dimensions.
- FORWARD - Enum constant in enum com.solibri.smc.api.model.Relation.Direction
-
The direction of the relation is from a specified component to another component.
- FRAME_LENGTH - Enum constant in enum com.solibri.smc.api.model.Quantities.Type
-
The length of the component's frame.
- freeze() - Method in interface com.solibri.smc.api.checking.RuleParameters
-
Make the rule parameters immutable, so no new parameters can be added after a call to this method.
- fromPolygons(Collection<? extends Polygon3d>) - Static method in interface com.solibri.geometry.mesh.TriangleMesh
-
Returns a new instance of a
TriangleMesh
given the polygons that form it. - fromTriangles(Collection<? extends Triangle3d>) - Static method in interface com.solibri.geometry.mesh.TriangleMesh
-
Returns a new instance of a
TriangleMesh
given the triangles it contains. - FunctionalSystem - Interface in com.solibri.smc.api.model
-
Represents the system of a component.
- FURNITURE - Enum constant in enum com.solibri.smc.api.model.ComponentType
G
- GAS_TERMINAL - Enum constant in enum com.solibri.smc.api.model.ComponentType
- GeneralSettings - Interface in com.solibri.smc.api.settings
-
GeneralSettings provides access to general settings of the software.
- GEOGRAPHIC_ELEMENT - Enum constant in enum com.solibri.smc.api.model.ComponentType
- GeographicCoordinate - Interface in com.solibri.smc.api.model
-
Represents a geographic coordinate at reference point.
- GeographicCoordinate.Angle - Interface in com.solibri.smc.api.model
-
Internal Angle interface that defines degrees, minutes, and seconds.
- GEOMODEL - Enum constant in enum com.solibri.smc.api.model.ComponentType
- GEOSLICE - Enum constant in enum com.solibri.smc.api.model.ComponentType
- GEOTECHNICAL_ASSEMBLY - Enum constant in enum com.solibri.smc.api.model.ComponentType
- GEOTECHNICAL_ELEMENT - Enum constant in enum com.solibri.smc.api.model.ComponentType
- GEOTECHNICAL_STRATUM - Enum constant in enum com.solibri.smc.api.model.ComponentType
- get() - Method in interface com.solibri.smc.api.selectionbasket.SelectionBasket
-
Returns the selected components in the selection basket.
- get(Quantities.Type) - Method in interface com.solibri.smc.api.model.Quantities
-
Returns the value of the quantity of given type.
- get3D() - Static method in class com.solibri.smc.api.SMC
-
Returns the 3D interface for accessing 3D related functionality.
- get3DSnapshot() - Method in interface com.solibri.smc.api.threed.ThreeD
-
Returns the image present in the 3D view.
- getAddress() - Method in interface com.solibri.smc.api.settings.proxy.HttpProxy
-
Returns the address of the proxy (without the port).
- getAddress() - Method in interface com.solibri.smc.api.settings.proxy.Socks4Proxy
-
Returns the address of the proxy (without the port).
- getAllMaterials() - Method in interface com.solibri.smc.api.model.Component
-
Returns a list of all materials of this component.
- getAllResults() - Method in interface com.solibri.smc.api.checking.ResultCategory
-
Returns all the results directly under this category or any child categories of any degree of nesting.
- getAllSlides() - Method in interface com.solibri.smc.api.ui.views.issues.IssuesView
-
Returns all the issues in this view.
- getAlpha() - Method in interface com.solibri.smc.api.visualization.ARGBColor
-
Returns the opaqueness component value of the color as an integer in the range [0, 255].
- getAngle() - Method in interface com.solibri.smc.api.model.components.StairStep
-
Returns the angle (in radians) between the front and back edge of the non-covered footprint of the step element.
- getAngleFormat() - Method in interface com.solibri.smc.api.settings.UnitSettings
-
Returns the angle formatter.
- getApplicationFrame() - Static method in class com.solibri.smc.api.SMC
-
Returns Solibri application frame.
- getArea() - Method in interface com.solibri.geometry.mesh.TriangleMesh
-
Returns the total area of the triangles in this
TriangleMesh
. - getArea() - Method in interface com.solibri.geometry.primitive2d.AABB2d
-
Returns the area of this bounding box.
- getArea() - Method in interface com.solibri.geometry.primitive2d.Polygon2d
-
Returns the area of this polygon.
- getArea() - Method in interface com.solibri.geometry.primitive3d.Polygon3d
-
Returns the area of this polygon.
- getArea() - Method in interface com.solibri.smc.api.footprints.Footprint
-
Returns the 2 dimensional area of the footprint.
- getArea() - Method in interface com.solibri.smc.api.model.components.SpaceBoundary
-
Returns the area of the space boundary.
- getAreaFormat() - Method in interface com.solibri.smc.api.settings.UnitSettings
-
Returns the area formatter.
- getARGB() - Method in interface com.solibri.smc.api.visualization.ARGBColor
-
Returns a 32bit integer with the first 8 bits reserved for the Alpha value, the next 8 bits for the Red, the next for the Green and the last 8 bits for the blue value.
- getAuthor() - Method in interface com.solibri.smc.api.communication.Comment
-
Returns the author of the comment.
- getAuthor() - Method in interface com.solibri.smc.api.model.IfcMetaData
-
Returns the author/creator of the IFC file.
- getAuthorization() - Method in interface com.solibri.smc.api.model.IfcMetaData
-
Returns the authorizer of the IFC file.
- getBaseDepth1() - Method in interface com.solibri.smc.api.model.profile.CraneRailAProfile
-
Returns the base depth of the A shape crane rail.
- getBaseDepth1() - Method in interface com.solibri.smc.api.model.profile.CraneRailFProfile
-
Returns the base depth of the F shape crane rail.
- getBaseDepth2() - Method in interface com.solibri.smc.api.model.profile.CraneRailAProfile
-
Returns the base depth of the A shape crane rail.
- getBaseDepth2() - Method in interface com.solibri.smc.api.model.profile.CraneRailFProfile
-
Returns the base depth of the F shape crane rail.
- getBaseDepth3() - Method in interface com.solibri.smc.api.model.profile.CraneRailAProfile
-
Returns the depth of the base where thickness changes.
- getBaseWidth2() - Method in interface com.solibri.smc.api.model.profile.CraneRailAProfile
-
Returns the total extent of the width of the base.
- getBaseWidth4() - Method in interface com.solibri.smc.api.model.profile.CraneRailAProfile
-
Returns the width of the base where thickness changes.
- getBATID() - Method in interface com.solibri.smc.api.model.Component
-
Returns the BIM Authoring Tool ID (BATID) of this component if one is specified.
- getBCF() - Static method in class com.solibri.smc.api.SMC
-
Returns the
BcfApi
that provides information about the BCF communication. - getBCFServerList() - Method in interface com.solibri.smc.api.bcflive.BcfApi
-
Returns a list of
BCFServer
s from the Solibri backend. - getBcfXml() - Static method in class com.solibri.smc.api.SMC
-
Returns a service for creating BCF-XML reports.
- getBlue() - Method in interface com.solibri.smc.api.visualization.ARGBColor
-
Returns the blue component value of the color as an integer in the range [0, 255].
- getBorderType() - Method in interface com.solibri.smc.api.ui.UIContainer
-
Returns the border type of this container.
- getBottomCenterPoint() - Method in interface com.solibri.smc.api.model.components.Flight
-
Returns the 2D center point of the flight bottom segment.
- getBottomDirection() - Method in interface com.solibri.smc.api.model.components.Flight
-
Returns the 2D direction vector towards where the flight's bottom end is pointing at.
- getBottomElevation() - Method in interface com.solibri.smc.api.model.components.Flight
-
Returns the elevation at the bottom of the flight element.
- getBottomElevationFromFloor() - Method in interface com.solibri.smc.api.model.Component
-
Returns the bottom elevation of this component measured from the level of the floor on which this component is located.
- getBottomFlangeEdgeRadius() - Method in interface com.solibri.smc.api.model.profile.AsymmetricIProfile
-
Returns an optional of the radius of the upper edges of the bottom flange.
- getBottomFlangeSlope() - Method in interface com.solibri.smc.api.model.profile.AsymmetricIProfile
-
Returns an optional of the Slope of the upper faces of the bottom flange.
- getBottomFlight() - Method in interface com.solibri.smc.api.model.components.Ramp
-
Returns the bottommost flight element of this ramp if this ramp contains any flight elements.
- getBottomFlight() - Method in interface com.solibri.smc.api.model.components.Stair
-
Returns the bottommost flight element of this stair if this stair contains any flight elements.
- getBottomRectangle() - Method in interface com.solibri.geometry.primitive3d.Box
-
Returns the bottom rectangle of this box.
- getBottomSegment() - Method in interface com.solibri.smc.api.model.components.Flight
-
Returns the flight bottom 2D segment.
- getBottomWidth() - Method in interface com.solibri.smc.api.model.components.Flight
-
Returns the width of the flight element at the bottom.
- getBottomXDim() - Method in interface com.solibri.smc.api.model.profile.TrapeziumProfile
-
Returns the extent of the bottom line measured along the implicit x-axis.
- getBoundingBox() - Method in interface com.solibri.geometry.mesh.TriangleMesh
-
Returns the axis aligned bounding box of the
TriangleMesh
. - getBoundingBox() - Method in interface com.solibri.geometry.primitive3d.Polygon3d
-
Returns the bounding box.
- getBoundingBox() - Method in interface com.solibri.geometry.primitive3d.Triangle3d
-
Returns the axis-aligned bounding box of this triangle.
- getBoundingBox() - Method in interface com.solibri.smc.api.model.Component
-
Calculates the axis-aligned bounding box for this component.
- getBoundingBoxHeight() - Method in interface com.solibri.smc.api.model.Component
-
Returns the height of the component's bounding box.
- getBoundingBoxLength() - Method in interface com.solibri.smc.api.model.Component
-
Returns the length of the component's bounding box.
- getBoundingBoxWidth() - Method in interface com.solibri.smc.api.model.Component
-
Returns the width of the component's bounding box.
- getBoundingRectangle() - Method in interface com.solibri.geometry.primitive2d.Area
-
Returns a copy of a bounding rectangle which has minimum area and is axis aligned.
- getBoundingRectangle() - Method in interface com.solibri.geometry.primitive2d.Polygon2d
-
Returns a copy of the minimum area axis aligned bounding rectangle.
- getBuilding() - Method in interface com.solibri.smc.api.model.Component
-
Returns the building in which this component is located.
- getCamera() - Method in interface com.solibri.smc.api.threed.ThreeD
-
Returns the camera of the view.
- getCameraState() - Method in interface com.solibri.smc.api.communication.Viewpoint
-
Returns optional
CameraState
of this viewpoint. - getCategories() - Method in interface com.solibri.smc.api.checking.Result
-
Deprecated.
- getCategory() - Method in interface com.solibri.smc.api.checking.Result
-
Returns the category this result belongs to.
- getCategory() - Method in interface com.solibri.smc.api.model.Material
-
Returns the category of this material if it exists, otherwise returns an empty Optional.
- getCenter() - Method in interface com.solibri.smc.api.visualization.Bitmap
-
Returns a point indicating the center position of this bitmap.
- getCenter() - Method in interface com.solibri.smc.api.visualization.Text
-
Returns a point indicating the center position of this text.
- getCentreOfGravityInX() - Method in interface com.solibri.smc.api.model.profile.CProfile
-
Returns an optional of the location of centre of gravity along the x axis measured from the center of the bounding box.
- getCentreOfGravityInX() - Method in interface com.solibri.smc.api.model.profile.LProfile
-
Returns an optional of the location of centre of gravity along the x axis measured from the center of the bounding box.
- getCentreOfGravityInX() - Method in interface com.solibri.smc.api.model.profile.NonUniformLProfile
-
Returns an optional of the location of centre of gravity along the x axis measured from the center of the bounding box.
- getCentreOfGravityInX() - Method in interface com.solibri.smc.api.model.profile.UProfile
-
Returns an optional of the location of centre of gravity along the x axis measured from the center of the bounding box.
- getCentreOfGravityInY() - Method in interface com.solibri.smc.api.model.profile.AsymmetricIProfile
-
Returns an optional of the location of centre of gravity along the y axis measured from the center of the bounding box.
- getCentreOfGravityInY() - Method in interface com.solibri.smc.api.model.profile.CraneRailAProfile
-
Returns an optional of the location of centre of gravity along the y axis measured from the center of the bounding box.
- getCentreOfGravityInY() - Method in interface com.solibri.smc.api.model.profile.CraneRailFProfile
-
Returns an optional of the location of centre of gravity along the y axis measured from the center of the bounding box.
- getCentreOfGravityInY() - Method in interface com.solibri.smc.api.model.profile.LProfile
-
Returns an optional of the location of centre of gravity along the Y axis measured from the center of the bounding box.
- getCentreOfGravityInY() - Method in interface com.solibri.smc.api.model.profile.NonUniformLProfile
-
Returns an optional of the location of centre of gravity along the y axis measured from the center of the bounding box.
- getCentreOfGravityInY() - Method in interface com.solibri.smc.api.model.profile.NonUniformTProfile
-
Returns an optional of the location of centre of gravity along the y axis measured from the center of the bounding box.
- getCentreOfGravityInY() - Method in interface com.solibri.smc.api.model.profile.TProfile
-
Returns an optional of the location of centre of gravity along the y axis measured from the center of the bounding box.
- getCentroid() - Method in interface com.solibri.geometry.primitive2d.AABB2d
-
Returns a copy of the centroid vector of this bounding box.
- getCentroid() - Method in interface com.solibri.geometry.primitive2d.Area
-
Returns the centroid of this area.
- getCentroid() - Method in interface com.solibri.geometry.primitive2d.Polygon2d
-
Returns the centroid of this polygon.
- getCentroid() - Method in interface com.solibri.geometry.primitive3d.AABB3d
-
Returns a copy of the centroid vector of this bounding box.
- getCentroid() - Method in interface com.solibri.geometry.primitive3d.Polygon3d
-
Returns the centroid of this polygon.
- getCheckedRuleCount() - Method in interface com.solibri.smc.api.checking.Score
-
Returns the number of used rules at the time of score calculation.
- getChecking() - Static method in class com.solibri.smc.api.SMC
-
Returns the
Checking
that provides information about the softwares checking activities. - getCheckingResult() - Method in interface com.solibri.smc.api.communication.Slide
-
Returns the checking result this slide is based on, if it is based on a checking result.
- getCheckingResultsView() - Method in interface com.solibri.smc.api.ui.views.InternalViews
-
Returns the internal Solibri checking results view.
- getCheckingView() - Method in interface com.solibri.smc.api.ui.views.InternalViews
-
Returns the internal Solibri checking view.
- getChildCategories() - Method in interface com.solibri.smc.api.checking.ResultCategory
-
Returns the categories for which this category is the parent.
- getChildren() - Method in interface com.solibri.smc.api.checking.CheckingNode
-
Returns the children of this node.
- getChildren() - Method in interface com.solibri.smc.api.checking.Rule
- getChosenNodes() - Method in interface com.solibri.smc.api.ui.views.checking.CheckingView
-
Returns the chosen checking nodes from the view.
- getChosenRows() - Method in interface com.solibri.smc.api.ui.views.checkingresults.CheckingResultsView
-
Returns the currently chosen rows.
- getClassification(String) - Method in interface com.solibri.smc.api.model.Model
-
Returns the first
Classification
found with the given name, if there is any loaded in this model. - getClassifications() - Method in interface com.solibri.smc.api.model.Model
-
Returns all the classifications loaded in this model.
- getClockwiseAngle() - Method in interface com.solibri.geometry.linearalgebra.Vector2d
-
This method retrieves the clockwise angle from the positive x-axis to the vector in radians.
- getColor() - Method in interface com.solibri.smc.api.visualization.VisualizationItem
-
Returns the color of the visualization item.
- getColumn() - Method in interface com.solibri.smc.api.ito.ItoValue
-
Returns the column from which this calculated value is generated.
- getColumnCount() - Method in interface com.solibri.smc.api.checking.ParameterTable
-
Returns the column count.
- getColumnIDs() - Method in interface com.solibri.smc.api.checking.ParameterTable
-
Returns the ids of the columns.
- getColumnPropertyTypes() - Method in interface com.solibri.smc.api.checking.ParameterTable
-
Returns the columns property types.
- getColumns() - Method in interface com.solibri.smc.api.ito.InformationTakeoff
-
Returns a list of the existing ITO column definitions in the active ITO definition.
- getComment() - Method in interface com.solibri.smc.api.checking.PreCheckResult
-
Returns the comment or explanation on the result.
- getComments() - Method in interface com.solibri.smc.api.communication.Slide
-
Returns a list of the comments this Slide has directly.
- getComments() - Method in interface com.solibri.smc.api.communication.Viewpoint
-
Returns a list of the comments this Viewpoint has.
- getCommon() - Static method in interface com.solibri.smc.api.checking.RuleResources
-
Return the common resources shared between all the rules.
- getComparator() - Method in interface com.solibri.smc.api.ui.views.CustomColumn
-
Returns the comparator for this column.
- getComponent() - Method in interface com.solibri.smc.api.ui.RuleParameterCustomUi
-
Get the component to be added in the rule parameters view.
- getComponent() - Method in interface com.solibri.smc.api.ui.views.checkingresults.CheckingResultsViewRow
-
Returns the component.
- getComponent(T, boolean, boolean) - Method in interface com.solibri.smc.api.ui.views.CellRenderer
-
Returns a GUI component for the given row.
- getComponentByBatId(String) - Method in interface com.solibri.smc.api.model.Model
-
Gets the component by BIM Authoring Tool ID.
- getComponentByGuid(String) - Method in interface com.solibri.smc.api.model.Model
-
Gets the component with the given IFC GUID.
- getComponentDecisions() - Method in interface com.solibri.smc.api.checking.Result
-
Get decisions related to components in checking results.
- getComponentName() - Method in interface com.solibri.smc.api.model.Component
-
Returns the name of the component.
- getComponents() - Method in interface com.solibri.smc.api.communication.Slide
-
Returns the components of this slide.
- getComponents() - Method in interface com.solibri.smc.api.model.components.BuildingStorey
-
Returns the components that are located on this storey based on IFC relations.
- getComponents(ComponentFilter) - Method in interface com.solibri.smc.api.model.Model
-
Returns components accepted by given
filter
. - getComponents(ComponentFilter, Class<T>) - Method in interface com.solibri.smc.api.model.Model
-
Returns components accepted by given
filter
that are also of the specified type. - getComponentSlides() - Method in interface com.solibri.smc.api.checking.Result
-
Get slides related to components in checking results.
- getComponentsWithColor() - Method in interface com.solibri.smc.api.visualization.Visualization
-
Returns the colored components of the visualization as a map from color to the component list.
- getComponentType() - Method in interface com.solibri.smc.api.model.Component
-
Returns the
ComponentType
of the entity. - getCompositionType() - Method in interface com.solibri.smc.api.model.Component
-
Returns the composition type of the component.
- getConstituentName() - Method in interface com.solibri.smc.api.model.Material
-
Returns name of the material constituent if it exists, otherwise returns an empty string.
- getConstructionType() - Method in interface com.solibri.smc.api.model.Component
-
Returns the technical construction type of the component if it is specified.
- getCreationDate() - Method in interface com.solibri.smc.api.communication.Comment
-
Returns the creation date of this comment.
- getCrossProduct() - Method in interface com.solibri.geometry.primitive3d.Triangle3d
-
Returns the cross product of this triangle.
- getCurrentUser() - Method in interface com.solibri.smc.api.settings.GeneralSettings
-
Returns the current user name.
- getCurrentUser() - Static method in class com.solibri.smc.api.SMC
-
Returns the current user using this application.
- getCustomInformation(Component) - Method in interface com.solibri.smc.api.info.Information
- getCustomViews() - Static method in class com.solibri.smc.api.SMC
-
Returns a list of custom views that are active in the software.
- getDataType() - Method in enum com.solibri.smc.api.model.PropertyType
-
Returns the data type class of this property type.
- getDateFormat() - Method in interface com.solibri.smc.api.settings.UnitSettings
-
Returns the formatter for date-only formatting.
- getDateTimeFormat() - Method in interface com.solibri.smc.api.settings.UnitSettings
-
Returns the formatter for datetime formatting.
- getDecision() - Method in interface com.solibri.smc.api.checking.Result
-
Returns the decision of the result: ACCEPTED, REJECTED or UNDEFINED.
- getDecision() - Method in interface com.solibri.smc.api.checking.ResultCategory
-
Returns the
Decision
of this result category If any result in this ResultCategory is UNDEFINED, then UNDEFINED is returned. - getDefaultFilter() - Method in class com.solibri.smc.api.checking.ConcurrentRule
-
Returns the default filter for this rule.
- getDefaultFilter() - Method in class com.solibri.smc.api.checking.OneByOneRule
-
Returns the default filter for this rule.
- getDefaultFilterParameter() - Method in class com.solibri.smc.api.checking.ConcurrentRule
-
Returns the default filter parameter for this rule.
- getDefaultFilterParameter() - Method in class com.solibri.smc.api.checking.OneByOneRule
-
Returns the default filter parameter for this rule.
- getDefaultValue() - Method in interface com.solibri.smc.api.settings.Setting
-
Defines the default value that the setting has when it is first introduced to the software.
- getDegrees() - Method in interface com.solibri.smc.api.model.GeographicCoordinate.Angle
-
Returns the degrees of the angle.
- getDepth() - Method in interface com.solibri.smc.api.model.profile.CProfile
-
Returns the depth of the profile.
- getDepth() - Method in interface com.solibri.smc.api.model.profile.LProfile
-
Returns the depth of the profile.
- getDepth() - Method in interface com.solibri.smc.api.model.profile.NonUniformLProfile
-
Returns the depth of the profile.
- getDepth() - Method in interface com.solibri.smc.api.model.profile.NonUniformTProfile
-
Returns the depth of the profile.
- getDepth() - Method in interface com.solibri.smc.api.model.profile.TProfile
-
Returns the depth of the profile.
- getDepth() - Method in interface com.solibri.smc.api.model.profile.UProfile
-
Returns the depth of the profile.
- getDepth() - Method in interface com.solibri.smc.api.model.profile.ZProfile
-
Returns the depth of the profile.
- getDescription() - Method in interface com.solibri.smc.api.checking.Result
-
Returns the description of the result.
- getDescription() - Method in interface com.solibri.smc.api.checking.Ruleset
-
Returns the description of this ruleset.
- getDescription() - Method in interface com.solibri.smc.api.communication.Slide
-
Returns the description of this slide.
- getDescription() - Method in interface com.solibri.smc.api.ito.ItoDefinition
-
Returns the description of the definition.
- getDescription() - Method in interface com.solibri.smc.api.model.classification.Classification
-
Returns the description of this classification.
- getDescription() - Method in interface com.solibri.smc.api.model.IfcMetaData
-
Gets the formal definition of the underlying view definition.
- getDescription() - Method in interface com.solibri.smc.api.model.Material
-
Returns the description of this material if it exists, otherwise returns an empty Optional.
- getDescription() - Method in interface com.solibri.smc.api.settings.Setting
-
The internationalized description of the setting.
- getDescription() - Method in interface com.solibri.smc.api.settings.SettingDialog
-
The internationalized description of the setting dialog.
- getDescription() - Method in interface com.solibri.smc.api.ui.views.CustomColumn
-
Returns the description of this column.
- getDescriptionText() - Method in interface com.solibri.smc.api.model.Component
-
Returns a textual description of this component if one is specified.
- getDirection() - Method in interface com.solibri.geometry.primitive2d.Line2d
-
Returns the normalized direction vector of this line.
- getDirection() - Method in interface com.solibri.geometry.primitive2d.Ray2d
-
Returns the direction of this ray.
- getDirection() - Method in interface com.solibri.geometry.primitive3d.Line3d
-
Returns the normalized direction vector of this line.
- getDirection() - Method in interface com.solibri.geometry.primitive3d.Ray3d
-
Returns the direction of this ray.
- getDirection() - Method in interface com.solibri.smc.api.model.Relation
-
Returns the direction of this relation.
- getDirection() - Method in interface com.solibri.smc.api.threed.Camera
-
Returns the direction the camera is targeting.
- getDirection() - Method in interface com.solibri.smc.api.threed.CameraState
-
Returns the direction of the camera as unit vector in 3D space.
- getDisciplineName() - Method in interface com.solibri.smc.api.model.Component
-
Returns the name of the discipline of this component if one is specified.
- getDisplayName() - Method in interface com.solibri.smc.api.checking.ResultCategory
-
Returns the display name for the category.
- getDistanceToNextFloor() - Method in interface com.solibri.smc.api.model.Component
-
Returns the vertical distance in meters to the next floor level measured from the top level of the component.
- getDoors() - Method in interface com.solibri.smc.api.model.components.Space
-
Returns the connected doors of the space.
- getDueDate() - Method in interface com.solibri.smc.api.communication.Slide
-
Returns the optional due date for this slide.
- getEdgeIterator() - Method in interface com.solibri.geometry.primitive2d.Polygon2d
-
Returns an iterator that iterates through the edges of this polygon.
- getEdgeIterator() - Method in interface com.solibri.geometry.primitive3d.Polygon3d
-
Returns an iterator that iterates through the segments in this polygon.
- getEdgeRadius() - Method in interface com.solibri.smc.api.model.profile.LProfile
-
Returns an optional of the edge radius of the profile.
- getEdgeRadius() - Method in interface com.solibri.smc.api.model.profile.NonUniformLProfile
-
Returns an optional of the edge radius of the profile.
- getEdgeRadius() - Method in interface com.solibri.smc.api.model.profile.UProfile
-
Returns an optional of the flange edge radius of the profile.
- getEdgeRadius() - Method in interface com.solibri.smc.api.model.profile.ZProfile
-
Returns an option of the edge radius of the profile.
- getEdges() - Method in interface com.solibri.geometry.primitive2d.AABB2d
-
Returns the edges of this axis-aligned bounding box in counter clockwise order.
- getEdges() - Method in interface com.solibri.geometry.primitive3d.AABB3d
-
Returns the edges of this bounding box.
- getEdition() - Method in interface com.solibri.smc.api.model.classification.Classification
-
Returns an
Optional
containing the classification's edition or version, as defined in IFC, or empty if the edition is not specified. - getElementType() - Method in interface com.solibri.smc.api.model.Component
-
Returns the element type of the component.
- getElevation() - Method in interface com.solibri.smc.api.model.components.BuildingStorey
-
Returns the elevation of the storey.
- getElevation() - Method in interface com.solibri.smc.api.model.components.Landing
-
Returns the elevation of the landing element.
- getElevation() - Method in interface com.solibri.smc.api.model.components.StairStep
-
Returns the elevation of the step element.
- getElevation() - Method in interface com.solibri.smc.api.model.Site
-
Returns the site elevation relative to sea level.
- getElevationOfTerrain() - Method in interface com.solibri.smc.api.model.Building
-
Returns the elevation of terrain.
- getElevationRefHeight() - Method in interface com.solibri.smc.api.model.Building
-
Returns the elevation reference height of the building.
- getElevationWithFloor() - Method in interface com.solibri.smc.api.model.components.Space
-
Returns the level of flooring of this space.
- getEnabler() - Method in interface com.solibri.smc.api.ui.UIComponent
-
Returns the UIComponent whose enabled state this UIComponent is set to follow.
- getEndPoint() - Method in interface com.solibri.geometry.primitive2d.Segment2d
-
Returns the end of the segment in the XY-plane.
- getEndPoint() - Method in interface com.solibri.geometry.primitive3d.Segment3d
-
Returns the ending point of this Segment.
- getExportedSlides(Set<UUID>) - Method in interface com.solibri.smc.api.bcflive.BcfApi
-
Gets from current Solibri model Slide instances that have already been exported with one of the given IDs.
- getExternalIds() - Method in interface com.solibri.smc.api.communication.Comment
-
Returns all the external IDs for this comment.
- getExternalIds() - Method in interface com.solibri.smc.api.communication.Slide
-
Returns all the external IDs for this slide.
- getExternalIds() - Method in interface com.solibri.smc.api.communication.Viewpoint
-
Returns all the external IDs for this viewpoint.
- getFailedComponentsCount() - Method in interface com.solibri.smc.api.checking.Score
-
Returns the number of components which failed the rule check at the time of the calculation.
- getFederatedComponents() - Method in interface com.solibri.smc.api.model.components.BuildingStorey
-
Returns the components that are on the federated floor defined by this storey.
- getFederatedFloor() - Method in interface com.solibri.smc.api.model.Component
-
Returns the federated floor on which this component is located.
- getFieldOfView() - Method in interface com.solibri.smc.api.threed.PerspectiveCameraState
-
Returns the field of view (FOV) in radians.
- getFile() - Method in interface com.solibri.smc.api.project.Project
-
Return the location of the file (.smc) where the project is saved.
- getFileStatus() - Method in interface com.solibri.smc.api.project.Project
-
Get the
Project.SaveStatus
of the project file. - getFilletRadius() - Method in interface com.solibri.smc.api.model.profile.IProfile
-
Returns an optional of the fillet between the web and the flange.
- getFilletRadius() - Method in interface com.solibri.smc.api.model.profile.LProfile
-
Returns an optional of the fillet radius of the profile.
- getFilletRadius() - Method in interface com.solibri.smc.api.model.profile.NonUniformLProfile
-
Returns an optional of the fillet radius of the profile.
- getFilletRadius() - Method in interface com.solibri.smc.api.model.profile.NonUniformTProfile
-
Returns an optional of the fillet radius of the profile.
- getFilletRadius() - Method in interface com.solibri.smc.api.model.profile.TProfile
-
Returns an optional of the fillet radius of the profile.
- getFilletRadius() - Method in interface com.solibri.smc.api.model.profile.UProfile
-
Returns an optional of the fillet radius of the profile.
- getFilletRadius() - Method in interface com.solibri.smc.api.model.profile.ZProfile
-
Returns an optional of the fillet radius of the profile.
- getFilter() - Method in interface com.solibri.smc.api.model.classification.Classification
-
Get the total filter that selects which components this classification should classify.
- getFirst() - Method in interface com.solibri.smc.api.util.Pair
-
Get the first component.
- getFirstPoint() - Method in interface com.solibri.geometry.primitive2d.Line2d
-
Returns the first bootstrapping point of this line.
- getFirstPoint() - Method in interface com.solibri.geometry.primitive2d.Triangle2d
-
Returns the first point of the triangle.
- getFirstPoint() - Method in interface com.solibri.geometry.primitive3d.Line3d
-
Returns the first bootstrapping point of this line.
- getFirstPoint() - Method in interface com.solibri.geometry.primitive3d.Triangle3d
-
Returns the first point of the triangle.
- getFlangeEdgeRadius() - Method in interface com.solibri.smc.api.model.profile.IProfile
-
Returns an optional of the radius of the lower edges of the top flange and the upper edges of the bottom flange.
- getFlangeEdgeRadius() - Method in interface com.solibri.smc.api.model.profile.NonUniformTProfile
-
Returns an optional of the flange edge radius of the profile.
- getFlangeEdgeRadius() - Method in interface com.solibri.smc.api.model.profile.TProfile
-
Returns an optional of the flange edge radius of the profile.
- getFlangeSlope() - Method in interface com.solibri.smc.api.model.profile.IProfile
-
Returns an optional of Slope of the lower faces of the top flange and of the upper faces of the bottom flange.
- getFlangeSlope() - Method in interface com.solibri.smc.api.model.profile.UProfile
-
Returns an optional of the slope of flange of the profile.
- getFlangeThickness() - Method in interface com.solibri.smc.api.model.profile.IProfile
-
Returns the flange thickness of the I-shape.
- getFlangeThickness() - Method in interface com.solibri.smc.api.model.profile.NonUniformLProfile
-
Returns the thickness of the flange.
- getFlangeThickness() - Method in interface com.solibri.smc.api.model.profile.TProfile
-
Returns the wall thickness of the flange.
- getFlangeThickness() - Method in interface com.solibri.smc.api.model.profile.UProfile
-
Returns the wall thickness of the flange.
- getFlangeThickness() - Method in interface com.solibri.smc.api.model.profile.ZProfile
-
Returns the wall thickness of the flange.
- getFlangeWidth() - Method in interface com.solibri.smc.api.model.profile.NonUniformTProfile
-
Returns the flange width of the profile.
- getFlangeWidth() - Method in interface com.solibri.smc.api.model.profile.TProfile
-
Returns the flange width of the profile.
- getFlangeWidth() - Method in interface com.solibri.smc.api.model.profile.UProfile
-
Returns the flange width of the profile.
- getFlangeWidth() - Method in interface com.solibri.smc.api.model.profile.ZProfile
-
Returns the flange width of the profile.
- getFloatAlpha() - Method in interface com.solibri.smc.api.visualization.ARGBColor
-
Returns the opaqueness component value of the color as a floating point number in the range [0.0, 1.0].
- getFloatBlue() - Method in interface com.solibri.smc.api.visualization.ARGBColor
-
Returns the blue component value of the color as a floating point number in the range [0.0, 1.0].
- getFloatGreen() - Method in interface com.solibri.smc.api.visualization.ARGBColor
-
Returns the green component value of the color as a floating point number in the range [0.0, 1.0].
- getFloatRed() - Method in interface com.solibri.smc.api.visualization.ARGBColor
-
Returns the red component value of the color as a floating point number in the range [0.0, 1.0].
- getFloor() - Method in interface com.solibri.smc.api.model.Component
-
Returns the floor on which this component is located.
- getFootprint() - Method in interface com.solibri.smc.api.model.Component
-
Returns the footprint for this component.
- getFootprint() - Method in interface com.solibri.smc.api.model.components.Door
-
Calculates the footprint for this door based on the assumption that the expected footprint the caller wants is calculated based on positioning of the door inside a wall and an opening.
- getFootprint() - Method in interface com.solibri.smc.api.model.components.Handrail
-
Returns the footprint polygon of this handrail.
- getFootprint() - Method in interface com.solibri.smc.api.model.components.Landing
-
Returns the footprint of the landing element.
- getFootprint() - Method in interface com.solibri.smc.api.model.components.StairStep
-
Returns the footprint of the stair step element.
- getFootprint() - Method in interface com.solibri.smc.api.model.components.Window
-
Calculates the footprint for this window based on the assumption that the expected footprint the caller wants is calculated based on positioning of the window inside a wall and an opening.
- getFootPrintForOpenedDoor() - Method in interface com.solibri.smc.api.model.components.Door
-
Calculates the footprint this door covers as open and as closed.
- getFormat() - Method in enum com.solibri.smc.api.model.PropertyType
-
Returns the format for this property type.
- getFormat() - Method in interface com.solibri.smc.api.settings.formats.AngleFormat
-
Returns the internal
NumberFormat
. - getFormat() - Method in interface com.solibri.smc.api.settings.formats.AreaFormat
-
Returns the internal
Format
. - getFormat() - Method in interface com.solibri.smc.api.settings.formats.LengthFormat
-
Returns the internal
Format
. - getFormat() - Method in interface com.solibri.smc.api.settings.formats.PercentageFormat
-
Returns the internal
NumberFormat
. - getFormat() - Method in interface com.solibri.smc.api.settings.formats.VolumeFormat
-
Returns the internal
Format
. - getFraction() - Method in interface com.solibri.smc.api.model.Material
-
Returns the fraction of this material if it exists, otherwise returns an empty Optional.
- getFunctionalSystems() - Method in interface com.solibri.smc.api.model.Component
-
Returns a set of the systems of this component.
- getGeneralSettings() - Method in interface com.solibri.smc.api.settings.Settings
-
Returns the general settings.
- getGeometricalFootprint() - Method in interface com.solibri.smc.api.model.components.Door
-
Calculates the footprint for the door based on the actual geometry of the door.
- getGeometricalFootprint() - Method in interface com.solibri.smc.api.model.components.Window
-
Calculates the footprint for the window based on the actual geometry of the window.
- getGeometryType() - Method in interface com.solibri.smc.api.model.Component
-
Returns the geometry type of the component.
- getGirth() - Method in interface com.solibri.smc.api.model.profile.CProfile
-
Returns the length of girth of the profile.
- getGlobalBottomElevation() - Method in interface com.solibri.smc.api.model.Component
-
Returns the global bottom elevation of this component in the model.
- getGlobalCoordinate() - Method in interface com.solibri.smc.api.model.Component
-
Returns the insertion point of the component in the global coordinates.
- getGlobalTopElevation() - Method in interface com.solibri.smc.api.model.Component
-
Returns the global top elevation of this component in the model.
- getGreen() - Method in interface com.solibri.smc.api.visualization.ARGBColor
-
Returns the green component value of the color as an integer in the range [0, 255].
- getGroupedComponents() - Method in interface com.solibri.smc.api.model.Group
-
Returns a set of the components belonging to this group.
- getGroups() - Method in interface com.solibri.smc.api.model.Component
-
Returns a set of the groups of the component if any exists, otherwise returns empty collection.
- getGUID() - Method in interface com.solibri.smc.api.model.Component
-
Returns the GUID of this component specified in IFC.
- getHandrails() - Method in interface com.solibri.smc.api.model.components.Flight
-
Returns the list of handrail elements of the flight.
- getHeadDepth2() - Method in interface com.solibri.smc.api.model.profile.CraneRailAProfile
-
Returns the head depth of the A shape crane rail.
- getHeadDepth2() - Method in interface com.solibri.smc.api.model.profile.CraneRailFProfile
-
Returns the head depth of the F shape crane rail.
- getHeadDepth3() - Method in interface com.solibri.smc.api.model.profile.CraneRailAProfile
-
Returns the head depth of the A shape crane rail.
- getHeadDepth3() - Method in interface com.solibri.smc.api.model.profile.CraneRailFProfile
-
Returns the head depth of the F shape crane rail.
- getHeaderIcon() - Method in interface com.solibri.smc.api.ui.views.CustomColumn
-
Return the icon for the header of this column.
- getHeaderText() - Method in interface com.solibri.smc.api.ui.views.CustomColumn
-
Return the text for the header of this column.
- getHeaderToolTip() - Method in interface com.solibri.smc.api.ui.views.CustomColumn
-
Return the tool-tip text for the header of this column.
- getHeadWidth() - Method in interface com.solibri.smc.api.model.profile.CraneRailAProfile
-
Returns the total extent of the width of the head.
- getHeadWidth() - Method in interface com.solibri.smc.api.model.profile.CraneRailFProfile
-
Returns the total extent of the width of the head.
- getHeight() - Method in interface com.solibri.geometry.primitive3d.Box
-
Returns the height of this box.
- getHeight() - Method in interface com.solibri.smc.api.model.components.Flight
-
Returns the height of the flight element.
- getHeight() - Method in interface com.solibri.smc.api.model.components.Handrail
-
Returns the height of the handrail.
- getHeight() - Method in interface com.solibri.smc.api.visualization.Bitmap
-
Returns the height of image.
- geThickness() - Method in interface com.solibri.smc.api.model.profile.LProfile
-
Returns the wall thickness of the web.
- getHiddenComponents() - Method in interface com.solibri.smc.api.threed.ThreeD
-
Returns the components that are currently hidden from the 3d view.
- getHoles() - Method in interface com.solibri.geometry.primitive2d.Area
-
Returns a list of holes in the area.
- getHorizontalScale() - Method in interface com.solibri.smc.api.visualization.Text
-
Returns the horizontal scale factor of the displayed text.
- getHttpProxy() - Method in interface com.solibri.smc.api.settings.proxy.ProxySettings
-
Returns information about the HTTP(S) proxy settings.
- getHyperlinkColumn() - Method in interface com.solibri.smc.api.ui.views.checkingresults.CheckingResultsView
-
Returns the hyperlink column of this view.
- getHyperlinks() - Method in interface com.solibri.smc.api.model.Component
-
Returns the hyperlinks associated with this component.
- getIcon() - Method in enum com.solibri.smc.api.model.ComponentType
-
Returns the icon of this component type.
- getIcon() - Method in interface com.solibri.smc.api.settings.SettingDialog
-
Returns the icon for the setting dialog.
- getIcon() - Method in interface com.solibri.smc.api.ui.View
-
Returns the icon for the view.
- getIcon(T, boolean, boolean) - Method in interface com.solibri.smc.api.ui.views.CustomColumn
-
Return the icon for the given row of this column.
- getId() - Method in interface com.solibri.smc.api.checking.RuleParameter
-
Returns the rule parameter id.
- getId() - Method in interface com.solibri.smc.api.info.InformationParameter
-
Returns the information parameter id.
- getIfcEntityType() - Method in interface com.solibri.smc.api.model.Component
-
Returns the matching IFC entity type if the component matches one.
- getIfcEntityType() - Method in interface com.solibri.smc.api.model.Material
-
Returns the Ifc entity type of this material if it exists, otherwise returns an empty Optional.
- getIfcMetaData() - Method in interface com.solibri.smc.api.model.Model
-
Gets metadata extracted from IFC header.
- getIfcType() - Method in interface com.solibri.smc.api.model.Component
-
Returns the matching IFC entity type of the component's type object if the type object matches one.
- getImage() - Method in interface com.solibri.smc.api.communication.Viewpoint
-
Returns the optional image this viewpoint holds.
- getImage() - Method in interface com.solibri.smc.api.visualization.Bitmap
-
Returns the image.
- getImagePngBytes() - Method in interface com.solibri.smc.api.communication.Viewpoint
-
Returns the optional image in PNG (Portable Network Graphics) format as byte array.
- getImageUrl() - Method in interface com.solibri.smc.api.ui.UIImage
-
Returns the URL for the image file that this UIImage uses.
- getImageUrl(String) - Method in interface com.solibri.smc.api.checking.RuleResources
-
Returns the URL of the image with filename.
- getImplementationLevel() - Method in interface com.solibri.smc.api.model.IfcMetaData
-
Returns the implementation level according to ISO10303-21.
- getImportedValueType() - Method in interface com.solibri.smc.api.model.Property
-
Returns the imported value type, such as, IFCLABEL, when available.
- getIndustry() - Method in interface com.solibri.smc.api.project.Project
-
Get the
Project.Industry
of the project. - getInfoDisplayer() - Static method in class com.solibri.smc.api.SMC
-
Returns an interface for handling the info view (UI).
- getInformation(Component) - Method in interface com.solibri.smc.api.info.Information
-
Calculates the information for given component.
- getInformation(Class<? extends Information<T>>) - Method in interface com.solibri.smc.api.model.Component
-
Returns the custom information value for this component for the given custom information.
- getInformationAsString(Component) - Method in interface com.solibri.smc.api.info.Information
-
Show the information as a
String
. - getInformationAsString(String) - Method in interface com.solibri.smc.api.model.Component
-
Returns the custom
Information
as String for this component. - getInformationTakeoff() - Static method in class com.solibri.smc.api.SMC
-
Returns the
InformationTakeoff
instance. - getInnerFilletRadius() - Method in interface com.solibri.smc.api.model.profile.RectangleHollowProfile
-
Returns an optional of the radius of the circular arcs, by which all four corners of the inner contour of rectangle are equally rounded.
- getInternalFilletRadius() - Method in interface com.solibri.smc.api.model.profile.CProfile
-
Returns an optional of the internal fillet radius of the profile.
- getInternalViews() - Static method in class com.solibri.smc.api.SMC
-
Returns the Solibri internal views.
- getIntersectionMesh() - Method in interface com.solibri.smc.api.intersection.Intersection
-
Returns the intersection mesh.
- getIntersectionPoint(Plane) - Method in interface com.solibri.geometry.primitive3d.Line3d
-
Returns the point of intersection between this line and the given plane.
- getIntersections(Component) - Method in interface com.solibri.smc.api.model.Component
-
Returns the intersections of this component and given component.
- getInvolvedComponents() - Method in interface com.solibri.smc.api.checking.Result
-
Returns the components associated with the result.
- getIssuesView() - Method in interface com.solibri.smc.api.ui.views.InternalViews
-
Returns the internal Solibri issues view.
- getItoDefinitions() - Method in interface com.solibri.smc.api.ito.InformationTakeoff
-
Returns a list of the ITO definitions.
- getJavaResourceBundle() - Method in interface com.solibri.smc.api.checking.RuleResources
-
Returns the resource bundle of the rule.
- getLabels() - Method in interface com.solibri.smc.api.bcflive.BCFCoordinationValues
-
Returns the collection of all valid labels used in the coordination.
- getLabels() - Method in interface com.solibri.smc.api.communication.Slide
-
Returns the labels of this slide.
- getLargestPolygon() - Method in interface com.solibri.geometry.primitive2d.Area
-
Returns the largest outer polygon of the area.
- getLastSaveTime() - Method in interface com.solibri.smc.api.project.Project
-
Get the time when the project file was last saved.
- getLatitude() - Method in interface com.solibri.smc.api.model.GeographicCoordinate
-
Returns the latitude defined as degrees, minutes, and seconds.
- getLatitude() - Method in interface com.solibri.smc.api.model.Site
-
Returns the site latitude at reference point.
- getLayerSetName() - Method in interface com.solibri.smc.api.model.Material
-
Returns the layer set name of this material if it exists, otherwise returns an empty Optional.
- getLayouts() - Method in interface com.solibri.smc.api.layout.Layouts
-
Returns a list of the layouts ordered in the order they appear in the software UI.
- getLayouts() - Static method in class com.solibri.smc.api.SMC
- getLeftFlangeThickness() - Method in interface com.solibri.smc.api.model.profile.NonUniformTProfile
-
Returns the wall thickness of the left flange.
- getLegSlope() - Method in interface com.solibri.smc.api.model.profile.LProfile
-
Returns an optional of the slope of leg of the profile.
- getLegSlope() - Method in interface com.solibri.smc.api.model.profile.NonUniformLProfile
-
Returns an optional of the slope of leg of the profile.
- getLenghtFormat() - Method in interface com.solibri.smc.api.settings.UnitSettings
-
Returns the length formatter.
- getLength() - Method in interface com.solibri.geometry.linearalgebra.Vector2d
-
Returns the length of this vector.
- getLength() - Method in interface com.solibri.geometry.linearalgebra.Vector3d
-
Returns the length of this vector.
- getLength() - Method in interface com.solibri.geometry.primitive2d.Segment2d
-
Returns the length of the segment in 2 dimensions.
- getLength() - Method in interface com.solibri.geometry.primitive3d.Segment3d
-
Returns the length of this Segment.
- getLength() - Method in interface com.solibri.smc.api.model.components.RampFlight
-
Returns the length of the ramp flight element.
- getLength() - Method in interface com.solibri.smc.api.model.components.StairStep
-
Returns the length of the step element.
- getLength(double) - Method in interface com.solibri.smc.api.model.components.StairStep
-
Returns the length of the step element.
- getLengthSquared() - Method in interface com.solibri.geometry.linearalgebra.Vector2d
-
Returns the squared length of this vector.
- getLengthSquared() - Method in interface com.solibri.geometry.linearalgebra.Vector3d
-
Returns the squared length of this vector.
- getLengthSquared() - Method in interface com.solibri.geometry.primitive2d.Segment2d
-
Returns the square of the length of the segment in 2 dimensions.
- getLengthSquared() - Method in interface com.solibri.geometry.primitive3d.Segment3d
-
Returns the square of the length of this Segment.
- getLineThickness() - Method in interface com.solibri.smc.api.visualization.Lines
-
Returns the line thickness.
- getLocalizedResource(String) - Method in interface com.solibri.smc.api.ui.View
-
This method returns the localized resource from the properties files for the specified key.
- getLocation() - Method in interface com.solibri.smc.api.checking.Result
-
Returns the descriptive location of the result.
- getLocation() - Method in interface com.solibri.smc.api.threed.Camera
-
Returns the global location of the 3D camera.
- getLocation() - Method in interface com.solibri.smc.api.threed.CameraState
-
Returns the location of the camera in 3D space.
- getLongerRectangleSegment() - Method in interface com.solibri.geometry.primitive2d.Rectangle2d
-
Returns the longer segment of the rectangle.
- getLongerRectangleSegment() - Method in interface com.solibri.geometry.primitive3d.Rectangle3d
-
Returns the longer segment of the rectangle.
- getLongerRectangleSegmentLength() - Method in interface com.solibri.geometry.primitive2d.Rectangle2d
-
Returns the length of the longer rectangle segment.
- getLongerRectangleSegmentLength() - Method in interface com.solibri.geometry.primitive3d.Rectangle3d
-
Returns the length of the longer rectangle segment.
- getLongerRectangleSegments() - Method in interface com.solibri.geometry.primitive2d.Rectangle2d
-
Returns the longer segments of the rectangle.
- getLongerRectangleSegments() - Method in interface com.solibri.geometry.primitive3d.Rectangle3d
-
Returns the longer segments of the rectangle.
- getLongitude() - Method in interface com.solibri.smc.api.model.GeographicCoordinate
-
Returns the longitude defined as degrees, minutes, and seconds.
- getLongitude() - Method in interface com.solibri.smc.api.model.Site
-
Returns the site longitude at reference point.
- getLongName() - Method in interface com.solibri.smc.api.model.components.Project
-
Returns the long name of the project.
- getLongName() - Method in interface com.solibri.smc.api.model.SpatialElement
-
Returns the long name of the spatial element.
- getLongName() - Method in interface com.solibri.smc.api.model.Zone
-
Returns the long name of the zone.
- getLowerBound() - Method in interface com.solibri.geometry.primitive2d.AABB2d
-
Returns the lower bound of this bounding box.
- getLowerBound() - Method in interface com.solibri.geometry.primitive3d.AABB3d
-
Returns the lower bound of this bounding box.
- getM00() - Method in interface com.solibri.geometry.linearalgebra.Matrix4d
-
Returns the first element of the first row in the matrix.
- getM01() - Method in interface com.solibri.geometry.linearalgebra.Matrix4d
-
Returns the second element of the first row in the matrix.
- getM02() - Method in interface com.solibri.geometry.linearalgebra.Matrix4d
-
Returns the third element of the first row in the matrix.
- getM03() - Method in interface com.solibri.geometry.linearalgebra.Matrix4d
-
Returns the fourth element of the first row in the matrix.
- getM10() - Method in interface com.solibri.geometry.linearalgebra.Matrix4d
-
Returns the first element of the second row in the matrix.
- getM11() - Method in interface com.solibri.geometry.linearalgebra.Matrix4d
-
Returns the second element of the second row in the matrix.
- getM12() - Method in interface com.solibri.geometry.linearalgebra.Matrix4d
-
Returns the third element of the second row in the matrix.
- getM13() - Method in interface com.solibri.geometry.linearalgebra.Matrix4d
-
Returns the fourth element of the second row in the matrix.
- getM20() - Method in interface com.solibri.geometry.linearalgebra.Matrix4d
-
Returns the first element of the third row in the matrix.
- getM21() - Method in interface com.solibri.geometry.linearalgebra.Matrix4d
-
Returns the second element of the third row in the matrix.
- getM22() - Method in interface com.solibri.geometry.linearalgebra.Matrix4d
-
Returns the third element of the third row in the matrix.
- getM23() - Method in interface com.solibri.geometry.linearalgebra.Matrix4d
-
Returns the fourth element of the third row in the matrix.
- getM30() - Method in interface com.solibri.geometry.linearalgebra.Matrix4d
-
Returns the first element of the fourth row in the matrix.
- getM31() - Method in interface com.solibri.geometry.linearalgebra.Matrix4d
-
Returns the second element of the fourth row in the matrix.
- getM32() - Method in interface com.solibri.geometry.linearalgebra.Matrix4d
-
Returns the third element of the fourth row in the matrix.
- getM33() - Method in interface com.solibri.geometry.linearalgebra.Matrix4d
-
Returns the fourth element of the fourth row in the matrix.
- getMainColumn() - Method in interface com.solibri.smc.api.ui.views.checkingresults.CheckingResultsView
-
Returns the main column of this view.
- getMarkedSlides() - Method in interface com.solibri.smc.api.ui.views.issues.IssuesView
-
Returns all the marked issues in this view.
- getMaterials() - Method in interface com.solibri.smc.api.model.Component
-
Returns a list of the materials of this component.
- getMean() - Method in interface com.solibri.geometry.primitive3d.Polygon3d
-
Returns the average vector of the vertices of this polygon.
- getMetadata() - Method in interface com.solibri.smc.api.model.Model
-
Returns the metadata of the model as key to value map.
- getMicroSeconds() - Method in interface com.solibri.smc.api.model.GeographicCoordinate.Angle
-
Returns the micro seconds (millionth seconds) of the angle.
- getMinimumBoundingRectangle() - Method in interface com.solibri.geometry.primitive2d.Area
-
Returns the minimum area bounding rectangle.
- getMinutes() - Method in interface com.solibri.smc.api.model.GeographicCoordinate.Angle
-
Returns the minutes of the angle.
- getModel() - Method in interface com.solibri.smc.api.model.Component
-
Returns the model to which this component belongs.
- getModel() - Static method in class com.solibri.smc.api.SMC
-
Returns an interface to the SMC data model.
- getModel(UUID) - Method in interface com.solibri.smc.api.model.Models
-
Returns the model model with the given UUID.
- getModels() - Method in interface com.solibri.smc.api.model.Models
-
Returns the information of the all models that are currently open.
- getModels() - Static method in class com.solibri.smc.api.SMC
-
Returns service for accessing models.
- getModifiedTimeInExternalSystem() - Method in interface com.solibri.smc.api.communication.Slide
-
Get the time when the slide was modified in some external system.
- getMouseListener(T) - Method in interface com.solibri.smc.api.ui.views.CustomColumn
-
Returns the mouse listener defined for the cells of this column.
- getName() - Method in interface com.solibri.smc.api.checking.CheckingNode
-
Returns the name of this checking node.
- getName() - Method in interface com.solibri.smc.api.checking.Result
-
Returns the name of the result.
- getName() - Method in interface com.solibri.smc.api.checking.Rule
- getName() - Method in interface com.solibri.smc.api.communication.Presentation
-
Returns the name of this presentation.
- getName() - Method in interface com.solibri.smc.api.info.Information
-
The internationalized name of the information.
- getName() - Method in interface com.solibri.smc.api.ito.ItoColumn
-
Returns the name of the column.
- getName() - Method in interface com.solibri.smc.api.ito.ItoDefinition
-
Returns the name of the definition.
- getName() - Method in interface com.solibri.smc.api.layout.Layout
-
Returns the name of the layout.
- getName() - Method in interface com.solibri.smc.api.model.Building
-
Returns the name of this building.
- getName() - Method in interface com.solibri.smc.api.model.classification.Classification
-
Returns the name of this classification.
- getName() - Method in interface com.solibri.smc.api.model.classification.ClassificationResult
-
Returns the name of this classification result.
- getName() - Method in interface com.solibri.smc.api.model.Component
-
Returns the localized display name of this component.
- getName() - Method in interface com.solibri.smc.api.model.components.BuildingStorey
-
Returns the name of the storey.
- getName() - Method in interface com.solibri.smc.api.model.Group
-
Returns the name of the group.
- getName() - Method in interface com.solibri.smc.api.model.IfcMetaData
-
Returns the local path and file name of the IFC export file.
- getName() - Method in interface com.solibri.smc.api.model.Material
-
Returns the name of this material.
- getName() - Method in interface com.solibri.smc.api.model.Model
-
Returns the name of the model.
- getName() - Method in interface com.solibri.smc.api.model.profile.Profile
-
Returns an optional of the name of this profile.
- getName() - Method in interface com.solibri.smc.api.model.Property
-
Returns the name of this property.
- getName() - Method in interface com.solibri.smc.api.model.PropertySet
-
Returns the name of the property set.
- getName() - Method in interface com.solibri.smc.api.model.Site
-
Returns the name of this site. 9.12.8 onwards this method overrides the same method in Component interface and returns the same result as Component.getName() .
- getName() - Method in interface com.solibri.smc.api.settings.Setting
-
The internationalized name of the setting.
- getName() - Method in interface com.solibri.smc.api.settings.SettingDialog
-
The internationalized name of the setting dialog.
- getName() - Method in interface com.solibri.smc.api.settings.SettingGroup
-
The internationalized name of the setting group.
- getName() - Method in interface com.solibri.smc.api.ui.View
-
The internationalized name of the view.
- getNameText() - Method in interface com.solibri.smc.api.model.Component
-
Returns a name as defined in IFC of this component if one is specified.
- getNormal() - Method in interface com.solibri.geometry.primitive3d.Plane
-
Returns the normal of the plane.
- getNormal() - Method in interface com.solibri.geometry.primitive3d.Polygon3d
-
Returns the normal of this polygon as a vector of unit length.
- getNormal() - Method in interface com.solibri.smc.api.visualization.Bitmap
-
Returns a vector indicating where this bitmap faces.
- getNormal() - Method in interface com.solibri.smc.api.visualization.Text
-
Returns a vector indicating where this text faces.
- getNotCoveredFootprintPolygon() - Method in interface com.solibri.smc.api.model.components.StairStep
-
Returns the not covered footprint of the stair step element.
- getObjectType() - Method in interface com.solibri.smc.api.model.Component
-
Returns the object type of the component.
- getOpenings() - Method in interface com.solibri.smc.api.model.components.Space
-
Returns the connected openings of the space.
- getOpeningSide() - Method in enum com.solibri.smc.api.model.components.Door.OperationType
-
Returns the opening side of the door operation type.
- getOperationType() - Method in interface com.solibri.smc.api.model.components.Door
-
Returns the operation type of the door (see
Door.OperationType
). - getOptionImages() - Method in interface com.solibri.smc.api.ui.UIRadioButtonPanel
-
Returns the images attached to the options in this radio button panel.
- getOptions() - Method in interface com.solibri.smc.api.checking.EnumerationParameter
-
Returns the values of this enumeration.
- getOrganization() - Method in interface com.solibri.smc.api.model.IfcMetaData
-
Returns the organization of the author.
- getOrientation() - Method in interface com.solibri.smc.api.layout.Split
-
Returns the orientation of this split.
- getOrientedBoundingRectangle() - Method in interface com.solibri.geometry.primitive2d.Polygon2d
-
Returns the minimum area oriented bounding rectangle for this polygon.
- getOrigin() - Method in interface com.solibri.geometry.primitive2d.Ray2d
-
Returns the origin of this ray.
- getOrigin() - Method in interface com.solibri.geometry.primitive3d.Ray3d
-
Returns the origin of this ray.
- getOriginatingSystem() - Method in interface com.solibri.smc.api.model.IfcMetaData
-
Returns the name and version of the application that created the IFC file.
- getOuterFilletRadius() - Method in interface com.solibri.smc.api.model.profile.RectangleHollowProfile
-
Returns an optional of the radius of the circular arcs, by which all four corners of the outer contour of rectangle are equally rounded.
- getOutline() - Method in interface com.solibri.smc.api.footprints.Footprint
-
Returns a simple one-polygon footprint of the component.
- getOverallDepth() - Method in interface com.solibri.smc.api.model.profile.IProfile
-
Returns the total extent of the depth, defined parallel to the y axis.
- getOverallHeight() - Method in interface com.solibri.smc.api.model.components.Door
-
Returns the overall height of the door.
- getOverallHeight() - Method in interface com.solibri.smc.api.model.profile.CraneRailAProfile
-
Returns the total extent of the height.
- getOverallHeight() - Method in interface com.solibri.smc.api.model.profile.CraneRailFProfile
-
Returns the total extent of the height.
- getOverallWidth() - Method in interface com.solibri.smc.api.model.components.Door
-
Returns the overall width of the door.
- getOverallWidth() - Method in interface com.solibri.smc.api.model.profile.IProfile
-
Returns the total extent of the width, defined parallel to the x axis.
- getParametersUIDefinition() - Method in interface com.solibri.smc.api.checking.Rule
-
Returns the container that defines the UI for the parameters view of this rule.
- getParameterTemplateKeyToIdMap() - Method in interface com.solibri.smc.api.checking.Rule
-
Returns a map of template keys to parameter IDs.
- getParametricInformationAsString(String, Map<String, String>) - Method in interface com.solibri.smc.api.model.Component
-
Returns the custom
ParametricInformation
as String for this component. - getParametricProfileType() - Method in interface com.solibri.smc.api.model.profile.ParametricProfile
-
Returns a
ParametricProfileType
of a component. - getParent() - Method in interface com.solibri.smc.api.checking.CheckingNode
-
Returns the parent of this node, if one exists.
- getParent() - Method in interface com.solibri.smc.api.checking.Rule
- getParentCategory() - Method in interface com.solibri.smc.api.checking.ResultCategory
-
Returns the parent result category of this result category if such exists.
- getPassedComponentsCount() - Method in interface com.solibri.smc.api.checking.Score
-
Returns the number of components which passed the rule check at the time of the calculation.
- getPassword() - Method in interface com.solibri.smc.api.settings.proxy.HttpProxy
-
Returns the password for the proxy.
- getPatternType() - Method in interface com.solibri.smc.api.visualization.Lines
-
Returns the pattern type of the drawn lines.
- getPercentageFormat() - Method in interface com.solibri.smc.api.settings.UnitSettings
-
Returns the percentage formatter.
- getPerimeter() - Method in interface com.solibri.geometry.primitive2d.Polygon2d
-
Returns the perimeter length of this polygon.
- getPhase() - Method in interface com.solibri.smc.api.model.components.Project
-
Returns the phase of the project.
- getPoint() - Method in interface com.solibri.geometry.primitive3d.Plane
-
Returns a point on the plane used to define the plane.
- getPoints() - Method in interface com.solibri.geometry.mesh.TriangleMesh
-
Returns an iterable of all the vertices of all the triangles in the
TriangleMesh
. - getPointSize() - Method in interface com.solibri.smc.api.visualization.Points
-
Returns point size to visualize.
- getPolygons() - Method in interface com.solibri.geometry.primitive2d.Area
-
Returns a list of polygons in the area.
- getPort() - Method in interface com.solibri.smc.api.settings.proxy.HttpProxy
-
Returns the port number of the proxy.
- getPort() - Method in interface com.solibri.smc.api.settings.proxy.Socks4Proxy
-
Returns the port number of the proxy.
- getPredefinedType() - Method in interface com.solibri.smc.api.model.Component
-
Returns the predefined type.
- getPreprocessorVersion() - Method in interface com.solibri.smc.api.model.IfcMetaData
-
Returns the name of the toolbox used to. create the IFC file
- getPresentations() - Method in interface com.solibri.smc.api.communication.Slide
-
Returns the presentations this slide is a part of.
- getPresentations() - Static method in class com.solibri.smc.api.SMC
-
Returns all the presentation available in the software.
- getPriorities() - Method in interface com.solibri.smc.api.bcflive.BCFCoordinationValues
-
Returns the collection of all valid priorities used in the coordination.
- getPriority() - Method in interface com.solibri.smc.api.communication.Slide
-
Returns the priority of this slide.
- getPriority() - Method in interface com.solibri.smc.api.model.Material
-
Returns the priority of this material if it exists, otherwise returns an empty Optional.
- getProduct() - Static method in class com.solibri.smc.api.SMC
-
Returns the product variant that is running.
- getProductVersion() - Static method in class com.solibri.smc.api.SMC
-
Returns the product version that is currently running.
- getProfile() - Method in interface com.solibri.smc.api.model.Component
-
Returns the profile of this component if it exists.
- getProfiles() - Method in interface com.solibri.smc.api.model.profile.CompositeProfile
-
Returns a collection of the profiles that this profile type consists.
- getProject() - Static method in class com.solibri.smc.api.SMC
-
Returns the instance for accessing saved project file (.smc) information.
- getProjectCoverageScore() - Method in interface com.solibri.smc.api.checking.Score
-
Returns the coverage score of the project.
- getProperties() - Method in interface com.solibri.smc.api.model.PropertySet
-
Returns a set of properties in the property set.
- getProperty(String) - Method in interface com.solibri.smc.api.model.PropertySet
-
Returns an optional of the property in the property set with the given name.
- getPropertyName() - Method in interface com.solibri.smc.api.model.PropertyReference
-
Returns the name of the referred property.
- getPropertyNames() - Method in interface com.solibri.smc.api.model.PropertySet
-
Returns the set of property names in the property set.
- getPropertySetName() - Method in interface com.solibri.smc.api.model.PropertyReference
-
Returns the name of the referred property set.
- getPropertySets() - Method in interface com.solibri.smc.api.model.Component
-
Returns the property sets of this component.
- getPropertySets() - Method in interface com.solibri.smc.api.model.Material
-
Returns the property sets of this material.
- getPropertySets(String) - Method in interface com.solibri.smc.api.model.Component
-
Returns the property sets of this component with the given name.
- getPropertySets(String) - Method in interface com.solibri.smc.api.model.Material
-
Returns the property sets of this material with the given name.
- getPropertyType() - Method in interface com.solibri.smc.api.checking.DoubleParameter
-
Returns the property type.
- getPropertyType() - Method in interface com.solibri.smc.api.info.DoubleInformationParameter
-
Returns the property type.
- getPropertyType() - Method in enum com.solibri.smc.api.model.Quantities.Type
-
Returns the property type of the quantity.
- getPropertyValue(PropertyReference) - Method in interface com.solibri.smc.api.model.Component
-
Returns the value of property to which the given PropertyReference refers.
- getProxySettings() - Method in interface com.solibri.smc.api.settings.Settings
-
Returns the proxy settings.
- getRadius() - Method in interface com.solibri.smc.api.model.profile.CircleProfile
-
Returns the radius of the circle of the profile.
- getRadius() - Method in interface com.solibri.smc.api.model.profile.CraneRailAProfile
-
Returns an optional of the edge radius.
- getRadius() - Method in interface com.solibri.smc.api.model.profile.CraneRailFProfile
-
Returns an optional of the edge radius.
- getRampElements() - Method in interface com.solibri.smc.api.model.components.Ramp
-
Returns the list of ramp elements from bottom to top.
- getRed() - Method in interface com.solibri.smc.api.visualization.ARGBColor
-
Returns the red component value of the color as an integer in the range [0, 255].
- getReferenceDirection() - Method in interface com.solibri.smc.api.model.components.Door
-
Returns a direction vector of unit length that defines the hinge side and opening direction of the door.
- getReferencePerimeterNetArea() - Method in interface com.solibri.smc.api.model.components.Space
-
Returns the net area of the space reference perimeter without the space boundaries related elements.
- getRelated(Relation) - Method in interface com.solibri.smc.api.model.Component
-
Returns the components that are related to this component through the given relation.
- getRelatedBuildingElement() - Method in interface com.solibri.smc.api.model.components.SpaceBoundary
-
Returns the related building element entity.
- getRemaining() - Method in interface com.solibri.smc.api.checking.CheckingSelection
-
Get the components that have been selected for checking but are still not checked.
- getReportUIDefinition() - Method in interface com.solibri.smc.api.checking.Rule
-
Returns the container that defines the UI for the report view of this rule.
- getResolvedPredefinedType() - Method in interface com.solibri.smc.api.model.Component
-
Returns the resolved predefined type.
- getResourceName() - Method in interface com.solibri.smc.api.model.Model
-
Returns the name of the resource that was used to import the model.
- getResponsibilities() - Method in interface com.solibri.smc.api.communication.Slide
-
Returns the responsible persons of this slide.
- getResult() - Method in interface com.solibri.smc.api.ui.views.checkingresults.CheckingResultsViewRow
-
Returns the checking result.
- getResultAndComponent() - Method in interface com.solibri.smc.api.communication.Slide
-
Get the source result and component pair.
- getResultCategory() - Method in interface com.solibri.smc.api.communication.Slide
-
Returns the related checking result category, if one exists.
- getResultCategory() - Method in interface com.solibri.smc.api.ui.views.checkingresults.CheckingResultsViewRow
-
Returns the category.
- getResults() - Method in interface com.solibri.smc.api.checking.Checking
-
Returns results of the checking.
- getResults() - Method in interface com.solibri.smc.api.checking.ResultCategory
-
Returns all the results directly under this category.
- getResults(Rule) - Method in interface com.solibri.smc.api.checking.Checking
-
Returns results of the checking for a given
Rule
. - getRightFlangeThickness() - Method in interface com.solibri.smc.api.model.profile.NonUniformTProfile
-
Returns the wall thickness of the right flange.
- getRiserHeight() - Method in interface com.solibri.smc.api.model.components.StairFlight
-
Returns the riser height of the stair flight element.
- getRoundingRadius() - Method in interface com.solibri.smc.api.model.profile.RoundedRectangleProfile
-
Returns the radius of the circular arcs, by which all four corners of the rectangle are equally rounded.
- getRowCount() - Method in interface com.solibri.smc.api.checking.ParameterTable
-
Returns the row count.
- getRows() - Method in interface com.solibri.smc.api.ito.InformationTakeoff
-
Returns a list of the calculate
ItoRow
s. - getRule() - Method in interface com.solibri.smc.api.checking.Result
-
Returns the
Rule
this result was generated from. - getRule() - Method in interface com.solibri.smc.api.checking.RuleParameter
-
Returns the rule this parameter belongs to.
- getRuleCoverageScore() - Method in interface com.solibri.smc.api.checking.Score
-
Returns the rule coverage score, which signify the extent of rule checks performed on the project.
- getRuleParameter() - Method in interface com.solibri.smc.api.ui.UIRuleParameter
-
Returns the rule parameter of this UIRuleParameter.
- getRulesets() - Method in interface com.solibri.smc.api.model.Model
-
Returns the root rulesets of the model.
- getSchemaName() - Method in interface com.solibri.smc.api.model.IfcMetaData
-
Returns the schema name.
- getScores(Project.Industry, Instant, Instant) - Method in interface com.solibri.smc.api.project.Project
-
Get the list of scores based on the Industry and time range provided.
- getSecond() - Method in interface com.solibri.smc.api.util.Pair
-
Get the second component.
- getSecondPoint() - Method in interface com.solibri.geometry.primitive2d.Line2d
-
Returns the second bootstrapping point of this line.
- getSecondPoint() - Method in interface com.solibri.geometry.primitive2d.Triangle2d
-
Returns the second point of the triangle.
- getSecondPoint() - Method in interface com.solibri.geometry.primitive3d.Line3d
-
Returns the second bootstrapping point of this line.
- getSecondPoint() - Method in interface com.solibri.geometry.primitive3d.Triangle3d
-
Returns the second point of the triangle.
- getSeconds() - Method in interface com.solibri.smc.api.model.GeographicCoordinate.Angle
-
Returns the seconds of the angle.
- getSections() - Method in interface com.solibri.smc.api.visualization.Visualization
-
Returns the section planes of this visualization.
- getSegments() - Method in interface com.solibri.smc.api.visualization.Lines
-
Returns the line segments.
- getSelectedSlides() - Method in interface com.solibri.smc.api.ui.views.issues.IssuesView
-
Returns all the selected issues in this view.
- getSelectionBasket() - Static method in class com.solibri.smc.api.SMC
-
Returns the default selection basket.
- getSelectionListener(Collection<T>, Collection<T>) - Method in interface com.solibri.smc.api.ui.views.CustomColumn
-
Returns the list selection listener defined for the table.
- getSemiAxis1() - Method in interface com.solibri.smc.api.model.profile.EllipseProfile
-
Returns the first radius of the ellipse.
- getSemiAxis2() - Method in interface com.solibri.smc.api.model.profile.EllipseProfile
-
Returns the second radius of the ellipse.
- getSetting(Class<T>) - Method in interface com.solibri.smc.api.settings.Settings
- getSettingGroups() - Method in interface com.solibri.smc.api.settings.SettingDialog
-
Returns a list of the setting groups that are included in this dialog.
- getSettings() - Method in interface com.solibri.smc.api.settings.SettingGroup
-
Returns the classes of the individual custom settings included in this group.
- getSettings() - Static method in class com.solibri.smc.api.SMC
-
Provides access to the settings of the software.
- getSeverity() - Method in interface com.solibri.smc.api.checking.Result
-
Returns the severity of the result.
- getShorterRectangleSegment() - Method in interface com.solibri.geometry.primitive2d.Rectangle2d
-
Returns the shorter segment of the rectangle.
- getShorterRectangleSegment() - Method in interface com.solibri.geometry.primitive3d.Rectangle3d
-
Returns the shorter segment of the rectangle.
- getShorterRectangleSegmentLength() - Method in interface com.solibri.geometry.primitive2d.Rectangle2d
-
Returns the length of shorter rectangle segment.
- getShorterRectangleSegmentLength() - Method in interface com.solibri.geometry.primitive3d.Rectangle3d
-
Returns the length of the shorter rectangle segment.
- getShorterRectangleSegments() - Method in interface com.solibri.geometry.primitive2d.Rectangle2d
-
Returns the shorter segments of the rectangle.
- getShorterRectangleSegments() - Method in interface com.solibri.geometry.primitive3d.Rectangle3d
-
Returns the shorter segments of the rectangle.
- getSide() - Method in interface com.solibri.smc.api.model.components.Handrail
-
Returns the side of the handrail element.
- getSite() - Method in interface com.solibri.smc.api.model.Component
-
Returns the site of the component if it exists.
- getSize() - Method in interface com.solibri.geometry.primitive2d.Area
-
Returns the size of the area.
- getSize() - Method in interface com.solibri.smc.api.visualization.Text
-
Returns the font size to visualize.
- getSizeX() - Method in interface com.solibri.geometry.primitive2d.AABB2d
-
Returns the size of this bounding box on the X axis.
- getSizeX() - Method in interface com.solibri.geometry.primitive3d.AABB3d
-
Returns the size of this bounding box on the X axis.
- getSizeX() - Method in interface com.solibri.smc.api.intersection.Intersection
-
Returns the size in X-coordinate of the intersection geometry.
- getSizeY() - Method in interface com.solibri.geometry.primitive2d.AABB2d
-
Returns the size of this bounding box on the Y axis.
- getSizeY() - Method in interface com.solibri.geometry.primitive3d.AABB3d
-
Returns the size of this bounding box on the Y axis.
- getSizeY() - Method in interface com.solibri.smc.api.intersection.Intersection
-
Returns the size in Y-coordinate of the intersection geometry.
- getSizeZ() - Method in interface com.solibri.geometry.primitive3d.AABB3d
-
Returns the size of this bounding box on the Z axis.
- getSizeZ() - Method in interface com.solibri.smc.api.intersection.Intersection
-
Returns the size in Z-coordinate of the intersection geometry.
- getSlide() - Method in interface com.solibri.smc.api.checking.Result
-
Returns the
Slide
based on this checking results, if on has been created. - getSlide() - Method in interface com.solibri.smc.api.checking.ResultCategory
-
Returns the
Slide
related to this result category, if one exists. - getSlide() - Method in interface com.solibri.smc.api.ui.views.checkingresults.CheckingResultsViewRow
-
Returns the slide that might relate to this row.
- getSlides() - Method in interface com.solibri.smc.api.communication.Presentation
-
Returns all the issues in this presentation.
- getSlides(Set<UUID>) - Method in interface com.solibri.smc.api.bcflive.BcfApi
-
Gets slides from current Solibri model Slide instances with the given IDs.
- getSlope() - Method in interface com.solibri.smc.api.model.components.RampFlight
-
Returns the slope of the ramp flight element.
- getSocks4Proxy() - Method in interface com.solibri.smc.api.settings.proxy.ProxySettings
-
Returns information about the SOCKS V4 proxy settings.
- getSource() - Method in interface com.solibri.smc.api.model.classification.Classification
-
Returns an
Optional
containing the source (or the publisher) of this classification, as defined in IFC, or empty if no source is defined. - getSourceApplication() - Method in interface com.solibri.smc.api.model.Model
-
Returns the source application for this model, if the information exists.
- getSpace() - Method in interface com.solibri.smc.api.model.components.SpaceBoundary
-
Returns the relating space entity.
- getSpaceBoundaries() - Method in interface com.solibri.smc.api.model.components.Space
-
Returns the space boundaries of the space.
- getSpaceBoundariesBeamsArea() - Method in interface com.solibri.smc.api.model.components.Space
-
Returns the total area of the beams of the space boundaries.
- getSpaceBoundariesCeilingsArea() - Method in interface com.solibri.smc.api.model.components.Space
-
Returns the total area of the ceilings of the space boundaries.
- getSpaceBoundariesColumnsArea() - Method in interface com.solibri.smc.api.model.components.Space
-
Returns the total area of the columns of the space boundaries.
- getSpaceBoundariesDoorsArea() - Method in interface com.solibri.smc.api.model.components.Space
-
Returns the total area of the doors of the space boundaries.
- getSpaceBoundariesFloorsArea() - Method in interface com.solibri.smc.api.model.components.Space
-
Returns the total area of the floors of the space boundaries.
- getSpaceBoundariesWallsArea() - Method in interface com.solibri.smc.api.model.components.Space
-
Returns the total area of the walls of the space boundaries.
- getSpaceBoundariesWindowsArea() - Method in interface com.solibri.smc.api.model.components.Space
-
Returns the total area of the windows of the space boundaries.
- getSplits() - Method in interface com.solibri.smc.api.layout.Layout
-
Returns the top-level splits of this layout.
- getStage() - Method in interface com.solibri.smc.api.communication.Slide
-
Returns the stage of slide in issue management workflow.
- getStages() - Method in interface com.solibri.smc.api.bcflive.BCFCoordinationValues
-
Returns the collection of all valid stages used in the coordination.
- getStairElements() - Method in interface com.solibri.smc.api.model.components.Stair
-
Returns the list of stair elements from bottom to top.
- getStartPoint() - Method in interface com.solibri.geometry.primitive2d.Segment2d
-
Returns the beginning of the segment in the XY-plane.
- getStartPoint() - Method in interface com.solibri.geometry.primitive3d.Segment3d
-
Returns the starting point of this Segment.
- getState() - Method in interface com.solibri.smc.api.checking.Checking
-
Returns the state of the checking.
- getState() - Method in interface com.solibri.smc.api.layout.LayoutView
-
Returns the state of (the position of) this layout view.
- getStatus() - Method in interface com.solibri.smc.api.communication.Slide
-
Returns the status of this slide.
- getSteps() - Method in interface com.solibri.smc.api.model.components.StairFlight
-
Returns the list of the step elements from bottom to top.
- getString(String) - Method in interface com.solibri.smc.api.checking.RuleResources
-
Returns localized string mapped by the key.
- getString(String, Object...) - Method in interface com.solibri.smc.api.checking.RuleResources
-
Returns localized string mapped by the key.
- getSubGroups() - Method in interface com.solibri.smc.api.model.Group
-
Returns a set of the subgroups of this group if any exists, otherwise returns empty collection.
- getSubModel(UUID) - Method in interface com.solibri.smc.api.model.Model
-
Gets a sub-model with the given UUID.
- getSubSplits() - Method in interface com.solibri.smc.api.layout.Split
-
Returns the subsplits inside this split.
- getTargetModel() - Method in interface com.solibri.smc.api.checking.ComponentSelector
-
Returns the model that is the target of the checking.
- getText() - Method in interface com.solibri.smc.api.communication.Comment
-
Returns the text of this comment.
- getText() - Method in interface com.solibri.smc.api.ui.UILabel
-
Returns the text set in this label.
- getText() - Method in interface com.solibri.smc.api.visualization.Text
-
Returns text to visualize.
- getText(T, boolean, boolean) - Method in interface com.solibri.smc.api.ui.views.CustomColumn
-
Return the text for the given row of this column.
- getThickness() - Method in interface com.solibri.smc.api.model.Material
-
Returns the thickness of this material if it exists, otherwise returns an empty double.
- getThickness() - Method in interface com.solibri.smc.api.model.profile.NonUniformLProfile
-
Returns the wall thickness of the web.
- getThirdPoint() - Method in interface com.solibri.geometry.primitive2d.Triangle2d
-
Returns the third point of the triangle.
- getThirdPoint() - Method in interface com.solibri.geometry.primitive3d.Triangle3d
-
Returns the third point of the triangle.
- getThreadCount() - Method in interface com.solibri.smc.api.settings.GeneralSettings
-
Returns the count of threads chosen in general settings.
- getTime() - Method in interface com.solibri.smc.api.checking.Score
-
Returns the time when the score was calculated.
- getTimeFormat() - Method in interface com.solibri.smc.api.settings.UnitSettings
-
Returns the formatter for time-only formatting.
- getTimeStamp() - Method in interface com.solibri.smc.api.model.IfcMetaData
-
Returns the time of creation of the IFC. export file
- getTitle() - Method in interface com.solibri.smc.api.communication.Slide
-
Returns the title of this slide.
- getTitle() - Method in interface com.solibri.smc.api.ui.UIContainer
-
Returns the title of this container.
- getToolBar() - Method in interface com.solibri.smc.api.ui.View
-
The toolbar of the view.
- getToolTip(T) - Method in interface com.solibri.smc.api.ui.views.CustomColumn
-
Return the tool-tip text for the given row of this column.
- getTopCenterPoint() - Method in interface com.solibri.smc.api.model.components.Flight
-
Returns the 2D center point of the flight top segment.
- getTopDirection() - Method in interface com.solibri.smc.api.model.components.Flight
-
Returns the 2D direction vector towards where the flight's top end is pointing at.
- getTopElevation() - Method in interface com.solibri.smc.api.model.components.Flight
-
Returns the elevation at the top of the flight element.
- getTopElevationFromFloor() - Method in interface com.solibri.smc.api.model.Component
-
Returns the top elevation of this component measured from the level of the floor on which this component is located.
- getTopFlangeEdgeRadius() - Method in interface com.solibri.smc.api.model.profile.AsymmetricIProfile
-
Returns an optional of the Radius of the lower edges of the top flange. 0 if sharp-edged, omitted if unknown.
- getTopFlangeFilletRadius() - Method in interface com.solibri.smc.api.model.profile.AsymmetricIProfile
-
Returns an optional of the fillet between the web and the top flange of the I-shape.
- getTopFlangeSlope() - Method in interface com.solibri.smc.api.model.profile.AsymmetricIProfile
-
Returns an optional of the Slope of the lower faces of the top flange.
- getTopFlangeThickness() - Method in interface com.solibri.smc.api.model.profile.AsymmetricIProfile
-
Returns an optional of the flange thickness of the top flange of the I-shape.
- getTopFlangeWidth() - Method in interface com.solibri.smc.api.model.profile.AsymmetricIProfile
-
Returns the extent of the top flange, defined parallel to the x axis.
- getTopFlight() - Method in interface com.solibri.smc.api.model.components.Ramp
-
Returns the topmost flight element of this ramp if this ramp contains any flight elements.
- getTopFlight() - Method in interface com.solibri.smc.api.model.components.Stair
-
Returns the topmost flight element of this stair if this stair contains any flight elements.
- getTopic() - Method in interface com.solibri.smc.api.model.Hyperlink
-
Returns the topic of this hyperlink.
- getTopicStatuses() - Method in interface com.solibri.smc.api.bcflive.BCFCoordinationValues
-
Returns the collection of all valid topic statuses used in the coordination.
- getTopicTypes() - Method in interface com.solibri.smc.api.bcflive.BCFCoordinationValues
-
Returns the collection of all valid topic types used in the coordination.
- getTopSegment() - Method in interface com.solibri.smc.api.model.components.Flight
-
Returns the flight top 2D segment.
- getTopWidth() - Method in interface com.solibri.smc.api.model.components.Flight
-
Returns the width of the flight element at the top.
- getTopXDim() - Method in interface com.solibri.smc.api.model.profile.TrapeziumProfile
-
Returns the extent of the top line measured along the implicit x-axis.
- getTopXOffset() - Method in interface com.solibri.smc.api.model.profile.TrapeziumProfile
-
Returns the offset from the beginning of the top line to the bottom line, measured along the implicit x-axis.
- getTotalComponentsCount() - Method in interface com.solibri.smc.api.checking.Score
-
Returns the total number of components in the project at the time of the calculation.
- getTotalRow() - Method in interface com.solibri.smc.api.ito.InformationTakeoff
-
Returns the total row.
- getTransformationMatrix() - Method in interface com.solibri.smc.api.model.Model
-
Get the model's global transformation matrix.
- getTranslation() - Method in interface com.solibri.geometry.linearalgebra.Matrix4d
-
Returns the translation component of this matrix.
- getTreadLength() - Method in interface com.solibri.smc.api.model.components.StairFlight
-
Returns the most common tread length of the flight element.
- getTreadLength(double) - Method in interface com.solibri.smc.api.model.components.StairFlight
-
Returns the most common tread length of the flight element.
- getTriangleMesh() - Method in interface com.solibri.smc.api.model.Component
-
Returns the
TriangleMesh
composed of the triangles of this component and its decomposed components. - getTriangles() - Method in interface com.solibri.smc.api.visualization.Mesh
-
Returns the triangles forming this brep visualization.
- getType() - Method in interface com.solibri.smc.api.communication.Slide
-
Returns the type of this slide.
- getType() - Method in interface com.solibri.smc.api.info.Information
-
Returns the output type of this piece of information.
- getType() - Method in interface com.solibri.smc.api.ito.ItoColumn
-
Returns the type of the value that this column produces.
- getType() - Method in interface com.solibri.smc.api.model.components.Beam
-
Returns the type of this beam.
- getType() - Method in interface com.solibri.smc.api.model.components.Covering
-
Returns the type of this covering.
- getType() - Method in interface com.solibri.smc.api.model.components.SpaceBoundary
-
Returns the type of the space boundary.
- getType() - Method in interface com.solibri.smc.api.model.profile.Profile
-
Returns the type of this profile.
- getType() - Method in interface com.solibri.smc.api.model.Relation
-
Returns the type of this relation.
- getTypeName() - Method in interface com.solibri.smc.api.model.Component
-
Returns the name of component's type object.
- getUncheckedRuleCount() - Method in interface com.solibri.smc.api.checking.Score
-
Returns the number of rules which were not used at the time of score calculation.
- getUniqueId() - Method in interface com.solibri.smc.api.bcflive.BCFServer
-
Returns the unique id for this server.
- getUniqueId() - Method in interface com.solibri.smc.api.checking.Ruleset
-
Returns the unique identifier of this ruleset.
- getUniqueId() - Method in interface com.solibri.smc.api.communication.Comment
-
Returns the unique ID of the comment.
- getUniqueId() - Method in interface com.solibri.smc.api.communication.Presentation
-
Returns the unique id of the presentation.
- getUniqueId() - Method in interface com.solibri.smc.api.communication.Slide
-
Returns the unique ID of the slide.
- getUniqueId() - Method in interface com.solibri.smc.api.communication.Viewpoint
-
Returns the unique ID of the viewpoint.
- getUniqueId() - Method in interface com.solibri.smc.api.info.Information
-
The unique ID of the information.
- getUniqueId() - Method in interface com.solibri.smc.api.ito.ItoDefinition
-
Returns the unique identifier of the definition.
- getUniqueId() - Method in interface com.solibri.smc.api.settings.Setting
-
The unique ID of the setting.
- getUniqueId() - Method in interface com.solibri.smc.api.settings.SettingDialog
-
The unique ID of the setting dialog.
- getUniqueId() - Method in interface com.solibri.smc.api.settings.SettingGroup
-
The unique ID of the setting group.
- getUniqueId() - Method in interface com.solibri.smc.api.ui.View
-
The unique ID of the view.
- getUniqueId() - Method in interface com.solibri.smc.api.ui.views.CustomColumn
-
Returns the unique identifier of this column.
- getUniqueKey() - Method in interface com.solibri.smc.api.checking.Result
-
Returns the unique key of the result.
- getUniqueName() - Method in interface com.solibri.smc.api.checking.ResultCategory
-
Returns the unique name that identifies the category.
- getUnitSettings() - Method in interface com.solibri.smc.api.settings.Settings
-
Returns the unit settings.
- getUnsignedARGB() - Method in interface com.solibri.smc.api.visualization.ARGBColor
-
Returns a bitwise 32 bit integer representation of the color, similarly as in getARGB(), but the value is unsigned.
- getUp() - Method in interface com.solibri.smc.api.visualization.Bitmap
-
Returns a vector indicating the 'up' direction of this bitmap's 2D content.
- getUp() - Method in interface com.solibri.smc.api.visualization.Text
-
Returns a vector indicating the 'up' direction of this text's 2D content.
- getUpDirection() - Method in interface com.solibri.geometry.primitive3d.Box
-
A convenience method for getting the up direction of this box.
- getUpDirection() - Method in interface com.solibri.smc.api.threed.CameraState
-
Returns the up direction of the camera as unit vector in 3D space.
- getUpperBound() - Method in interface com.solibri.geometry.primitive2d.AABB2d
-
Returns the upper bound of this bounding box.
- getUpperBound() - Method in interface com.solibri.geometry.primitive3d.AABB3d
-
Returns the upper bound of this bounding box.
- getUpVector() - Method in interface com.solibri.smc.api.threed.Camera
-
Returns the upwards direction of the camera.
- getUri() - Method in interface com.solibri.smc.api.model.Hyperlink
-
Returns the URI of the resource this hyperlink links to.
- getUrl() - Method in interface com.solibri.smc.api.bcflive.BCFServer
-
Returns the url of this server.
- getUserIDs() - Method in interface com.solibri.smc.api.bcflive.BCFCoordinationValues
-
Returns the collection of all valid user IDs used in coordination.
- getUsername() - Method in interface com.solibri.smc.api.settings.proxy.HttpProxy
-
Returns the username for the proxy.
- getUsername() - Method in interface com.solibri.smc.api.user.User
-
Returns the username of the user.
- getUUID() - Method in interface com.solibri.smc.api.model.Model
-
Returns unique identifier of the model.
- getValue() - Method in interface com.solibri.smc.api.checking.RuleParameter
-
Returns the value of this rule parameter.
- getValue() - Method in interface com.solibri.smc.api.info.InformationParameter
-
Returns the value of this information parameter.
- getValue() - Method in interface com.solibri.smc.api.ito.ItoValue
-
Returns the value of type T.
- getValue() - Method in interface com.solibri.smc.api.model.Property
-
Returns an optional of the value of this property.
- getValue() - Method in class com.solibri.smc.api.settings.BooleanSetting
- getValue() - Method in class com.solibri.smc.api.settings.DoubleSetting
- getValue() - Method in class com.solibri.smc.api.settings.IntegerSetting
- getValue() - Method in interface com.solibri.smc.api.settings.Setting
-
Returns the current value of the setting.
- getValue() - Method in class com.solibri.smc.api.settings.StringSetting
- getValueAsString() - Method in interface com.solibri.smc.api.model.Property
-
Returns the value of the property as string.
- getValueAt(int, int) - Method in interface com.solibri.smc.api.checking.ParameterTable
-
Returns the value of the cell converted converted to internal units.
- getValues() - Method in interface com.solibri.smc.api.ito.ItoRow
-
Returns a list of calculated values from this row.
- getVertexCount() - Method in interface com.solibri.geometry.primitive2d.Polygon2d
-
Returns the number of vertices in this polygon.
- getVertexCount() - Method in interface com.solibri.geometry.primitive3d.Polygon3d
-
Returns the number of vertices in this polygon.
- getVerticalScale() - Method in interface com.solibri.smc.api.visualization.Text
-
Returns the vertical scale factor of the displayed text.
- getVertices() - Method in interface com.solibri.geometry.primitive2d.AABB2d
-
Returns the vertices of this bounding box in counter clockwise order.
- getVertices() - Method in interface com.solibri.geometry.primitive2d.Area
-
Returns a list of vertices in the area.
- getVertices() - Method in interface com.solibri.geometry.primitive2d.Polygon2d
-
Returns the vertices of this polygon.
- getVertices() - Method in interface com.solibri.geometry.primitive3d.Polygon3d
-
Returns the vertices in this polygon.
- getVertices() - Method in interface com.solibri.smc.api.visualization.Points
-
Return points to visualize.
- getView() - Method in interface com.solibri.smc.api.layout.LayoutView
-
Returns the view that this layoutview holds.
- getViewpointColumn() - Method in interface com.solibri.smc.api.ui.views.checkingresults.CheckingResultsView
-
Returns the viewpoint column of this view.
- getViewpoints() - Method in interface com.solibri.smc.api.communication.Slide
-
Returns the viewpoints this Slide has.
- getViews() - Method in interface com.solibri.smc.api.layout.Split
-
Returns the views that are inside this split.
- getViewToWorldScale() - Method in interface com.solibri.smc.api.threed.OrthogonalCameraState
-
Returns the view to world scale.
- getVisibleComponents() - Method in interface com.solibri.smc.api.threed.ThreeD
-
Returns the components that are visible in the 3D view.
- getVisibleComponents() - Method in interface com.solibri.smc.api.visualization.Visualization
-
Returns the visible components.
- getVisualization() - Method in interface com.solibri.smc.api.communication.Viewpoint
-
Returns optional
Visualization
of this viewpoint. - getVisualizationCreators() - Method in interface com.solibri.smc.api.checking.Result
-
Returns the visualization creators for this result.
- getVisualizationItems() - Method in interface com.solibri.smc.api.visualization.Visualization
-
Returns the visualization items of this visualization.
- getVolume() - Method in interface com.solibri.geometry.mesh.TriangleMesh
-
Returns the total volume enclosed by this
TriangleMesh
. - getVolume() - Method in interface com.solibri.geometry.primitive3d.AABB3d
-
Returns the volume of this bounding box.
- getVolume() - Method in interface com.solibri.smc.api.intersection.Intersection
-
Returns the volume of the intersection.
- getVolumeFormat() - Method in interface com.solibri.smc.api.settings.UnitSettings
-
Returns the volume formatter.
- getWallThickness() - Method in interface com.solibri.smc.api.model.profile.CircleHollowProfile
-
Returns the thickness of the material.
- getWallThickness() - Method in interface com.solibri.smc.api.model.profile.CProfile
-
Returns the wall thickness of the profile.
- getWallThickness() - Method in interface com.solibri.smc.api.model.profile.RectangleHollowProfile
-
Returns the thickness of the wall.
- getWebEdgeRadius() - Method in interface com.solibri.smc.api.model.profile.NonUniformTProfile
-
Returns an optional of the web edge radius of the profile.
- getWebEdgeRadius() - Method in interface com.solibri.smc.api.model.profile.TProfile
-
Returns an optional of the web edge radius of the profile.
- getWebOffset() - Method in interface com.solibri.smc.api.model.profile.NonUniformTProfile
-
Returns an optional of the offset of the web.
- getWebSlope() - Method in interface com.solibri.smc.api.model.profile.NonUniformTProfile
-
Returns an optional of the slope of flange.
- getWebSlope() - Method in interface com.solibri.smc.api.model.profile.TProfile
-
Returns an optional of the slope of flange.
- getWebThickness() - Method in interface com.solibri.smc.api.model.profile.CraneRailAProfile
-
Returns the thickness of the web of the F shape crane rail.
- getWebThickness() - Method in interface com.solibri.smc.api.model.profile.CraneRailFProfile
-
Returns the thickness of the web of the F shape crane rail.
- getWebThickness() - Method in interface com.solibri.smc.api.model.profile.IProfile
-
Returns the thickness of the web of the I-shape.
- getWebThickness() - Method in interface com.solibri.smc.api.model.profile.NonUniformTProfile
-
Returns the wall thickness of the web.
- getWebThickness() - Method in interface com.solibri.smc.api.model.profile.TProfile
-
Returns the wall thickness of the web.
- getWebThickness() - Method in interface com.solibri.smc.api.model.profile.UProfile
-
Returns the wall thickness of the web.
- getWebThickness() - Method in interface com.solibri.smc.api.model.profile.ZProfile
-
Returns the wall thickness of the web.
- getWeight() - Method in interface com.solibri.smc.api.layout.LayoutView
-
Returns the relative weight of this layout view element amongst it siblings.
- getWeight() - Method in interface com.solibri.smc.api.layout.Split
-
Returns the relative weight of this split element amongst it siblings.
- getWidth() - Method in interface com.solibri.smc.api.model.profile.CProfile
-
Returns the width of the profile.
- getWidth() - Method in interface com.solibri.smc.api.model.profile.LProfile
-
Returns an optional of the width of the profile.
- getWidth() - Method in interface com.solibri.smc.api.model.profile.NonUniformLProfile
-
Returns an optional of the flange width of the profile.
- getWidth() - Method in interface com.solibri.smc.api.visualization.Bitmap
-
Returns the width of image.
- getWindows() - Method in interface com.solibri.smc.api.model.components.Space
-
Returns the connected windows of the space.
- getX() - Method in interface com.solibri.geometry.linearalgebra.Vector2d
-
Returns the X component of this vector.
- getX() - Method in interface com.solibri.geometry.linearalgebra.Vector3d
-
Returns the X component of this vector.
- getXDim() - Method in interface com.solibri.smc.api.model.profile.RectangleProfile
-
Returns the extent of the rectangle in the direction of the x-axis.
- getY() - Method in interface com.solibri.geometry.linearalgebra.Vector2d
-
Returns the Y component of this vector.
- getY() - Method in interface com.solibri.geometry.linearalgebra.Vector3d
-
Returns the Y component of this vector.
- getYDim() - Method in interface com.solibri.smc.api.model.profile.RectangleProfile
-
Returns the extent of the rectangle in the direction of the y-axis.
- getYDim() - Method in interface com.solibri.smc.api.model.profile.TrapeziumProfile
-
Returns the extent of the distance between the parallel bottom and top lines measured along the implicit y-axis.
- getZ() - Method in interface com.solibri.geometry.linearalgebra.Vector3d
-
Returns the Z component of this vector.
- getZones() - Method in interface com.solibri.smc.api.model.components.Space
-
Returns a set of the zones of the space.
- getZones() - Method in interface com.solibri.smc.api.model.Zone
-
Returns a set of the zones of this zone.
- GRID - Enum constant in enum com.solibri.smc.api.model.ComponentType
- GROSS_AREA - Enum constant in enum com.solibri.smc.api.model.Quantities.Type
-
The gross area of the component.
- Group - Interface in com.solibri.smc.api.model
-
A group is a logical collection of objects.
- GROUPS - Enum constant in enum com.solibri.smc.api.model.Relation.Type
-
Defines a relation between a grouping element and the grouped elements.
H
- Handrail - Interface in com.solibri.smc.api.model.components
-
Represents a handrail that can be a part of a
Flight
in stairs or ramps. - Handrail.Side - Enum in com.solibri.smc.api.model.components
-
Defines the side of the flight on which the handrail is located.
- hasCustomUniqueKey() - Method in interface com.solibri.smc.api.checking.Result
-
Returns true if this result's unique key has been overridden.
- hasDefaultVisualization() - Method in interface com.solibri.smc.api.checking.Result
-
Returns true if this result's visualization is based on the default visualization.
- hasLocalChanges() - Method in interface com.solibri.smc.api.communication.Slide
-
Returns whether this local slide has been marked to have local-only changes that are not in sync with some remote.
- hasReportView() - Method in interface com.solibri.smc.api.checking.Rule
-
Returns whether this rule has a report view.
- hasSelectedComponents() - Method in interface com.solibri.smc.api.checking.ComponentSelector
-
Returns true if there is at least one component selected for checking by this selector.
- HEAT_EXCHANGER - Enum constant in enum com.solibri.smc.api.model.ComponentType
- HEIGHT - Enum constant in enum com.solibri.smc.api.model.Quantities.Type
-
The height of the component.
- HIDDEN - Enum constant in enum com.solibri.smc.api.layout.LayoutView.State
- hide() - Method in interface com.solibri.smc.api.ui.views.checkingresults.HyperlinkColumn
-
Hides this column from the UI.
- hide() - Method in interface com.solibri.smc.api.ui.views.checkingresults.MainColumn
-
Hides this column from the UI.
- hide() - Method in interface com.solibri.smc.api.ui.views.checkingresults.ViewpointColumn
-
Hides this column from the UI.
- hideComponent(Component) - Method in interface com.solibri.smc.api.threed.ThreeD
-
Hides the given component from the 3D view.
- hideCustomColumn(String) - Method in interface com.solibri.smc.api.ui.views.checkingresults.CheckingResultsView
-
Hides the custom column with the given unique id.
- HORIZONTAL - Enum constant in enum com.solibri.smc.api.layout.Split.Orientation
- horizontalDistance(Vector3d) - Method in interface com.solibri.smc.api.model.Component
-
Returns the horizontal distance between the surface of this
Component
and a point, if it exists. - horizontalDistance(Component) - Method in interface com.solibri.smc.api.model.Component
-
Returns the horizontal distance between the surfaces of this
Component
and another, if it exists. - HttpProxy - Interface in com.solibri.smc.api.settings.proxy
-
HttpProxy returns information about the HTTP/HTTPS proxy that has been configured.
- HUMIDIFIER - Enum constant in enum com.solibri.smc.api.model.ComponentType
- Hyperlink - Interface in com.solibri.smc.api.model
-
Represents a hyperlink in Solibri.
- HYPERLINK_VIEW - Static variable in interface com.solibri.smc.api.ui.views.InternalViews
-
The hyperlink view.
- HyperlinkColumn - Interface in com.solibri.smc.api.ui.views.checkingresults
-
HyperlinkColumn represents the second column of the table.
I
- I_PROFILE - Enum constant in enum com.solibri.smc.api.model.profile.ParametricProfileType
- IDENTITY - Static variable in interface com.solibri.geometry.linearalgebra.Matrix4d
-
Returns a new identity matrix.
- IDLE - Enum constant in enum com.solibri.smc.api.checking.Checking.State
- Ifc2DCompositeCurve - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IFC2X3 - Enum constant in enum com.solibri.smc.api.ifc.IfcSchema
-
IFC2X3 Schema.
- IFC4 - Enum constant in enum com.solibri.smc.api.ifc.IfcSchema
-
IFC4 Schema.
- IFC4X3 - Enum constant in enum com.solibri.smc.api.ifc.IfcSchema
-
IFC4X3 Schema.
- IfcAbsorbedDoseMeasure - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcAccelerationMeasure - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcActionRequest - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcActionRequestTypeEnum - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcActionSourceTypeEnum - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcActionTypeEnum - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcActor - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcActorRole - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcActorSelect - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcActuator - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcActuatorType - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcActuatorTypeEnum - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcAddress - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcAddressTypeEnum - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcAdvancedBrep - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcAdvancedBrepWithVoids - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcAdvancedFace - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcAirTerminal - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcAirTerminalBox - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcAirTerminalBoxType - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcAirTerminalBoxTypeEnum - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcAirTerminalType - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcAirTerminalTypeEnum - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcAirToAirHeatRecovery - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcAirToAirHeatRecoveryType - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcAirToAirHeatRecoveryTypeEnum - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcAlarm - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcAlarmType - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcAlarmTypeEnum - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcAlignment - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcAlignment2DHorizontal - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcAlignment2DHorizontalSegment - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcAlignment2DSegment - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcAlignment2DVerSegCircularArc - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcAlignment2DVerSegLine - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcAlignment2DVerSegParabolicArc - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcAlignment2DVertical - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcAlignment2DVerticalSegment - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcAlignmentCant - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcAlignmentCantSegment - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcAlignmentCantSegmentTypeEnum - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcAlignmentCurve - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcAlignmentHorizontal - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcAlignmentHorizontalSegment - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcAlignmentHorizontalSegmentTypeEnum - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcAlignmentParameterSegment - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcAlignmentSegment - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcAlignmentTypeEnum - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcAlignmentVertical - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcAlignmentVerticalSegment - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcAlignmentVerticalSegmentTypeEnum - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcAmountOfSubstanceMeasure - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcAnalysisModelTypeEnum - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcAnalysisTheoryTypeEnum - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcAngularDimension - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcAngularVelocityMeasure - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcAnnotation - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcAnnotationCurveOccurrence - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcAnnotationFillArea - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcAnnotationFillAreaOccurrence - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcAnnotationOccurrence - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcAnnotationSurface - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcAnnotationSurfaceOccurrence - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcAnnotationSymbolOccurrence - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcAnnotationTextOccurrence - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcAnnotationTypeEnum - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcApplication - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcAppliedValue - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcAppliedValueRelationship - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcAppliedValueSelect - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcApproval - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcApprovalActorRelationship - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcApprovalPropertyRelationship - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcApprovalRelationship - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcArbitraryClosedProfileDef - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcArbitraryOpenProfileDef - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcArbitraryProfileDefWithVoids - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcArcIndex - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcAreaDensityMeasure - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcAreaMeasure - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcArithmeticOperatorEnum - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcAssemblyPlaceEnum - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcAsset - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcAsymmetricIShapeProfileDef - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcAudioVisualAppliance - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcAudioVisualApplianceType - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcAudioVisualApplianceTypeEnum - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcAxis1Placement - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcAxis2Placement - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcAxis2Placement2D - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcAxis2Placement3D - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcAxis2PlacementLinear - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcBeam - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcBeamStandardCase - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcBeamType - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcBeamTypeEnum - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcBearing - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcBearingType - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcBearingTypeEnum - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcBenchmarkEnum - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcBendingParameterSelect - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcBezierCurve - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcBinary - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcBlobTexture - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcBlock - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcBoiler - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcBoilerType - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcBoilerTypeEnum - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcBoolean - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcBooleanClippingResult - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcBooleanOperand - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcBooleanOperator - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcBooleanResult - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcBorehole - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcBoundaryCondition - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcBoundaryCurve - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcBoundaryEdgeCondition - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcBoundaryFaceCondition - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcBoundaryNodeCondition - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcBoundaryNodeConditionWarping - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcBoundedCurve - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcBoundedSurface - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcBoundingBox - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcBoxAlignment - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcBoxedHalfSpace - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcBridge - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcBridgePart - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcBridgePartTypeEnum - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcBridgeTypeEnum - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcBSplineCurve - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcBSplineCurveForm - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcBSplineCurveWithKnots - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcBSplineSurface - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcBSplineSurfaceForm - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcBSplineSurfaceWithKnots - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcBuilding - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcBuildingElement - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcBuildingElementComponent - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcBuildingElementPart - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcBuildingElementPartType - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcBuildingElementPartTypeEnum - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcBuildingElementProxy - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcBuildingElementProxyType - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcBuildingElementProxyTypeEnum - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcBuildingElementType - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcBuildingStorey - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcBuildingSystem - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcBuildingSystemTypeEnum - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcBuiltElement - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcBuiltElementType - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcBuiltSystem - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcBuiltSystemTypeEnum - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcBurner - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcBurnerType - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcBurnerTypeEnum - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcCableCarrierFitting - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcCableCarrierFittingType - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcCableCarrierFittingTypeEnum - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcCableCarrierSegment - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcCableCarrierSegmentType - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcCableCarrierSegmentTypeEnum - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcCableFitting - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcCableFittingType - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcCableFittingTypeEnum - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcCableSegment - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcCableSegmentType - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcCableSegmentTypeEnum - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcCaissonFoundation - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcCaissonFoundationType - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcCaissonFoundationTypeEnum - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcCalendarDate - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcCardinalPointReference - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcCartesianPoint - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcCartesianPointList - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcCartesianPointList2D - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcCartesianPointList3D - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcCartesianTransformationOperator - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcCartesianTransformationOperator2D - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcCartesianTransformationOperator2DnonUniform - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcCartesianTransformationOperator3D - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcCartesianTransformationOperator3DnonUniform - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcCenterLineProfileDef - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcChamferEdgeFeature - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcChangeActionEnum - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcChiller - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcChillerType - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcChillerTypeEnum - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcChimney - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcChimneyType - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcChimneyTypeEnum - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcCircle - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcCircleHollowProfileDef - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcCircleProfileDef - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcCircularArcSegment2D - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcCivilElement - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcCivilElementType - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcClassification - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcClassificationItem - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcClassificationItemRelationship - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcClassificationNotation - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcClassificationNotationFacet - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcClassificationReference - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcClassificationReferenceSelect - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcClassificationSelect - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcClosedShell - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcClothoid - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcCoil - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcCoilType - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcCoilTypeEnum - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcColour - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcColourOrFactor - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcColourRgb - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcColourRgbList - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcColourSpecification - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcColumn - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcColumnStandardCase - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcColumnType - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcColumnTypeEnum - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcCommunicationsAppliance - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcCommunicationsApplianceType - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcCommunicationsApplianceTypeEnum - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcComplexNumber - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcComplexProperty - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcComplexPropertyTemplate - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcComplexPropertyTemplateTypeEnum - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcCompositeCurve - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcCompositeCurveOnSurface - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcCompositeCurveSegment - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcCompositeProfileDef - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcCompoundPlaneAngleMeasure - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcCompressor - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcCompressorType - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcCompressorTypeEnum - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcCondenser - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcCondenserType - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcCondenserTypeEnum - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcCondition - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcConditionCriterion - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcConic - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcConnectedFaceSet - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcConnectionCurveGeometry - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcConnectionGeometry - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcConnectionPointEccentricity - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcConnectionPointGeometry - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcConnectionPortGeometry - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcConnectionSurfaceGeometry - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcConnectionTypeEnum - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcConnectionVolumeGeometry - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcConstraint - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcConstraintAggregationRelationship - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcConstraintClassificationRelationship - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcConstraintEnum - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcConstraintRelationship - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcConstructionEquipmentResource - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcConstructionEquipmentResourceType - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcConstructionEquipmentResourceTypeEnum - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcConstructionMaterialResource - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcConstructionMaterialResourceType - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcConstructionMaterialResourceTypeEnum - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcConstructionProductResource - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcConstructionProductResourceType - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcConstructionProductResourceTypeEnum - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcConstructionResource - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcConstructionResourceType - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcContext - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcContextDependentMeasure - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcContextDependentUnit - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcControl - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcController - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcControllerType - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcControllerTypeEnum - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcConversionBasedUnit - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcConversionBasedUnitWithOffset - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcConveyorSegment - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcConveyorSegmentType - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcConveyorSegmentTypeEnum - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcCooledBeam - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcCooledBeamType - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcCooledBeamTypeEnum - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcCoolingTower - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcCoolingTowerType - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcCoolingTowerTypeEnum - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcCoordinatedUniversalTimeOffset - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcCoordinateOperation - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcCoordinateReferenceSystem - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcCoordinateReferenceSystemSelect - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcCosineSpiral - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcCostItem - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcCostItemTypeEnum - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcCostSchedule - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcCostScheduleTypeEnum - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcCostValue - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcCountMeasure - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcCourse - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcCourseType - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcCourseTypeEnum - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcCovering - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcCoveringType - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcCoveringTypeEnum - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcCraneRailAShapeProfileDef - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcCraneRailFShapeProfileDef - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcCrewResource - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcCrewResourceType - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcCrewResourceTypeEnum - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcCsgPrimitive3D - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcCsgSelect - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcCsgSolid - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcCShapeProfileDef - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcCurrencyRelationship - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcCurtainWall - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcCurtainWallType - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcCurtainWallTypeEnum - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcCurvatureMeasure - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcCurve - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcCurveBoundedPlane - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcCurveBoundedSurface - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcCurveFontOrScaledCurveFontSelect - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcCurveInterpolationEnum - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcCurveMeasureSelect - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcCurveOnSurface - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcCurveOrEdgeCurve - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcCurveSegment - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcCurveSegment2D - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcCurveStyle - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcCurveStyleFont - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcCurveStyleFontAndScaling - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcCurveStyleFontPattern - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcCurveStyleFontSelect - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcCylindricalSurface - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcDamper - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcDamperType - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcDamperTypeEnum - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcDataOriginEnum - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcDate - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcDateAndTime - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcDateTime - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcDayInMonthNumber - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcDayInWeekNumber - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcDeepFoundation - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcDeepFoundationType - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcDefinedSymbol - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcDefinitionSelect - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcDerivedMeasureValue - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcDerivedProfileDef - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcDerivedUnit - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcDerivedUnitElement - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcDerivedUnitEnum - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcDescriptiveMeasure - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcDiameterDimension - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcDimensionalExponents - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcDimensionCalloutRelationship - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcDimensionCount - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcDimensionCurve - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcDimensionCurveDirectedCallout - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcDimensionCurveTerminator - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcDimensionPair - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcDirection - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcDirectionSenseEnum - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcDirectrixCurveSweptAreaSolid - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcDirectrixDerivedReferenceSweptAreaSolid - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcDiscreteAccessory - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcDiscreteAccessoryType - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcDiscreteAccessoryTypeEnum - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcDistanceExpression - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcDistributionBoard - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcDistributionBoardType - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcDistributionBoardTypeEnum - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcDistributionChamberElement - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcDistributionChamberElementType - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcDistributionChamberElementTypeEnum - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcDistributionCircuit - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcDistributionControlElement - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcDistributionControlElementType - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcDistributionElement - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcDistributionElementType - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcDistributionFlowElement - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcDistributionFlowElementType - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcDistributionPort - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcDistributionPortTypeEnum - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcDistributionSystem - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcDistributionSystemEnum - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcDocumentConfidentialityEnum - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcDocumentElectronicFormat - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcDocumentInformation - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcDocumentInformationRelationship - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcDocumentReference - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcDocumentSelect - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcDocumentStatusEnum - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcDoor - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcDoorLiningProperties - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcDoorPanelOperationEnum - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcDoorPanelPositionEnum - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcDoorPanelProperties - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcDoorStandardCase - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcDoorStyle - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcDoorStyleConstructionEnum - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcDoorStyleOperationEnum - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcDoorType - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcDoorTypeEnum - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcDoorTypeOperationEnum - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcDoseEquivalentMeasure - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcDraughtingCallout - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcDraughtingCalloutRelationship - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcDraughtingPreDefinedColour - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcDraughtingPreDefinedCurveFont - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcDraughtingPreDefinedTextFont - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcDuctFitting - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcDuctFittingType - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcDuctFittingTypeEnum - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcDuctSegment - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcDuctSegmentType - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcDuctSegmentTypeEnum - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcDuctSilencer - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcDuctSilencerType - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcDuctSilencerTypeEnum - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcDuration - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcDynamicViscosityMeasure - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcEarthworksCut - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcEarthworksCutTypeEnum - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcEarthworksElement - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcEarthworksFill - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcEarthworksFillTypeEnum - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcEdge - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcEdgeCurve - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcEdgeFeature - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcEdgeLoop - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcElectricalBaseProperties - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcElectricalCircuit - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcElectricalElement - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcElectricAppliance - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcElectricApplianceType - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcElectricApplianceTypeEnum - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcElectricCapacitanceMeasure - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcElectricChargeMeasure - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcElectricConductanceMeasure - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcElectricCurrentMeasure - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcElectricDistributionBoard - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcElectricDistributionBoardType - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcElectricDistributionBoardTypeEnum - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcElectricDistributionPoint - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcElectricFlowStorageDevice - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcElectricFlowStorageDeviceType - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcElectricFlowStorageDeviceTypeEnum - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcElectricFlowTreatmentDevice - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcElectricFlowTreatmentDeviceType - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcElectricFlowTreatmentDeviceTypeEnum - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcElectricGenerator - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcElectricGeneratorType - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcElectricGeneratorTypeEnum - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcElectricHeaterType - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcElectricMotor - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcElectricMotorType - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcElectricMotorTypeEnum - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcElectricResistanceMeasure - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcElectricTimeControl - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcElectricTimeControlType - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcElectricTimeControlTypeEnum - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcElectricVoltageMeasure - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcElement - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcElementarySurface - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcElementAssembly - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcElementAssemblyType - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcElementAssemblyTypeEnum - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcElementComponent - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcElementComponentType - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcElementCompositionEnum - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcElementQuantity - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcElementType - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcEllipse - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcEllipseProfileDef - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcEnergyConversionDevice - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcEnergyConversionDeviceType - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcEnergyMeasure - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcEnergyProperties - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcEngine - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcEngineType - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcEngineTypeEnum - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcEntityType - Enum in com.solibri.smc.api.ifc
-
An enumeration of possible IFC Entity types (such as IfcDoor or IfcLayeredItem).
- IfcEnvironmentalImpactValue - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcEquipmentElement - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcEquipmentStandard - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcEvaporativeCooler - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcEvaporativeCoolerType - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcEvaporativeCoolerTypeEnum - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcEvaporator - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcEvaporatorType - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcEvaporatorTypeEnum - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcEvent - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcEventTime - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcEventTriggerTypeEnum - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcEventType - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcEventTypeEnum - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcExtendedMaterialProperties - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcExtendedProperties - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcExternalInformation - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcExternallyDefinedHatchStyle - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcExternallyDefinedSurfaceStyle - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcExternallyDefinedSymbol - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcExternallyDefinedTextFont - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcExternalReference - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcExternalReferenceRelationship - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcExternalSpatialElement - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcExternalSpatialElementTypeEnum - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcExternalSpatialStructureElement - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcExtrudedAreaSolid - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcExtrudedAreaSolidTapered - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcFace - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcFaceBasedSurfaceModel - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcFaceBound - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcFaceOuterBound - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcFaceSurface - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcFacetedBrep - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcFacetedBrepWithVoids - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcFacility - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcFacilityPart - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcFacilityPartCommon - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcFacilityPartCommonTypeEnum - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcFacilityUsageEnum - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcFailureConnectionCondition - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcFan - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcFanType - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcFanTypeEnum - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcFastener - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcFastenerType - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcFastenerTypeEnum - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcFeatureElement - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcFeatureElementAddition - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcFeatureElementSubtraction - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcFillAreaStyle - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcFillAreaStyleHatching - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcFillAreaStyleTiles - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcFillAreaStyleTileSymbolWithStyle - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcFillStyleSelect - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcFilter - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcFilterType - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcFilterTypeEnum - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcFireSuppressionTerminal - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcFireSuppressionTerminalType - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcFireSuppressionTerminalTypeEnum - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcFixedReferenceSweptAreaSolid - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcFlowController - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcFlowControllerType - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcFlowDirectionEnum - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcFlowFitting - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcFlowFittingType - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcFlowInstrument - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcFlowInstrumentType - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcFlowInstrumentTypeEnum - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcFlowMeter - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcFlowMeterType - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcFlowMeterTypeEnum - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcFlowMovingDevice - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcFlowMovingDeviceType - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcFlowSegment - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcFlowSegmentType - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcFlowStorageDevice - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcFlowStorageDeviceType - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcFlowTerminal - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcFlowTerminalType - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcFlowTreatmentDevice - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcFlowTreatmentDeviceType - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcFluidFlowProperties - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcFontStyle - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcFontVariant - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcFontWeight - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcFooting - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcFootingType - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcFootingTypeEnum - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcForceMeasure - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcFrequencyMeasure - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcFuelProperties - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcFurnishingElement - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcFurnishingElementType - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcFurniture - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcFurnitureStandard - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcFurnitureType - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcFurnitureTypeEnum - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcGasTerminalType - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcGeneralMaterialProperties - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcGeneralProfileProperties - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcGeographicCRS - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcGeographicElement - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcGeographicElementType - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcGeographicElementTypeEnum - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcGeometricCurveSet - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcGeometricProjectionEnum - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcGeometricRepresentationContext - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcGeometricRepresentationItem - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcGeometricRepresentationSubContext - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcGeometricSet - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcGeometricSetSelect - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcGeomodel - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcGeoslice - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcGeotechnicalAssembly - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcGeotechnicalElement - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcGeotechnicalStratum - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcGeotechnicalStratumTypeEnum - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcGloballyUniqueId - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcGlobalOrLocalEnum - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcGradientCurve - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcGrid - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcGridAxis - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcGridPlacement - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcGridPlacementDirectionSelect - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcGridTypeEnum - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcGroup - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcHalfSpaceSolid - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcHatchLineDistanceSelect - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcHeatExchanger - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcHeatExchangerType - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcHeatExchangerTypeEnum - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcHeatFluxDensityMeasure - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcHeatingValueMeasure - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcHumidifier - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcHumidifierType - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcHumidifierTypeEnum - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcHygroscopicMaterialProperties - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcIdentifier - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcIlluminanceMeasure - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcImageTexture - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcImpactProtectionDevice - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcImpactProtectionDeviceType - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcImpactProtectionDeviceTypeEnum - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcImplementationLevel - Enum in com.solibri.smc.api.model
-
Implementation level of the imported IFC.
- IfcIndexedColourMap - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcIndexedPolyCurve - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcIndexedPolygonalFace - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcIndexedPolygonalFaceWithVoids - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcIndexedPolygonalTextureMap - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcIndexedTextureMap - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcIndexedTriangleTextureMap - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcInductanceMeasure - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcInteger - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcIntegerCountRateMeasure - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcInterceptor - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcInterceptorType - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcInterceptorTypeEnum - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcInterferenceSelect - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcInternalOrExternalEnum - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcIntersectionCurve - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcInventory - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcInventoryTypeEnum - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcIonConcentrationMeasure - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcIrregularTimeSeries - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcIrregularTimeSeriesValue - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcIShapeProfileDef - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcIsothermalMoistureCapacityMeasure - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcJunctionBox - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcJunctionBoxType - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcJunctionBoxTypeEnum - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcKerb - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcKerbType - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcKerbTypeEnum - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcKinematicViscosityMeasure - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcKnotType - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcLabel - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcLaborResource - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcLaborResourceType - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcLaborResourceTypeEnum - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcLagTime - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcLamp - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcLampType - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcLampTypeEnum - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcLanguageId - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcLayeredItem - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcLayerSetDirectionEnum - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcLengthMeasure - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcLibraryInformation - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcLibraryReference - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcLibrarySelect - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcLightDistributionCurveEnum - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcLightDistributionData - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcLightDistributionDataSourceSelect - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcLightEmissionSourceEnum - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcLightFixture - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcLightFixtureType - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcLightFixtureTypeEnum - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcLightIntensityDistribution - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcLightSource - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcLightSourceAmbient - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcLightSourceDirectional - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcLightSourceGoniometric - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcLightSourcePositional - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcLightSourceSpot - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcLine - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcLinearDimension - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcLinearElement - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcLinearForceMeasure - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcLinearMomentMeasure - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcLinearPlacement - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcLinearPositioningElement - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcLinearStiffnessMeasure - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcLinearVelocityMeasure - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcLineIndex - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcLineSegment2D - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcLiquidTerminal - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcLiquidTerminalType - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcLiquidTerminalTypeEnum - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcLoadGroupTypeEnum - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcLocalPlacement - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcLocalTime - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcLogical - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcLogicalOperatorEnum - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcLoop - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcLShapeProfileDef - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcLuminousFluxMeasure - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcLuminousIntensityDistributionMeasure - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcLuminousIntensityMeasure - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcMagneticFluxDensityMeasure - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcMagneticFluxMeasure - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcManifoldSolidBrep - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcMapConversion - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcMapConversionScaled - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcMappedItem - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcMarineFacility - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcMarineFacilityTypeEnum - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcMarinePart - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcMarinePartTypeEnum - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcMassDensityMeasure - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcMassFlowRateMeasure - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcMassMeasure - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcMassPerLengthMeasure - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcMaterial - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcMaterialClassificationRelationship - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcMaterialConstituent - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcMaterialConstituentSet - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcMaterialDefinition - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcMaterialDefinitionRepresentation - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcMaterialLayer - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcMaterialLayerSet - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcMaterialLayerSetUsage - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcMaterialLayerWithOffsets - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcMaterialList - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcMaterialProfile - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcMaterialProfileSet - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcMaterialProfileSetUsage - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcMaterialProfileSetUsageTapering - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcMaterialProfileWithOffsets - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcMaterialProperties - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcMaterialRelationship - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcMaterialSelect - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcMaterialUsageDefinition - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcMeasureValue - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcMeasureWithUnit - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcMechanicalConcreteMaterialProperties - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcMechanicalFastener - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcMechanicalFastenerType - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcMechanicalFastenerTypeEnum - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcMechanicalMaterialProperties - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcMechanicalSteelMaterialProperties - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcMedicalDevice - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcMedicalDeviceType - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcMedicalDeviceTypeEnum - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcMember - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcMemberStandardCase - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcMemberType - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcMemberTypeEnum - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcMetaData - Interface in com.solibri.smc.api.model
-
Meta data imported from IFC header.
- IfcMetric - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcMetricValueSelect - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcMirroredProfileDef - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcMobileTelecommunicationsAppliance - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcMobileTelecommunicationsApplianceType - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcMobileTelecommunicationsApplianceTypeEnum - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcModulusOfElasticityMeasure - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcModulusOfLinearSubgradeReactionMeasure - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcModulusOfRotationalSubgradeReactionMeasure - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcModulusOfRotationalSubgradeReactionSelect - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcModulusOfSubgradeReactionMeasure - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcModulusOfSubgradeReactionSelect - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcModulusOfTranslationalSubgradeReactionSelect - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcMoistureDiffusivityMeasure - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcMolecularWeightMeasure - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcMomentOfInertiaMeasure - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcMonetaryMeasure - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcMonetaryUnit - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcMonthInYearNumber - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcMooringDevice - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcMooringDeviceType - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcMooringDeviceTypeEnum - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcMotorConnection - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcMotorConnectionType - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcMotorConnectionTypeEnum - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcMove - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcNamedUnit - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcNavigationElement - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcNavigationElementType - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcNavigationElementTypeEnum - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcNonNegativeLengthMeasure - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcNormalisedRatioMeasure - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcNullStyle - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcNumericMeasure - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcObject - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcObjectDefinition - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcObjective - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcObjectiveEnum - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcObjectPlacement - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcObjectReferenceSelect - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcObjectTypeEnum - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcOccupant - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcOccupantTypeEnum - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcOffsetCurve - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcOffsetCurve2D - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcOffsetCurve3D - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcOffsetCurveByDistances - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcOneDirectionRepeatFactor - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcOpenCrossProfileDef - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcOpeningElement - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcOpeningElementTypeEnum - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcOpeningStandardCase - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcOpenShell - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcOpticalMaterialProperties - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcOrderAction - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcOrganization - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcOrganizationRelationship - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcOrientationExpression - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcOrientedEdge - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcOuterBoundaryCurve - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcOutlet - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcOutletType - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcOutletTypeEnum - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcOwnerHistory - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcParameterizedProfileDef - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcParameterValue - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcPath - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcPavement - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcPavementType - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcPavementTypeEnum - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcPcurve - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcPerformanceHistory - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcPerformanceHistoryTypeEnum - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcPermeableCoveringOperationEnum - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcPermeableCoveringProperties - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcPermit - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcPermitTypeEnum - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcPerson - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcPersonAndOrganization - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcPHMeasure - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcPhysicalComplexQuantity - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcPhysicalOrVirtualEnum - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcPhysicalQuantity - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcPhysicalSimpleQuantity - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcPile - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcPileConstructionEnum - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcPileType - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcPileTypeEnum - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcPipeFitting - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcPipeFittingType - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcPipeFittingTypeEnum - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcPipeSegment - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcPipeSegmentType - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcPipeSegmentTypeEnum - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcPixelTexture - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcPlacement - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcPlanarBox - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcPlanarExtent - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcPlanarForceMeasure - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcPlane - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcPlaneAngleMeasure - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcPlate - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcPlateStandardCase - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcPlateType - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcPlateTypeEnum - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcPoint - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcPointByDistanceExpression - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcPointOnCurve - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcPointOnSurface - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcPointOrVertexPoint - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcPolygonalBoundedHalfSpace - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcPolygonalFaceSet - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcPolyline - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcPolyLoop - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcPolynomialCurve - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcPort - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcPositioningElement - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcPositiveInteger - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcPositiveLengthMeasure - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcPositivePlaneAngleMeasure - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcPositiveRatioMeasure - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcPostalAddress - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcPowerMeasure - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcPreDefinedColour - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcPreDefinedCurveFont - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcPreDefinedDimensionSymbol - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcPreDefinedItem - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcPreDefinedPointMarkerSymbol - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcPreDefinedProperties - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcPreDefinedPropertySet - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcPreDefinedSymbol - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcPreDefinedTerminatorSymbol - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcPreDefinedTextFont - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcPreferredSurfaceCurveRepresentation - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcPresentableText - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcPresentationItem - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcPresentationLayerAssignment - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcPresentationLayerWithStyle - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcPresentationStyle - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcPresentationStyleAssignment - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcPresentationStyleSelect - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcPressureMeasure - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcProcedure - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcProcedureType - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcProcedureTypeEnum - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcProcess - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcProcessSelect - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcProduct - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcProductDefinitionShape - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcProductRepresentation - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcProductRepresentationSelect - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcProductSelect - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcProductsOfCombustionProperties - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcProfileDef - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcProfileProperties - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcProfileTypeEnum - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcProject - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcProjectedCRS - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcProjectedOrTrueLengthEnum - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcProjectionCurve - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcProjectionElement - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcProjectionElementTypeEnum - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcProjectLibrary - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcProjectOrder - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcProjectOrderRecord - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcProjectOrderTypeEnum - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcProperty - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcPropertyAbstraction - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcPropertyBoundedValue - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcPropertyConstraintRelationship - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcPropertyDefinition - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcPropertyDependencyRelationship - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcPropertyEnumeratedValue - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcPropertyEnumeration - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcPropertyListValue - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcPropertyReferenceValue - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcPropertySet - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcPropertySetDefinition - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcPropertySetDefinitionSelect - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcPropertySetDefinitionSet - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcPropertySetTemplate - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcPropertySetTemplateTypeEnum - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcPropertySingleValue - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcPropertyTableValue - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcPropertyTemplate - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcPropertyTemplateDefinition - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcProtectiveDevice - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcProtectiveDeviceTrippingUnit - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcProtectiveDeviceTrippingUnitType - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcProtectiveDeviceTrippingUnitTypeEnum - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcProtectiveDeviceType - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcProtectiveDeviceTypeEnum - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcProxy - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcPump - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcPumpType - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcPumpTypeEnum - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcQuantityArea - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcQuantityCount - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcQuantityLength - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcQuantityNumber - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcQuantitySet - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcQuantityTime - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcQuantityVolume - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcQuantityWeight - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcRadioActivityMeasure - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcRadiusDimension - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcRail - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcRailing - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcRailingType - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcRailingTypeEnum - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcRailType - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcRailTypeEnum - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcRailway - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcRailwayPart - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcRailwayPartTypeEnum - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcRailwayTypeEnum - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcRamp - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcRampFlight - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcRampFlightType - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcRampFlightTypeEnum - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcRampType - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcRampTypeEnum - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcRatioMeasure - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcRationalBezierCurve - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcRationalBSplineCurveWithKnots - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcRationalBSplineSurfaceWithKnots - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcReal - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcRectangleHollowProfileDef - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcRectangleProfileDef - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcRectangularPyramid - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcRectangularTrimmedSurface - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcRecurrencePattern - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcRecurrenceTypeEnum - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcReference - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcReferencesValueDocument - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcReferent - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcReferentTypeEnum - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcReflectanceMethodEnum - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcRegularTimeSeries - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcReinforcedSoil - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcReinforcedSoilTypeEnum - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcReinforcementBarProperties - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcReinforcementDefinitionProperties - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcReinforcingBar - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcReinforcingBarRoleEnum - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcReinforcingBarSurfaceEnum - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcReinforcingBarType - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcReinforcingBarTypeEnum - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcReinforcingElement - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcReinforcingElementType - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcReinforcingMesh - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcReinforcingMeshType - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcReinforcingMeshTypeEnum - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcRelAdheresToElement - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcRelAggregates - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcRelAssigns - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcRelAssignsTasks - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcRelAssignsToActor - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcRelAssignsToControl - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcRelAssignsToGroup - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcRelAssignsToGroupByFactor - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcRelAssignsToProcess - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcRelAssignsToProduct - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcRelAssignsToProjectOrder - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcRelAssignsToResource - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcRelAssociates - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcRelAssociatesAppliedValue - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcRelAssociatesApproval - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcRelAssociatesClassification - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcRelAssociatesConstraint - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcRelAssociatesDocument - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcRelAssociatesLibrary - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcRelAssociatesMaterial - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcRelAssociatesProfileDef - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcRelAssociatesProfileProperties - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcRelationship - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcRelaxation - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcRelConnects - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcRelConnectsElements - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcRelConnectsPathElements - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcRelConnectsPorts - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcRelConnectsPortToElement - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcRelConnectsStructuralActivity - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcRelConnectsStructuralElement - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcRelConnectsStructuralMember - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcRelConnectsWithEccentricity - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcRelConnectsWithRealizingElements - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcRelContainedInSpatialStructure - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcRelCoversBldgElements - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcRelCoversSpaces - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcRelDeclares - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcRelDecomposes - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcRelDefines - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcRelDefinesByObject - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcRelDefinesByProperties - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcRelDefinesByTemplate - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcRelDefinesByType - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcRelFillsElement - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcRelFlowControlElements - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcRelInteractionRequirements - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcRelInterferesElements - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcRelNests - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcRelOccupiesSpaces - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcRelOverridesProperties - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcRelPositions - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcRelProjectsElement - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcRelReferencedInSpatialStructure - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcRelSchedulesCostItems - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcRelSequence - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcRelServicesBuildings - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcRelSpaceBoundary - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcRelSpaceBoundary1stLevel - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcRelSpaceBoundary2ndLevel - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcRelVoidsElement - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcReparametrisedCompositeCurveSegment - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcRepresentation - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcRepresentationContext - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcRepresentationItem - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcRepresentationMap - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcResource - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcResourceApprovalRelationship - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcResourceConstraintRelationship - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcResourceLevelRelationship - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcResourceObjectSelect - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcResourceSelect - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcResourceTime - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcRevolvedAreaSolid - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcRevolvedAreaSolidTapered - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcRibPlateProfileProperties - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcRightCircularCone - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcRightCircularCylinder - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcRigidOperation - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcRoad - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcRoadPart - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcRoadPartTypeEnum - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcRoadTypeEnum - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcRoleEnum - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcRoof - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcRoofType - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcRoofTypeEnum - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcRoot - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcRotationalFrequencyMeasure - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcRotationalMassMeasure - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcRotationalStiffnessMeasure - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcRotationalStiffnessSelect - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcRoundedEdgeFeature - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcRoundedRectangleProfileDef - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcSanitaryTerminal - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcSanitaryTerminalType - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcSanitaryTerminalTypeEnum - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcScheduleTimeControl - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcSchedulingTime - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcSchema - Enum in com.solibri.smc.api.ifc
-
An enumeration of supported IFC versions.
- IfcSeamCurve - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcSecondOrderPolynomialSpiral - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcSectionalAreaIntegralMeasure - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcSectionedSolid - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcSectionedSolidHorizontal - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcSectionedSpine - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcSectionedSurface - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcSectionModulusMeasure - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcSectionProperties - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcSectionReinforcementProperties - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcSectionTypeEnum - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcSegment - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcSegmentedReferenceCurve - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcSegmentIndexSelect - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcSensor - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcSensorType - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcSensorTypeEnum - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcSequenceEnum - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcServiceLife - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcServiceLifeFactor - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcSeventhOrderPolynomialSpiral - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcShadingDevice - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcShadingDeviceType - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcShadingDeviceTypeEnum - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcShapeAspect - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcShapeModel - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcShapeRepresentation - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcShearModulusMeasure - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcShell - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcShellBasedSurfaceModel - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcSign - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcSignal - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcSignalType - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcSignalTypeEnum - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcSignType - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcSignTypeEnum - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcSimpleProperty - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcSimplePropertyTemplate - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcSimplePropertyTemplateTypeEnum - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcSimpleValue - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcSineSpiral - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcSIPrefix - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcSite - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcSIUnit - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcSIUnitName - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcSizeSelect - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcSlab - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcSlabElementedCase - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcSlabStandardCase - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcSlabType - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcSlabTypeEnum - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcSlippageConnectionCondition - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcSolarDevice - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcSolarDeviceType - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcSolarDeviceTypeEnum - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcSolidAngleMeasure - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcSolidModel - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcSolidOrShell - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcSoundPowerLevelMeasure - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcSoundPowerMeasure - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcSoundPressureLevelMeasure - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcSoundPressureMeasure - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcSoundProperties - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcSoundValue - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcSpace - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcSpaceBoundarySelect - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcSpaceHeater - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcSpaceHeaterType - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcSpaceHeaterTypeEnum - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcSpaceProgram - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcSpaceThermalLoadProperties - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcSpaceType - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcSpaceTypeEnum - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcSpatialElement - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcSpatialElementType - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcSpatialReferenceSelect - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcSpatialStructureElement - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcSpatialStructureElementType - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcSpatialZone - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcSpatialZoneType - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcSpatialZoneTypeEnum - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcSpecificHeatCapacityMeasure - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcSpecularExponent - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcSpecularHighlightSelect - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcSpecularRoughness - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcSphere - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcSphericalSurface - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcSpiral - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcStackTerminal - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcStackTerminalType - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcStackTerminalTypeEnum - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcStair - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcStairFlight - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcStairFlightType - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcStairFlightTypeEnum - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcStairType - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcStairTypeEnum - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcStateEnum - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcStructuralAction - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcStructuralActivity - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcStructuralActivityAssignmentSelect - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcStructuralAnalysisModel - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcStructuralConnection - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcStructuralConnectionCondition - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcStructuralCurveAction - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcStructuralCurveActivityTypeEnum - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcStructuralCurveConnection - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcStructuralCurveMember - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcStructuralCurveMemberTypeEnum - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcStructuralCurveMemberVarying - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcStructuralCurveReaction - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcStructuralItem - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcStructuralLinearAction - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcStructuralLinearActionVarying - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcStructuralLoad - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcStructuralLoadCase - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcStructuralLoadConfiguration - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcStructuralLoadGroup - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcStructuralLoadLinearForce - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcStructuralLoadOrResult - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcStructuralLoadPlanarForce - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcStructuralLoadSingleDisplacement - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcStructuralLoadSingleDisplacementDistortion - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcStructuralLoadSingleForce - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcStructuralLoadSingleForceWarping - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcStructuralLoadStatic - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcStructuralLoadTemperature - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcStructuralMember - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcStructuralPlanarAction - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcStructuralPlanarActionVarying - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcStructuralPointAction - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcStructuralPointConnection - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcStructuralPointReaction - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcStructuralProfileProperties - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcStructuralReaction - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcStructuralResultGroup - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcStructuralSteelProfileProperties - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcStructuralSurfaceAction - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcStructuralSurfaceActivityTypeEnum - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcStructuralSurfaceConnection - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcStructuralSurfaceMember - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcStructuralSurfaceMemberTypeEnum - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcStructuralSurfaceMemberVarying - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcStructuralSurfaceReaction - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcStructuredDimensionCallout - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcStyleAssignmentSelect - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcStyledItem - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcStyledRepresentation - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcStyleModel - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcSubContractResource - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcSubContractResourceType - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcSubContractResourceTypeEnum - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcSubedge - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcSurface - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcSurfaceCurve - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcSurfaceCurveSweptAreaSolid - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcSurfaceFeature - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcSurfaceFeatureTypeEnum - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcSurfaceOfLinearExtrusion - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcSurfaceOfRevolution - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcSurfaceOrFaceSurface - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcSurfaceReinforcementArea - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcSurfaceSide - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcSurfaceStyle - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcSurfaceStyleElementSelect - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcSurfaceStyleLighting - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcSurfaceStyleRefraction - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcSurfaceStyleRendering - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcSurfaceStyleShading - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcSurfaceStyleWithTextures - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcSurfaceTexture - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcSweptAreaSolid - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcSweptDiskSolid - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcSweptDiskSolidPolygonal - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcSweptSurface - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcSwitchingDevice - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcSwitchingDeviceType - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcSwitchingDeviceTypeEnum - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcSymbolStyle - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcSystem - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcSystemFurnitureElement - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcSystemFurnitureElementType - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcSystemFurnitureElementTypeEnum - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcTable - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcTableColumn - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcTableRow - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcTank - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcTankType - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcTankTypeEnum - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcTask - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcTaskDurationEnum - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcTaskTime - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcTaskTimeRecurring - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcTaskType - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcTaskTypeEnum - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcTelecomAddress - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcTemperatureGradientMeasure - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcTemperatureRateOfChangeMeasure - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcTendon - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcTendonAnchor - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcTendonAnchorType - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcTendonAnchorTypeEnum - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcTendonConduit - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcTendonConduitType - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcTendonConduitTypeEnum - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcTendonType - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcTendonTypeEnum - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcTerminatorSymbol - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcTessellatedFaceSet - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcTessellatedItem - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcText - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcTextAlignment - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcTextDecoration - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcTextFontName - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcTextFontSelect - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcTextLiteral - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcTextLiteralWithExtent - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcTextPath - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcTextStyle - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcTextStyleFontModel - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcTextStyleForDefinedFont - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcTextStyleTextModel - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcTextStyleWithBoxCharacteristics - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcTextTransformation - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcTextureCoordinate - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcTextureCoordinateGenerator - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcTextureCoordinateIndices - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcTextureCoordinateIndicesWithVoids - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcTextureMap - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcTextureVertex - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcTextureVertexList - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcThermalAdmittanceMeasure - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcThermalConductivityMeasure - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcThermalExpansionCoefficientMeasure - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcThermalMaterialProperties - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcThermalResistanceMeasure - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcThermalTransmittanceMeasure - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcThermodynamicTemperatureMeasure - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcThirdOrderPolynomialSpiral - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcTime - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcTimeMeasure - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcTimeOrRatioSelect - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcTimePeriod - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcTimeSeries - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcTimeSeriesDataTypeEnum - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcTimeSeriesReferenceRelationship - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcTimeSeriesSchedule - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcTimeSeriesValue - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcTimeStamp - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcTopologicalRepresentationItem - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcTopologyRepresentation - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcToroidalSurface - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcTorqueMeasure - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcTrackElement - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcTrackElementType - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcTrackElementTypeEnum - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcTransformer - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcTransformerType - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcTransformerTypeEnum - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcTransitionCode - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcTransitionCurveSegment2D - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcTransitionCurveType - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcTranslationalStiffnessSelect - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcTransportationDevice - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcTransportationDeviceType - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcTransportElement - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcTransportElementType - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcTransportElementTypeEnum - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcTrapeziumProfileDef - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcTriangulatedFaceSet - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcTriangulatedIrregularNetwork - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcTrimmedCurve - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcTrimmingPreference - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcTrimmingSelect - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcTShapeProfileDef - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcTubeBundle - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcTubeBundleType - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcTubeBundleTypeEnum - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcTwoDirectionRepeatFactor - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcTypeObject - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcTypeProcess - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcTypeProduct - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcTypeResource - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcUnit - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcUnitaryControlElement - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcUnitaryControlElementType - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcUnitaryControlElementTypeEnum - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcUnitaryEquipment - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcUnitaryEquipmentType - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcUnitaryEquipmentTypeEnum - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcUnitAssignment - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcUnitEnum - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcURIReference - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcUShapeProfileDef - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcValue - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcValve - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcValveType - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcValveTypeEnum - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcVaporPermeabilityMeasure - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcVehicle - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcVehicleType - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcVehicleTypeEnum - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcVertex - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcVertexBasedTextureMap - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcVertexLoop - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcVertexPoint - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcVibrationDamper - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcVibrationDamperType - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcVibrationDamperTypeEnum - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcVibrationIsolator - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcVibrationIsolatorType - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcVibrationIsolatorTypeEnum - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcVirtualElement - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcVirtualElementTypeEnum - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcVirtualGridIntersection - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcVoidingFeature - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcVoidingFeatureTypeEnum - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcVolumeMeasure - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcVolumetricFlowRateMeasure - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcWall - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcWallElementedCase - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcWallStandardCase - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcWallType - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcWallTypeEnum - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcWarpingConstantMeasure - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcWarpingMomentMeasure - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcWarpingStiffnessSelect - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcWasteTerminal - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcWasteTerminalType - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcWasteTerminalTypeEnum - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcWaterProperties - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcWellKnownText - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcWellKnownTextLiteral - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcWindow - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcWindowLiningProperties - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcWindowPanelOperationEnum - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcWindowPanelPositionEnum - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcWindowPanelProperties - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcWindowStandardCase - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcWindowStyle - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcWindowStyleConstructionEnum - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcWindowStyleOperationEnum - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcWindowType - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcWindowTypeEnum - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcWindowTypePartitioningEnum - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcWorkCalendar - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcWorkCalendarTypeEnum - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcWorkControl - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcWorkPlan - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcWorkPlanTypeEnum - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcWorkSchedule - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcWorkScheduleTypeEnum - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcWorkTime - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcZone - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IfcZShapeProfileDef - Enum constant in enum com.solibri.smc.api.ifc.IfcEntityType
- IMPACT_PROTECTION_DEVICE - Enum constant in enum com.solibri.smc.api.model.ComponentType
- increment() - Method in interface com.solibri.smc.api.ui.ProgressBar
-
Increments the progress by one.
- increment(int) - Method in interface com.solibri.smc.api.ui.ProgressBar
-
Increments the progress by the given amount.
- INFO_VIEW - Static variable in interface com.solibri.smc.api.ui.views.InternalViews
-
The component info view.
- InfoDisplayer - Interface in com.solibri.smc.api.info
-
A service for showing info of the component in the Info view (User Interface).
- Information<T> - Interface in com.solibri.smc.api.info
-
Implement this interface to have your own custom information calculated for a component.
- INFORMATION_TAKEOFF_VIEW - Static variable in interface com.solibri.smc.api.ui.views.InternalViews
-
The information takeoff view.
- InformationParameter<T> - Interface in com.solibri.smc.api.info
-
This class defines an information parameter.
- InformationParameters - Interface in com.solibri.smc.api.info
-
Allow to handle the creation of parameters for a parametric information.
- InformationTakeoff - Interface in com.solibri.smc.api.ito
-
InformationTakeoff provides access to Information takeoff in Solibri.
- initializePanel(JPanel) - Method in interface com.solibri.smc.api.ui.View
-
This method is used for initializing the contents inside the view.
- INSTANCE - Static variable in interface com.solibri.smc.api.checking.ResultFactory
-
This instance can be used to create categories that are not related to just a single rule instance.
- INSTANCE - Static variable in interface com.solibri.smc.api.layout.LayoutUpdater
-
The singleton instance of this service.
- INSULATION - Enum constant in enum com.solibri.smc.api.model.components.Covering.Type
-
Represents the covering used to insulate an element for thermal or acoustic purposes.
- INT - Enum constant in enum com.solibri.smc.api.model.PropertyType
- IntegerSetting - Class in com.solibri.smc.api.settings
-
The intended base class for Integer valued custom settings.
- IntegerSetting() - Constructor for class com.solibri.smc.api.settings.IntegerSetting
- INTERCEPTOR - Enum constant in enum com.solibri.smc.api.model.ComponentType
- Internal - Annotation Type in com.solibri.smc.api
-
Define an internal interface or class that should not be used by the API user.
- InternalViews - Interface in com.solibri.smc.api.ui.views
-
Holds references to internal Solibri-defined views.
- interpolate(Vector2d, double) - Method in interface com.solibri.geometry.linearalgebra.Vector2d
-
Returns a vector that is the interpolation between this vector and the given vector so that the weight of the given vector is alpha (result is (1 - alpha) * this + alpha * vector).
- interpolate(Vector3d, double) - Method in interface com.solibri.geometry.linearalgebra.Vector3d
-
Interpolates linearly between this vector and the given vector and returns the resulting vector.
- interpolateInPlace(Vector2d, double) - Method in interface com.solibri.geometry.linearalgebra.MVector2d
-
Sets this vector to be the interpolation between this vector and the given vector so that the weight of the given vector is alpha (this = (1 - alpha) * this + alpha * vector).
- interpolateInPlace(Vector3d, double) - Method in interface com.solibri.geometry.linearalgebra.MVector3d
-
Interpolates linearly between this vector and the given vector and places the result in this vector (this = (1 - alpha) * this + alpha * vector).
- INTERRUPTION_IN_CHECKING - Static variable in interface com.solibri.smc.api.checking.Checking
-
Error message for
CheckingInterruptedException
. - intersect(Area) - Method in interface com.solibri.geometry.primitive2d.MArea
-
Sets the shape of this area to the intersection of its current shape and the shape of the given specified area.
- intersect(Line2d) - Method in interface com.solibri.geometry.primitive2d.Line2d
-
Calculates an Optional containing the intersection point of this line and another line.
- intersect(Ray2d) - Method in interface com.solibri.geometry.primitive2d.Ray2d
-
Returns an optional containing the intersection point between the rays if present, an empty optional otherwise.
- intersect(Segment2d) - Method in interface com.solibri.geometry.primitive2d.Segment2d
-
Returns the point of intersection between this segment and other in the XY-plane.
- intersect(Line3d) - Method in interface com.solibri.geometry.primitive3d.Triangle3d
-
Returns an optional with the intersection point between the triangle and the line if present, otherwise an empty optional.
- intersect(Plane) - Method in interface com.solibri.geometry.primitive3d.Plane
-
Calculates the intersection between this plane and the given plane and returns the resulting line.
- intersect(Plane) - Method in interface com.solibri.geometry.primitive3d.Segment3d
-
Returns the point of intersection between this Segment and the given plane.
- intersect(Ray3d) - Method in interface com.solibri.geometry.primitive3d.Triangle3d
-
Returns an optional with the intersection point between the triangle and the ray if present, otherwise an empty optional.
- intersect(Segment3d) - Method in interface com.solibri.geometry.primitive3d.Polygon3d
-
Returns the intersection point of this polygon and the given segment.
- intersect(Segment3d) - Method in interface com.solibri.geometry.primitive3d.Segment3d
-
Returns the intersection point of this and other Segment.
- intersect(Triangle3d) - Method in interface com.solibri.geometry.primitive3d.Ray3d
-
Returns an optional containing the intersection point between the ray and the triangle if present, an empty optional otherwise.
- intersectEdges(Segment2d) - Method in interface com.solibri.geometry.primitive2d.Polygon2d
-
Returns all intersection points between the edges of this polygon and the given segment.
- intersection(TriangleMesh) - Method in interface com.solibri.geometry.mesh.TriangleMesh
-
Returns the intersection of this triangle mesh and the given triangle mesh.
- Intersection - Interface in com.solibri.smc.api.intersection
-
This is a class describing the intersection between the two components.
- intersects(TriangleMesh) - Method in interface com.solibri.geometry.mesh.TriangleMesh
-
Returns true if this
TriangleMesh
intersects the givenTriangleMesh
. - intersects(AABB2d) - Method in interface com.solibri.geometry.primitive2d.AABB2d
-
Returns true if this bounding box intersects the given bounding box.
- intersects(AABB2d) - Method in interface com.solibri.geometry.primitive2d.Ray2d
-
Returns true if the ray intersects with the bounding rectangle, false otherwise.
- intersects(Polygon2d) - Method in interface com.solibri.geometry.primitive2d.Polygon2d
-
Returns true if this polygon intersects the given polygon.
- intersects(Ray2d) - Method in interface com.solibri.geometry.primitive2d.Ray2d
-
Returns true if the rays intersect, false otherwise.
- intersects(Segment2d) - Method in interface com.solibri.geometry.primitive2d.Segment2d
-
Returns true if this segment and other intersect in the XY-plane, otherwise returns false.
- intersects(AABB3d) - Method in interface com.solibri.geometry.primitive3d.AABB3d
-
Returns true if this bounding box intersects the given bounding box.
- intersects(AABB3d) - Method in interface com.solibri.geometry.primitive3d.Line3d
-
Returns true if the line intersects the axis-aligned bounding box, false otherwise.
- intersects(AABB3d) - Method in interface com.solibri.geometry.primitive3d.Ray3d
-
Returns true if the ray intersects with the box, false otherwise.
- intersects(Line3d) - Method in interface com.solibri.geometry.primitive3d.Triangle3d
-
Returns true if the triangle intersects the given line.
- intersects(MTriangle3d) - Method in interface com.solibri.geometry.primitive3d.Triangle3d
-
Returns true if the triangles intersect, false otherwise.
- intersects(Plane) - Method in interface com.solibri.geometry.primitive3d.Segment3d
-
Returns true if this segment intersects the given plane.
- intersects(Ray3d) - Method in interface com.solibri.geometry.primitive3d.Triangle3d
-
Returns true if the triangle intersects the given ray.
- intersects(Segment3d) - Method in interface com.solibri.geometry.primitive3d.Polygon3d
-
Returns true if the given segment intersects this polygon.
- intersects(Segment3d) - Method in interface com.solibri.geometry.primitive3d.Segment3d
-
Returns true if this Segment intersects the given Segment, otherwise returns false.
- intersects(Triangle3d) - Method in interface com.solibri.geometry.primitive3d.Ray3d
-
Returns true if the ray intersects with the triangle, false otherwise.
- IntInformationParameter - Interface in com.solibri.smc.api.info
-
Int parameter.
- IntParameter - Interface in com.solibri.smc.api.checking
-
Int parameter.
- invalidReason(Boolean) - Method in class com.solibri.smc.api.settings.BooleanSetting
-
The default is that either choice is valid.
- invalidReason(Double) - Method in class com.solibri.smc.api.settings.DoubleSetting
-
The default is that any possible double is valid.
- invalidReason(Integer) - Method in class com.solibri.smc.api.settings.IntegerSetting
-
The default is that any possible integer is valid.
- invalidReason(String) - Method in class com.solibri.smc.api.settings.StringSetting
-
The default is that any possible string is valid.
- invalidReason(T) - Method in interface com.solibri.smc.api.settings.Setting
-
This method is implemented to define valid values for this setting.
- invert() - Method in interface com.solibri.geometry.linearalgebra.MMatrix4d
-
Inverts this matrix in place.
- IProfile - Interface in com.solibri.smc.api.model.profile
-
Represents the I-shaped profile of a component.
- isActive() - Method in interface com.solibri.smc.api.settings.proxy.HttpProxy
-
Returns true if this proxy setting is chosen to be used.
- isActive() - Method in interface com.solibri.smc.api.settings.proxy.Socks4Proxy
-
Returns true if this proxy setting is chosen to be used.
- isAllowAnyLabel() - Method in interface com.solibri.smc.api.bcflive.BCFCoordinationValues
-
Returns true if any label value is allowed in the coordination else false.
- isAllowAnyPriority() - Method in interface com.solibri.smc.api.bcflive.BCFCoordinationValues
-
Returns true if any priority value is allowed in the coordination else false.
- isAllowAnyStage() - Method in interface com.solibri.smc.api.bcflive.BCFCoordinationValues
-
Returns true if any stage value is allowed in the coordination else false.
- isAllowAnyTopicStatus() - Method in interface com.solibri.smc.api.bcflive.BCFCoordinationValues
-
Returns true if any topic status value is allowed in the coordination else false.
- isAllowAnyTopicType() - Method in interface com.solibri.smc.api.bcflive.BCFCoordinationValues
-
Returns true if any topic type value is allowed in the coordination else false.
- isAllowAnyUserID() - Method in interface com.solibri.smc.api.bcflive.BCFCoordinationValues
-
Returns true if any user ID value is allowed in the coordination else false.
- isBusy() - Static method in class com.solibri.smc.api.SMC
-
Returns true when Solibri is busy working on something, for example, importing IFC, Checking, or evaluating classifications.
- isConvex() - Method in interface com.solibri.geometry.primitive2d.Polygon2d
-
Returns true if this polygon is convex.
- isConvex() - Method in interface com.solibri.geometry.primitive3d.Polygon3d
-
Returns true if this polygon is convex.
- isCounterClockwise() - Method in interface com.solibri.geometry.primitive2d.Polygon2d
-
Returns true if the vertices of this polygon are in counter clockwise order.
- isDefinedIn(IfcSchema) - Method in enum com.solibri.smc.api.ifc.IfcEntityType
-
Returns true if the IfcEntityType is defined in given ifcSchema, false otherwise.
- isDegenerate() - Method in interface com.solibri.geometry.primitive2d.AABB2d
-
Returns true if the given bounding box is degenerate.
- isDegenerate() - Method in interface com.solibri.geometry.primitive3d.AABB3d
-
Returns true if the given bounding box is degenerated.
- isDuplicate() - Method in interface com.solibri.smc.api.intersection.Intersection
-
Returns true if the intersection is a duplicate.
- isEmpty() - Method in interface com.solibri.geometry.primitive2d.Area
-
Tests whether this area object encloses any area.
- isEmpty() - Method in interface com.solibri.smc.api.checking.CheckingSelection
-
Returns true if this selection is empty.
- isEmpty() - Method in interface com.solibri.smc.api.intersection.Intersection
-
Returns true if the intersections is of zero size.
- isHidden() - Method in interface com.solibri.smc.api.visualization.ARGBColor
-
Returns true if the color is fully transparent.
- isIdentityMatrix() - Method in interface com.solibri.geometry.linearalgebra.Matrix4d
-
Returns true if this matrix is an identity matrix.
- isInsideOut() - Method in interface com.solibri.geometry.mesh.TriangleMesh
-
Returns true if the closed
TriangleMesh
is inside-out, meaning that the normals of the surface triangles point inwards instead of outwards. - isIrrelevant() - Method in interface com.solibri.smc.api.checking.PreCheckResult
-
Returns whether the rule is irrelevant for the current state of the model and rule.
- isMultiLine() - Method in class com.solibri.smc.api.settings.PasswordSetting
-
Returns whether this string setting is multilined or not.
- isMultiLine() - Method in class com.solibri.smc.api.settings.StringSetting
-
Returns whether this string setting is multilined or not.
- isNumberType() - Method in enum com.solibri.smc.api.model.PropertyType
-
Returns true if this property type is a number type.
- isOnBuildingEnvelope() - Method in interface com.solibri.smc.api.model.Component
-
Returns true if this component is modelled as part of a building envelope.
- isOpaque() - Method in interface com.solibri.smc.api.visualization.ARGBColor
-
Returns true if color is fully opaque.
- isPointOnLeftSide(Vector2d) - Method in interface com.solibri.geometry.primitive2d.Line2d
-
Returns true if the given point is on the left side of this line when looking in the direction of the vector returned by the
Line2d.getDirection()
method. - isPointOnRightSide(Vector2d) - Method in interface com.solibri.geometry.primitive2d.Line2d
-
Returns true if the given point is on the right side of this line when looking in the direction of the vector returned by the
Line2d.getDirection()
method. - isRelevant() - Method in interface com.solibri.smc.api.checking.PreCheckResult
-
Returns whether the rule is relevant for the current state of the model and rule.
- isSingular() - Method in interface com.solibri.geometry.primitive2d.Area
-
Tests whether this area is comprised of a single closed subpath.
- ISSUE_DETAILS_VIEW - Static variable in interface com.solibri.smc.api.ui.views.InternalViews
-
The issue details view.
- ISSUE_SORTER_VIEW - Static variable in interface com.solibri.smc.api.ui.views.InternalViews
-
The issue sorter view.
- ISSUES_VIEW - Static variable in interface com.solibri.smc.api.ui.views.InternalViews
-
The issues view.
- IssuesView - Interface in com.solibri.smc.api.ui.views.issues
-
IssuesView represents the state of the internal Solibri Issues View that is ready-made in the software.
- isTransparent() - Method in interface com.solibri.smc.api.visualization.ARGBColor
-
Returns true if the color is semi-transparent.
- isVentilated() - Method in interface com.solibri.smc.api.model.Material
-
Returns whether this material is ventilated.
- isWinder() - Method in interface com.solibri.smc.api.model.components.StairStep
-
Returns true if the step is a winder.
- ItoColumn - Interface in com.solibri.smc.api.ito
-
ItoColumn represent a single column definition in an information takeoff.
- ItoDefinition - Interface in com.solibri.smc.api.ito
-
ITO definition defines an information takeoff.
- ItoRow - Interface in com.solibri.smc.api.ito
-
ItoRow represent a single row in information takeoff results.
- ItoValue<T> - Interface in com.solibri.smc.api.ito
-
ItoValue represent a single cell in an information takeoff.
J
- JOIST - Enum constant in enum com.solibri.smc.api.model.components.Beam.Type
-
A beam used to support a floor or ceiling.
- JUNCTION_BOX - Enum constant in enum com.solibri.smc.api.model.ComponentType
K
- KERB - Enum constant in enum com.solibri.smc.api.model.ComponentType
L
- L_PROFILE - Enum constant in enum com.solibri.smc.api.model.profile.ParametricProfileType
- labelsModified(List<Slide>) - Method in interface com.solibri.smc.api.internal.listeners.SlideModifiedListener
-
Called when labels of the given slides are modified.
- LAMP - Enum constant in enum com.solibri.smc.api.model.ComponentType
- Landing - Interface in com.solibri.smc.api.model.components
-
The Landing interface provides geometric information about the landing shape.
- LAYER - Enum constant in enum com.solibri.smc.api.model.ComponentType
- Layout - Interface in com.solibri.smc.api.layout
-
Layout is a single "tab" in the software.
- Layouts - Interface in com.solibri.smc.api.layout
-
Layouts provides access to reading and modifying the layouts of the software.
- LayoutUpdater - Interface in com.solibri.smc.api.layout
-
LayoutUpdater can be used to update the UI state for given layouts.
- LayoutView - Interface in com.solibri.smc.api.layout
-
LayoutView represents a single view embedded in a layout.
- LayoutView.State - Enum in com.solibri.smc.api.layout
-
Describes the current state of the layoutview.
- LEFT - Enum constant in enum com.solibri.smc.api.model.components.Door.OperationType.OpeningSide
- LEFT - Enum constant in enum com.solibri.smc.api.model.components.Handrail.Side
- LENGTH - Enum constant in enum com.solibri.smc.api.model.PropertyType
- LENGTH - Enum constant in enum com.solibri.smc.api.model.Quantities.Type
-
The length of the component.
- lengthComparator() - Static method in interface com.solibri.geometry.primitive2d.Segment2d
-
Returns a comparator that compares non-null Segments by their length in the XY-plane.
- lengthComparator() - Static method in interface com.solibri.geometry.primitive3d.Segment3d
-
Returns a comparator that compares non-null Segments by their length.
- LengthFormat - Interface in com.solibri.smc.api.settings.formats
-
PercentageFormat allows formatting lengths consistently and based on the user settings.
- LEVEL_2_1 - Enum constant in enum com.solibri.smc.api.model.IfcImplementationLevel
- LIFTING_HORIZONTAL - Enum constant in enum com.solibri.smc.api.model.components.Door.OperationType
-
Door that lifts horizontally.
- LIFTING_VERTICAL_LEFT - Enum constant in enum com.solibri.smc.api.model.components.Door.OperationType
-
Door that lifts vertically to the left.
- LIFTING_VERTICAL_RIGHT - Enum constant in enum com.solibri.smc.api.model.components.Door.OperationType
-
Door that lifts vertically to the right.
- LIGHT_FIXTURE - Enum constant in enum com.solibri.smc.api.model.ComponentType
- LINE - Enum constant in enum com.solibri.smc.api.ui.BorderType
- Line2d - Interface in com.solibri.geometry.primitive2d
-
Read-only interface for handling lines in 2-dimensional space.
- Line3d - Interface in com.solibri.geometry.primitive3d
-
Read-only interface for handling lines in 3-dimensional space.
- LineIntersectionFilter - Interface in com.solibri.smc.api.filter
-
Filter that accepts components whose axis-aligned bounding box (AABB) intersects the line defined in this filter.
- Lines - Interface in com.solibri.smc.api.visualization
-
Visualization item for visualizing segments.
- Lines.LinePattern - Enum in com.solibri.smc.api.visualization
-
Describes pattern of the drawn lines.
- LINTEL - Enum constant in enum com.solibri.smc.api.model.components.Beam.Type
-
A a beam or horizontal piece of material over an opening (e.g. door, window).
- LIQUID_TERMINAL - Enum constant in enum com.solibri.smc.api.model.ComponentType
- Listeners - Interface in com.solibri.smc.api.internal.listeners
-
Listeners provide to object-level listeners.
- lookAt(Vector3d) - Method in interface com.solibri.smc.api.threed.Camera
-
Look at the given target point.
- lookAt(Component) - Method in interface com.solibri.smc.api.threed.Camera
-
Sets the camera to look at the given component.
- lookAt(Collection<Component>) - Method in interface com.solibri.smc.api.threed.Camera
-
Sets the camera to look at the given components.
- lookAtComponentsFromPosition(Collection<Component>, Vector3d) - Method in interface com.solibri.smc.api.threed.Camera
-
Moves the camera to look at the given components from the given location.
- LOW - Enum constant in enum com.solibri.smc.api.checking.Severity
-
Low severity.
- LProfile - Interface in com.solibri.smc.api.model.profile
-
Represents the L-shaped profile of a component.
M
- MAABB2d - Interface in com.solibri.geometry.primitive2d
-
Interface that represents a mutable axis-aligned bounding box in the XY-plane.
- MAABB3d - Interface in com.solibri.geometry.primitive3d
-
Interface that represents a mutable axis-aligned bounding box in 3-dimensional space.
- MainColumn - Interface in com.solibri.smc.api.ui.views.checkingresults
-
MainColumn represents the first column of the table.
- MArea - Interface in com.solibri.geometry.primitive2d
-
Interface for areas in XY-plane.
- MARINE_FACILITY - Enum constant in enum com.solibri.smc.api.model.ComponentType
- MARINE_PART - Enum constant in enum com.solibri.smc.api.model.ComponentType
- MARKED - Enum constant in enum com.solibri.smc.api.issues.BcfScope
- Material - Interface in com.solibri.smc.api.model
-
Represents the material of a component.
- Matrix4d - Interface in com.solibri.geometry.linearalgebra
-
Read only interface for 4x4 matrices.
- MAXIMIZED - Enum constant in enum com.solibri.smc.api.layout.LayoutView.State
- MECHANICAL_FASTENER - Enum constant in enum com.solibri.smc.api.model.ComponentType
- MEDICAL_DEVICE - Enum constant in enum com.solibri.smc.api.model.ComponentType
- MEMBER - Enum constant in enum com.solibri.smc.api.model.ComponentType
- MEMBRANE - Enum constant in enum com.solibri.smc.api.model.components.Covering.Type
-
An impervious layer that could be used for e.g. roof covering (below tiling - that may be known as sarking etc.) or as a damp proof course membrane.
- mergedWith(TriangleMesh) - Method in interface com.solibri.geometry.mesh.TriangleMesh
-
Returns a new
TriangleMesh
composed of all the triangles of thisTriangleMesh
and anotherTriangleMesh
. - Mesh - Interface in com.solibri.smc.api.visualization
-
Visualization item for visualizing meshes.
- MINIMUM_AREA - Enum constant in enum com.solibri.smc.api.model.Quantities.Type
-
The minimum area of the component.
- MINIMUM_GROSS_AREA - Enum constant in enum com.solibri.smc.api.model.Quantities.Type
-
The minimum gross area of the component.
- MINIMUM_HEIGHT - Enum constant in enum com.solibri.smc.api.model.Quantities.Type
-
The minimum height of the component.
- MINIMUM_LENGTH - Enum constant in enum com.solibri.smc.api.model.Quantities.Type
-
The minimum length of the component.
- MINIMUM_THICKNESS - Enum constant in enum com.solibri.smc.api.model.Quantities.Type
-
The minimum thickness of the component.
- MinimumAreaRectangle - Class in com.solibri.geometry.algorithms
-
Provides a method for computing the oriented minimum area rectangle of a collection of points.
- MLine2d - Interface in com.solibri.geometry.primitive2d
-
Interface for handling lines in the XY-plane.
- MLine3d - Interface in com.solibri.geometry.primitive3d
-
Interface for handling lines in 3d.
- MMatrix4d - Interface in com.solibri.geometry.linearalgebra
-
Interface for 4x4 matrices.
- MModel - Interface in com.solibri.smc.api.model
-
Modifiable extension of
Model
. - MOBILE_TELECOMMUNICATIONS_APPLIANCE - Enum constant in enum com.solibri.smc.api.model.ComponentType
- Model - Interface in com.solibri.smc.api.model
-
This interface is used for getting data from the data model.
- MODEL - Enum constant in enum com.solibri.smc.api.model.ComponentType
- MODEL_TREE_VIEW - Static variable in interface com.solibri.smc.api.ui.views.InternalViews
-
The model tree view.
- ModelNotFoundException - Exception in com.solibri.smc.api.model
-
An exception that is thrown when there is no model having matching UUID.
- ModelNotFoundException(UUID) - Constructor for exception com.solibri.smc.api.model.ModelNotFoundException
-
Constructs a new
ModelNotFoundException
. - ModelOpeningException - Exception in com.solibri.smc.api.model
-
An exception that is thrown when the model opening is failed for some reason.
- ModelOpeningException(String) - Constructor for exception com.solibri.smc.api.model.ModelOpeningException
-
Constructs a new
ModelOpeningException
with the specified message. - Models - Interface in com.solibri.smc.api.model
-
The service for opening models and accessing them.
- MODERATE - Enum constant in enum com.solibri.smc.api.checking.Severity
-
Moderate severity.
- MODIFIED - Enum constant in enum com.solibri.smc.api.project.Project.SaveStatus
- MOORING_DEVICE - Enum constant in enum com.solibri.smc.api.model.ComponentType
- MOTOR_CONNECTION - Enum constant in enum com.solibri.smc.api.model.ComponentType
- MPlane - Interface in com.solibri.geometry.primitive3d
-
Interface for handling mutable planes in 3d.
- MPolygon2d - Interface in com.solibri.geometry.primitive2d
-
Interface for handling simple polygons without holes in the XY-plane.
- MPolygon3d - Interface in com.solibri.geometry.primitive3d
-
Interface for handling simple polygons without holes in 3-dimensional space.
- MRay2d - Interface in com.solibri.geometry.primitive2d
-
Mutable interface to handle 2-dimensional rays.
- MRay3d - Interface in com.solibri.geometry.primitive3d
-
Interface to handle 3-dimensional rays.
- MRectangle2d - Interface in com.solibri.geometry.primitive2d
-
Interface for handling rectangles in the XY-plane.
- MRectangle3d - Interface in com.solibri.geometry.primitive3d
-
Interface for handling rectangles in 3-dimensional space.
- MSegment2d - Interface in com.solibri.geometry.primitive2d
-
Interface for handling segments in the XY-plane.
- MSegment3d - Interface in com.solibri.geometry.primitive3d
-
Interface for handling segments in 3-dimensional space.
- MTriangle2d - Interface in com.solibri.geometry.primitive2d
-
Interface that represents a triangle in the XY-plane.
- MTriangle3d - Interface in com.solibri.geometry.primitive3d
-
Interface that represents a 3-dimensional triangle.
- multiply(Matrix4d) - Method in interface com.solibri.geometry.linearalgebra.Matrix4d
-
Returns a copy of this matrix after calculating the product of this matrix and the given matrix.
- multiplyInPlace(Matrix4d) - Method in interface com.solibri.geometry.linearalgebra.MMatrix4d
-
Sets the value of this matrix to the result of multiplying itself with the given matrix.
- MVector2d - Interface in com.solibri.geometry.linearalgebra
-
Interface for handling vectors in the XY-plane.
- MVector3d - Interface in com.solibri.geometry.linearalgebra
-
Interface for 3-dimensional vectors.
N
- NAVIGATION_ELEMENT - Enum constant in enum com.solibri.smc.api.model.ComponentType
- NEAREST_SPACES - Enum constant in enum com.solibri.smc.api.model.Relation.Type
-
Defines a relation between a component and its nearest spaces.
- NEG_UNIT_X - Static variable in interface com.solibri.geometry.linearalgebra.Vector2d
-
The vector (-1, 0).
- NEG_UNIT_X - Static variable in interface com.solibri.geometry.linearalgebra.Vector3d
-
The vector (-1, 0, 0).
- NEG_UNIT_Y - Static variable in interface com.solibri.geometry.linearalgebra.Vector2d
-
The vector (0, -1).
- NEG_UNIT_Y - Static variable in interface com.solibri.geometry.linearalgebra.Vector3d
-
The vector (0, -1, 0).
- NEG_UNIT_Z - Static variable in interface com.solibri.geometry.linearalgebra.Vector3d
-
The vector (0, 0, -1).
- negate() - Method in interface com.solibri.geometry.linearalgebra.Vector2d
-
Returns a negated copy of this vector.
- negate() - Method in interface com.solibri.geometry.linearalgebra.Vector3d
-
Returns a negated copy of this vector.
- negated() - Method in interface com.solibri.smc.api.filter.ComponentFilter
-
Returns a new filter that accepts components when they are not accepted by this filter.
- negateInPlace() - Method in interface com.solibri.geometry.linearalgebra.MVector2d
-
Negates this vector in place.
- negateInPlace() - Method in interface com.solibri.geometry.linearalgebra.MVector3d
-
Negates this vector in place.
- NESTS - Enum constant in enum com.solibri.smc.api.model.Relation.Type
-
Defines a whole/part relation of non-physical objects and object and ports.
- NO_FILE - Enum constant in enum com.solibri.smc.api.project.Project.SaveStatus
- NO_PROJECT_IS_OPENED_TO_RUN_CHECKING - Static variable in interface com.solibri.smc.api.checking.Checking
-
Error message for
ProjectNotOpenException
. - NON_UNIFORM_L_PROFILE - Enum constant in enum com.solibri.smc.api.model.profile.ParametricProfileType
- NON_UNIFORM_T_PROFILE - Enum constant in enum com.solibri.smc.api.model.profile.ParametricProfileType
- NONE - Enum constant in enum com.solibri.smc.api.ui.BorderType
- NonUniformLProfile - Interface in com.solibri.smc.api.model.profile
-
Represents a non uniform L-shaped profile of a component.
- NonUniformTProfile - Interface in com.solibri.smc.api.model.profile
-
Represents a non uniform T-shaped profile of a component.
- normalize() - Method in interface com.solibri.geometry.linearalgebra.MMatrix4d
-
Normalizes the axis of the matrix.
- normalize() - Method in interface com.solibri.geometry.linearalgebra.Vector2d
-
Returns a normalized copy of this vector.
- normalize() - Method in interface com.solibri.geometry.linearalgebra.Vector3d
-
Returns a normalized copy of this vector.
- normalizeInPlace() - Method in interface com.solibri.geometry.linearalgebra.MVector2d
-
Normalizes this vector in place to be of length 1.
- normalizeInPlace() - Method in interface com.solibri.geometry.linearalgebra.MVector3d
-
Normalizes this vector in place.
- NOTDEFINED - Enum constant in enum com.solibri.smc.api.model.components.Beam.Type
-
Undefined linear beam element.
- NOTDEFINED - Enum constant in enum com.solibri.smc.api.model.components.Covering.Type
-
Undefined covering element.
- NOTDEFINED - Enum constant in enum com.solibri.smc.api.model.components.Door.OperationType
-
A door with undefined operation type is considered a door with lining but no panels.
O
- OBJECT - Enum constant in enum com.solibri.smc.api.model.ComponentType
- OCCUPIES_SPACES - Enum constant in enum com.solibri.smc.api.model.Relation.Type
-
Defines a relation between an occupant and spaces.
- of(Polygon2d) - Static method in class com.solibri.geometry.algorithms.ConvexHull
-
Returns the convex hull of the given polygon.
- of(AABB3d) - Static method in interface com.solibri.smc.api.filter.AABBIntersectionFilter
-
Returns a filter that accepts components whose AABBs intersect the given AABB.
- of(Line3d) - Static method in interface com.solibri.smc.api.filter.LineIntersectionFilter
-
Returns a filter that accepts components whose AABBs intersect the given line.
- of(Polygon3d) - Static method in class com.solibri.geometry.algorithms.Triangulation
-
Returns a triangulation of the given polygon.
- of(Polygon3d, Collection<Polygon3d>) - Static method in class com.solibri.geometry.algorithms.Triangulation
-
Returns a triangulation of the given polygon with the holes removed from it.
- of(Ray3d) - Static method in interface com.solibri.smc.api.filter.RayIntersectionFilter
-
Returns a filter that accepts components whose AABBs intersect the given ray.
- of(Rule) - Static method in interface com.solibri.smc.api.checking.RuleParameters
-
Return the parameter creation handler for a specific rule.
- of(Rule) - Static method in interface com.solibri.smc.api.checking.RuleResources
-
Return the resources of the specified rule instance.
- of(ParametricInformation<?>) - Static method in interface com.solibri.smc.api.info.InformationParameters
-
Return the parameter creation handler for a specific parametric information.
- of(Component) - Static method in interface com.solibri.smc.api.model.Quantities
-
Returns the available quantities of the given component.
- of(Relation.Type, Relation.Direction) - Static method in interface com.solibri.smc.api.model.Relation
-
Returns a relation with the given type and direction.
- of(Collection<? extends Vector2d>) - Static method in class com.solibri.geometry.algorithms.ConvexHull
-
Returns the convex hull of the given collection of points.
- of(Collection<? extends Vector2d>) - Static method in class com.solibri.geometry.algorithms.MinimumAreaRectangle
-
Returns the minimum area oriented rectangle that surrounds the given collection of points.
- ofComponentBounds(Component) - Static method in interface com.solibri.smc.api.filter.AABBIntersectionFilter
-
Returns a filter that accepts components whose AABBs intersect the AABB of the given component.
- ofComponentBounds(Component, double, double) - Static method in interface com.solibri.smc.api.filter.AABBIntersectionFilter
-
Returns a filter that accepts components whose AABBs intersect the AABB of the given component expanded by the given tolerances.
- OFFICE - Enum constant in enum com.solibri.smc.api.Product
- onApplicationExit() - Method in interface com.solibri.smc.api.ui.View
-
This method should be implemented if a view needs to do exit cleanup when the application is closing.
- onBasketSelectionChanged(Set<Component>, Set<Component>) - Method in interface com.solibri.smc.api.ui.View
-
Action to take when a the selection basket contents change.
- onCheckingEnded() - Method in interface com.solibri.smc.api.ui.View
-
Action to take when checking has finished.
- onCheckingStarted() - Method in interface com.solibri.smc.api.ui.View
-
Action to take when checking is about to start.
- onComponentChosen(Component) - Method in interface com.solibri.smc.api.ui.View
-
Action to take when the user chooses a component from the UI.
- onComponentsHidden(Collection<Component>) - Method in interface com.solibri.smc.api.ui.View
-
Action to take when the user zooms hides some components from the UI.
- onComponentsZoomedTo(Collection<Component>) - Method in interface com.solibri.smc.api.ui.View
-
Action to take when the user zooms to some components from the UI.
- OneByOneRule - Class in com.solibri.smc.api.checking
-
Extend this abstract class to implement a rule in which components passing a main filter are checked one by one.
- OneByOneRule() - Constructor for class com.solibri.smc.api.checking.OneByOneRule
- onItoFinished() - Method in interface com.solibri.smc.api.ui.View
-
Action to take when information takeoff has finished.
- onItoStarted() - Method in interface com.solibri.smc.api.ui.View
-
Action to take when information takeoff has been triggered.
- onModelClosed() - Method in interface com.solibri.smc.api.ui.View
-
Action to take when a previously opened model is closed.
- onModelLoaded(Model) - Method in interface com.solibri.smc.api.ui.View
-
Action to take when a model is loaded to the software.
- onModelModified(Model) - Method in interface com.solibri.smc.api.ui.View
-
Action to take when a model is changed in some way.
- onRulesetAdded(Ruleset) - Method in interface com.solibri.smc.api.ui.View
-
Action to take when a new ruleset is added to the model.
- onRulesetRemoved(Ruleset) - Method in interface com.solibri.smc.api.ui.View
-
Action to take when a new ruleset is removed from the model.
- onSettingsChanged() - Method in interface com.solibri.smc.api.ui.View
-
Action to take when the setting have been changed.
- onSubModelAdded(Model) - Method in interface com.solibri.smc.api.ui.View
-
Action to take when a submodel is added from an IFC source.
- onSubModelUpdated(Model) - Method in interface com.solibri.smc.api.ui.View
-
Action to take when a submodel is updated from an IFC source.
- onViewShown() - Method in interface com.solibri.smc.api.ui.View
-
Action to take when this view is shown in the UI.
- openIFCModel(String, InputStream) - Method in interface com.solibri.smc.api.model.Models
-
Opens an IFC model.
- Opening - Interface in com.solibri.smc.api.model.components
-
Opening entity represents openings in IFC models (IfcOpeningElement).
- OPENING - Enum constant in enum com.solibri.smc.api.model.ComponentType
- openModel(String, InputStream) - Static method in class com.solibri.smc.api.SMC
-
Opens a Solibri model/project.
- or(ComponentFilter) - Method in interface com.solibri.smc.api.filter.ComponentFilter
-
Returns a new filter that accepts components that are accepted by either this filter or the other filter or both.
- OrthogonalCameraState - Interface in com.solibri.smc.api.threed
-
OrthogonalCameraState represents the state of 3d camera in orthogonal projection.
- OTHER_AEC - Enum constant in enum com.solibri.smc.api.project.Project.Industry
-
Other Architecture, Engineering & Construction industry.
- OUTLET - Enum constant in enum com.solibri.smc.api.model.ComponentType
P
- Pair<A,
B> - Interface in com.solibri.smc.api.util -
A Generic pair.
- PARAMETERS_VIEW - Static variable in interface com.solibri.smc.api.ui.views.InternalViews
-
The parameters view.
- ParameterTable - Interface in com.solibri.smc.api.checking
-
This interface provides a way to access the rule table parameter.
- PARAMETRIC - Enum constant in enum com.solibri.smc.api.model.profile.ProfileType
-
Parameteric profile is 2D primitive, which is used within the industry to describe cross sections by a description of its parameters.
- ParametricInformation<T> - Interface in com.solibri.smc.api.info
-
Implement this interface to have your own custom parametric information calculated for a component.
- ParametricProfile - Interface in com.solibri.smc.api.model.profile
-
Represents a parametric profile type of a component.
- ParametricProfileType - Enum in com.solibri.smc.api.model.profile
-
Represents the different types of Parametrized profiles for a component.
- PARTIALLY_VOIDS - Enum constant in enum com.solibri.smc.api.model.Relation.Type
-
Defines a relation between an element and an opening that creates a recess in the element.
- partialUpdateIFCModel(UUID, InputStream) - Method in interface com.solibri.smc.api.model.Models
-
Partially updates the IFC model specified by the UUID.
- pass(Component) - Method in interface com.solibri.smc.api.checking.CheckingSelection
-
Mark a component as checked, without creating any failure.
- pass(Collection<? extends Component>) - Method in interface com.solibri.smc.api.checking.CheckingSelection
-
Mark the specified components as checked, without creating any failure.
- PASSED - Enum constant in enum com.solibri.smc.api.checking.Severity
-
Passed status.
- passRemaining() - Method in interface com.solibri.smc.api.checking.CheckingSelection
-
Mark all the still unchecked components as checked, without creating any additional failure.
- PasswordSetting - Class in com.solibri.smc.api.settings
-
The intended base class for String valued custom settings that are passwords or other secrets.
- PasswordSetting() - Constructor for class com.solibri.smc.api.settings.PasswordSetting
- PAVEMENT - Enum constant in enum com.solibri.smc.api.model.ComponentType
- PERCENTAGE - Enum constant in enum com.solibri.smc.api.model.PropertyType
- PercentageFormat - Interface in com.solibri.smc.api.settings.formats
-
PercentageFormat allows formatting percentages consistently and based on the user settings.
- PERIMETER - Enum constant in enum com.solibri.smc.api.model.Quantities.Type
-
The perimeter length of the component.
- PERIMETER_OF_OPENINGS - Enum constant in enum com.solibri.smc.api.model.Quantities.Type
-
The perimeter length of the openings related to the component.
- PerspectiveCameraState - Interface in com.solibri.smc.api.threed
-
PerspectiveCameraState represents the state of 3d camera in perspective projection.
- PHYSICAL - Enum constant in enum com.solibri.smc.api.model.components.SpaceBoundary.Type
-
The physical space boundary.
- PILE - Enum constant in enum com.solibri.smc.api.model.ComponentType
- PIPE - Enum constant in enum com.solibri.smc.api.model.ComponentType
- PIPE_FITTING - Enum constant in enum com.solibri.smc.api.model.ComponentType
- Plane - Interface in com.solibri.geometry.primitive3d
-
Interface for handling planes in 3d.
- PLANE_ANGLE - Enum constant in enum com.solibri.smc.api.model.PropertyType
- PLATE - Enum constant in enum com.solibri.smc.api.model.ComponentType
- Points - Interface in com.solibri.smc.api.visualization
-
Visualization item for visualizing points.
- Polygon2d - Interface in com.solibri.geometry.primitive2d
-
Read-only interface for handling simple polygons without holes in the XY-plane.
- Polygon3d - Interface in com.solibri.geometry.primitive3d
-
Read-only interface for handling simple polygons without holes in 3-dimensional space.
- PORT - Enum constant in enum com.solibri.smc.api.model.ComponentType
- postCheck() - Method in interface com.solibri.smc.api.checking.Rule
-
This is called once after the checking of components.
- preCheck() - Method in class com.solibri.smc.api.checking.ConcurrentRule
-
This is called once before the checking of components.
- preCheck() - Method in class com.solibri.smc.api.checking.OneByOneRule
-
This is called once before the checking of components.
- preCheck(ComponentSelector) - Method in class com.solibri.smc.api.checking.ConcurrentRule
- preCheck(ComponentSelector) - Method in class com.solibri.smc.api.checking.OneByOneRule
- preCheck(ComponentSelector) - Method in interface com.solibri.smc.api.checking.Rule
-
This method is called once before the actual checking of the components.
- PreCheckResult - Interface in com.solibri.smc.api.checking
-
PreCheckResult provides information about the pre-check before the actual checking of the rule.
- Presentation - Interface in com.solibri.smc.api.communication
-
Presentation represents a single presentation created manually or from other sources that is intended to be communicated outside the software.
- PRESENTATION_VIEW - Static variable in interface com.solibri.smc.api.ui.views.InternalViews
-
The presentation view.
- priorityModified(List<Slide>) - Method in interface com.solibri.smc.api.internal.listeners.SlideModifiedListener
-
Called when priority of the given slides is modified.
- Product - Enum in com.solibri.smc.api
-
Enumeration of Solibri product variations.
- productOf(Matrix4d, Matrix4d) - Static method in interface com.solibri.geometry.linearalgebra.Matrix4d
-
Returns the product of the two inputed matrixes.
- Profile - Interface in com.solibri.smc.api.model.profile
-
Represents the profile of an IFC component.
- PROFILE_HEIGHT - Enum constant in enum com.solibri.smc.api.model.Quantities.Type
-
The profile height of the component.
- PROFILE_WIDTH - Enum constant in enum com.solibri.smc.api.model.Quantities.Type
-
The profile width of the component.
- ProfileType - Enum in com.solibri.smc.api.model.profile
-
Represents the different types of profile for a component.
- ProgressBar - Interface in com.solibri.smc.api.ui
-
Progressbar is a visible progress bar in the software.
- project(Vector2d) - Method in interface com.solibri.geometry.primitive2d.Line2d
-
Returns the projection of the given point onto this line.
- project(Vector3d) - Method in interface com.solibri.geometry.linearalgebra.Vector3d
-
Returns an orthogonal projection of this vector on the given vector if it exists.
- project(Vector3d) - Method in interface com.solibri.geometry.primitive3d.Plane
-
Projects the given point onto this plane performing an orthogonal projection.
- project(Vector3d, Vector3d) - Method in interface com.solibri.geometry.primitive3d.Plane
-
Projects the given point onto this plane in the direction of the given direction vector.
- Project - Interface in com.solibri.smc.api.model.components
-
Represents project of a building.
- Project - Interface in com.solibri.smc.api.project
-
Service for accessing info regarding project (.smc) file.
- PROJECT - Enum constant in enum com.solibri.smc.api.model.ComponentType
- Project.Industry - Enum in com.solibri.smc.api.project
-
Industry associated with the project.
- Project.SaveStatus - Enum in com.solibri.smc.api.project
-
Statuses of project file.
- PROJECTION_ELEMENT - Enum constant in enum com.solibri.smc.api.model.ComponentType
- projectionOnXYPlaneDistance(Vector3d) - Method in interface com.solibri.smc.api.model.Component
-
Returns the 2d distance between the projections of this
Component
and point on the XY-plane, if it exists. - projectionOnXYPlaneDistance(Component) - Method in interface com.solibri.smc.api.model.Component
-
Returns the 2d distance between the projections of this
Component
and another on the XY-plane, if it exists. - ProjectNotOpenException - Exception in com.solibri.smc.api.model
-
An exception that is thrown when there is no project opened and checking api is called.
- ProjectNotOpenException(String) - Constructor for exception com.solibri.smc.api.model.ProjectNotOpenException
-
Constructs a new
ProjectNotOpenException
with the specified message. - Property<T> - Interface in com.solibri.smc.api.model
-
Represents a Property of a PropertySet in a
Component
. - PropertyReference - Interface in com.solibri.smc.api.model
-
This interface represents a reference to a property.
- PropertyReferenceParameter - Interface in com.solibri.smc.api.checking
-
Rule parameter that is used for specifying references to properties (see
PropertyReference
). - PropertySet - Interface in com.solibri.smc.api.model
-
Represents a Property Set of a
Component
. - PropertyType - Enum in com.solibri.smc.api.model
-
Represents the data type of a property.
- propertyValueEquals(PropertyReference, T) - Static method in interface com.solibri.smc.api.filter.ComponentFilter
-
Returns a filter that accepts components when the specified property has a specified target value.
- propertyValueMatches(PropertyReference, Predicate<Optional<T>>) - Static method in interface com.solibri.smc.api.filter.ComponentFilter
-
Returns a filter that accepts components when the specified component's property value matches the given predicate.
- PROTECTIVE_DEVICE - Enum constant in enum com.solibri.smc.api.model.ComponentType
- PROTECTIVE_DEVICE_TRIPPING_UNIT - Enum constant in enum com.solibri.smc.api.model.ComponentType
- PROVIDES - Enum constant in enum com.solibri.smc.api.model.Relation.Type
-
Defines a general containment relation from a component to the provided component.
- ProxySettings - Interface in com.solibri.smc.api.settings.proxy
-
Returns information about the proxy settings in the software.
- PUMP - Enum constant in enum com.solibri.smc.api.model.ComponentType
Q
- Quantities - Interface in com.solibri.smc.api.model
-
Provides access to the quantities of a
Component
. - Quantities.Type - Enum in com.solibri.smc.api.model
-
Specifies the type of the quantity.
R
- RAIL - Enum constant in enum com.solibri.smc.api.model.ComponentType
- RAILING - Enum constant in enum com.solibri.smc.api.model.ComponentType
- RAILWAY - Enum constant in enum com.solibri.smc.api.model.ComponentType
- RAILWAY_PART - Enum constant in enum com.solibri.smc.api.model.ComponentType
- Ramp - Interface in com.solibri.smc.api.model.components
-
The Ramp interface provides geometric information about the ramp shape.
- RAMP - Enum constant in enum com.solibri.smc.api.model.ComponentType
- RampElement - Interface in com.solibri.smc.api.model.components
-
Represents an element that occurs as a part of ramp, for example, a flight or a landing.
- RampFlight - Interface in com.solibri.smc.api.model.components
-
The RampFlight interface provides geometric information about the ramp flight shape.
- Ray2d - Interface in com.solibri.geometry.primitive2d
-
Read-only interface to handle 2-dimensional rays.
- Ray3d - Interface in com.solibri.geometry.primitive3d
-
Read-only interface to handle 3-dimensional rays.
- RayIntersectionFilter - Interface in com.solibri.smc.api.filter
-
Filter that accepts components whose axis-aligned bounding box (AABB) intersects the ray defined in this filter.
- RECTANGLE_HOLLOW_PROFILE - Enum constant in enum com.solibri.smc.api.model.profile.ParametricProfileType
- RECTANGLE_PROFILE - Enum constant in enum com.solibri.smc.api.model.profile.ParametricProfileType
- Rectangle2d - Interface in com.solibri.geometry.primitive2d
-
Read-only interface for handling rectangles in the XY-plane.
- Rectangle3d - Interface in com.solibri.geometry.primitive3d
-
Read-only interface for handling rectangles in 3-dimensional space.
- RectangleHollowProfile - Interface in com.solibri.smc.api.model.profile
-
Represents the Rectangle hollow shaped profile of a component.
- RectangleProfile - Interface in com.solibri.smc.api.model.profile
-
Represents the Rectangle shaped profile of a component.
- REINFORCED_SOIL - Enum constant in enum com.solibri.smc.api.model.ComponentType
- REINFORCING_BAR - Enum constant in enum com.solibri.smc.api.model.ComponentType
- REINFORCING_ELEMENT - Enum constant in enum com.solibri.smc.api.model.ComponentType
- REINFORCING_MESH - Enum constant in enum com.solibri.smc.api.model.ComponentType
- REJECTED - Enum constant in enum com.solibri.smc.api.checking.Decision
-
Rejected decision.
- Relation - Interface in com.solibri.smc.api.model
-
Represents a relation between components.
- Relation.Direction - Enum in com.solibri.smc.api.model
-
Specifies the direction of a relation.
- Relation.Type - Enum in com.solibri.smc.api.model
-
Represents the types of supported relations.
- removeComment(Comment) - Method in interface com.solibri.smc.api.communication.Slide
-
Removes the given comment from this slide.
- removeComment(Comment) - Method in interface com.solibri.smc.api.communication.Viewpoint
-
Removes the given comment from this viewpoint.
- removeComponent(Component) - Method in interface com.solibri.smc.api.communication.Slide
-
Remove the given component from the components of this slide.
- removeExternalID(UUID) - Method in interface com.solibri.smc.api.communication.Comment
-
Remove an id this comment has in some external system.
- removeExternalID(UUID) - Method in interface com.solibri.smc.api.communication.Slide
-
Remove an id this slide has in some external system.
- removeExternalID(UUID) - Method in interface com.solibri.smc.api.communication.Viewpoint
-
Remove an id this viewpoint has in some external system.
- removeHoles() - Method in interface com.solibri.geometry.primitive2d.MArea
-
Removes the holes from this area.
- removeSlide(Slide) - Method in interface com.solibri.smc.api.communication.Presentation
-
Removes the given slide from this presentation.
- removeSlideModifiedListener(SlideModifiedListener) - Method in interface com.solibri.smc.api.internal.listeners.Listeners
-
Remove slide modification listener.
- removeViewpoint(Viewpoint) - Method in interface com.solibri.smc.api.communication.Slide
-
Removes the given viewpoint from this slide.
- reset() - Method in interface com.solibri.geometry.primitive2d.MArea
-
Removes all of the geometry from this area and restores it to an empty area.
- resize(double) - Method in interface com.solibri.geometry.primitive2d.MAABB2d
-
Resizes this bounding box by the given value.
- resize(double) - Method in interface com.solibri.geometry.primitive2d.MArea
-
Resizes the area with the given offset value.
- resize(double) - Method in interface com.solibri.geometry.primitive2d.MPolygon2d
-
Resizes this polygon by the given amount.
- resize(double) - Method in interface com.solibri.geometry.primitive2d.MRectangle2d
-
Resizes the rectangle by the given amount by adding the resize amount as tolerance to each side of the rectangle.
- resize(double) - Method in interface com.solibri.geometry.primitive3d.MAABB3d
-
Resizes this bounding box by the given value.
- resize(double) - Method in interface com.solibri.geometry.primitive3d.MRectangle3d
-
Resizes the rectangle by the given amount by adding the resize amount as tolerance to each side of the rectangle.
- resize(double, boolean) - Method in interface com.solibri.geometry.primitive2d.MArea
-
Resizes the area with the given offset value.
- resize2d(double) - Method in interface com.solibri.geometry.primitive2d.MSegment2d
-
Resizes the segment by the given amount by adding the resize amount as tolerance to each side of the segment.
- resize3d(double) - Method in interface com.solibri.geometry.primitive3d.MSegment3d
-
Resizes the segment by the given amount by adding the resize amount as tolerance to each side of the segment.
- responsibilitiesModified(List<Slide>) - Method in interface com.solibri.smc.api.internal.listeners.SlideModifiedListener
-
Called when responsibilities of the given slides are modified.
- Result - Interface in com.solibri.smc.api.checking
-
This interface defines a result.
- RESULT_SUMMARY_VIEW - Static variable in interface com.solibri.smc.api.ui.views.InternalViews
-
The checking result summary view.
- ResultCategory - Interface in com.solibri.smc.api.checking
-
This interface defines a result category.
- ResultFactory - Interface in com.solibri.smc.api.checking
-
Provides a way to create checking results and result categories.
- REVOLVING - Enum constant in enum com.solibri.smc.api.model.components.Door.OperationType
-
Revolving door.
- REVOLVING_VERTICAL - Enum constant in enum com.solibri.smc.api.model.components.Door.OperationType
-
Door that revolves vertically.
- RIGHT - Enum constant in enum com.solibri.smc.api.model.components.Door.OperationType.OpeningSide
- RIGHT - Enum constant in enum com.solibri.smc.api.model.components.Handrail.Side
- ROAD - Enum constant in enum com.solibri.smc.api.model.ComponentType
- ROAD_PART - Enum constant in enum com.solibri.smc.api.model.ComponentType
- ROLLINGUP - Enum constant in enum com.solibri.smc.api.model.components.Door.OperationType
-
Door that opens by rolling up.
- ROOF - Enum constant in enum com.solibri.smc.api.model.ComponentType
- ROOFING - Enum constant in enum com.solibri.smc.api.model.components.Covering.Type
-
Represents a roof covering.
- ROUNDED_RECTANGLE_PROFILE - Enum constant in enum com.solibri.smc.api.model.profile.ParametricProfileType
- RoundedRectangleProfile - Interface in com.solibri.smc.api.model.profile
-
Represents the rounded Rectangle shaped profile of a component.
- Rule - Interface in com.solibri.smc.api.checking
-
The interface for rules.
- RuleParameter<T> - Interface in com.solibri.smc.api.checking
-
This class defines a rule parameter.
- RuleParameterCustomUi - Interface in com.solibri.smc.api.ui
-
A custom UI for rule parameters.
- RuleParameters - Interface in com.solibri.smc.api.checking
-
Allow to handle the creation of checking parameters for a Rule.
- RuleResources - Interface in com.solibri.smc.api.checking
-
Represents the resources of a rule.
- Ruleset - Interface in com.solibri.smc.api.checking
-
Ruleset is a named collection of rules and possibly other rulesets.
- RULESETS_VIEW - Static variable in interface com.solibri.smc.api.ui.views.InternalViews
-
The checking ruleset definition view.
- runChecking(boolean) - Method in interface com.solibri.smc.api.checking.Checking
-
Runs checking and returns the checking results.
S
- sample(int) - Method in interface com.solibri.geometry.primitive2d.Segment2d
-
Samples the given amount of points from the segment.
- sample(int) - Method in interface com.solibri.geometry.primitive3d.Segment3d
-
Samples the given amount of points from the segment.
- SANITARY_TERMINAL - Enum constant in enum com.solibri.smc.api.model.ComponentType
- SAVED - Enum constant in enum com.solibri.smc.api.project.Project.SaveStatus
- saveModel(Path) - Static method in class com.solibri.smc.api.SMC
-
Saves a Solibri model/project to given path.
- scale(double) - Method in interface com.solibri.geometry.linearalgebra.Vector2d
-
Returns a copy of this vector scaled by the given scalar.
- scale(double) - Method in interface com.solibri.geometry.linearalgebra.Vector3d
-
Returns a copy of this vector scaled by the given scalar.
- scale(double) - Method in interface com.solibri.geometry.primitive2d.MArea
-
Scales the area with the given value.
- scaleInPlace(double) - Method in interface com.solibri.geometry.linearalgebra.MVector2d
-
Multiplies this vector in place by the given scalar.
- scaleInPlace(double) - Method in interface com.solibri.geometry.linearalgebra.MVector3d
-
Scales this vector in place by the given scalar.
- Score - Interface in com.solibri.smc.api.checking
-
Score provides a metric to measure project coverage and checking coverage.
- Segment2d - Interface in com.solibri.geometry.primitive2d
-
Read-only interface for handling segments in the XY-plane.
- Segment3d - Interface in com.solibri.geometry.primitive3d
-
Read-only interface for handling segments in 3-dimensional space.
- select(ComponentFilter) - Method in interface com.solibri.smc.api.checking.ComponentSelector
-
Select for checking the components that satisfy the specified filter.
- SELECTED - Enum constant in enum com.solibri.smc.api.issues.BcfScope
- SELECTION_VIEW - Static variable in interface com.solibri.smc.api.ui.views.InternalViews
-
The selection basket view.
- SelectionBasket - Interface in com.solibri.smc.api.selectionbasket
-
An interface for handling the selection basket.
- SENSOR - Enum constant in enum com.solibri.smc.api.model.ComponentType
- SERVES - Enum constant in enum com.solibri.smc.api.model.Relation.Type
-
Defines a relation between a system and the site or building that it serves.
- set(double, double) - Method in interface com.solibri.geometry.linearalgebra.MVector2d
-
Sets the X and Y components of this vector to the given values.
- set(double, double, double) - Method in interface com.solibri.geometry.linearalgebra.MVector3d
-
Sets the value of this vector to the given values.
- set(Matrix4d) - Method in interface com.solibri.geometry.linearalgebra.MMatrix4d
-
Sets the values of this matrix to the values of the given matrix.
- set(Vector2d) - Method in interface com.solibri.geometry.linearalgebra.MVector2d
-
Sets the X and Y components of this vector to the values of the given vector.
- set(Vector2d, Vector2d) - Method in interface com.solibri.geometry.primitive2d.MAABB2d
-
Sets the given bounds to this bounding box.
- set(Vector2d, Vector2d) - Method in interface com.solibri.geometry.primitive2d.MLine2d
-
Sets the start and end points of this line.
- set(Vector2d, Vector2d) - Method in interface com.solibri.geometry.primitive2d.MSegment2d
-
Sets the start and end points of this Segment.
- set(Vector3d) - Method in interface com.solibri.geometry.linearalgebra.MVector3d
-
Sets the value of this vector to the value of the given vector.
- set(Vector3d, Vector3d) - Method in interface com.solibri.geometry.primitive3d.MAABB3d
-
Sets the given bounds to this bounding box.
- set(Vector3d, Vector3d) - Method in interface com.solibri.geometry.primitive3d.MLine3d
-
Sets the start and end points of this line.
- set(Vector3d, Vector3d) - Method in interface com.solibri.geometry.primitive3d.MSegment3d
-
Sets the start and end points of this Segment.
- set(Collection<Component>) - Method in interface com.solibri.smc.api.selectionbasket.SelectionBasket
-
Sets the components to the selection basket.
- setAuthor(String) - Method in interface com.solibri.smc.api.communication.Comment
-
Sets the author of this comment.
- setBorderType(BorderType) - Method in interface com.solibri.smc.api.ui.UIContainer
-
Sets the border type of this container.
- setByDoubleArray(double[]) - Method in interface com.solibri.geometry.linearalgebra.MMatrix4d
-
Sets the matrix values to the values given in the numbers array.
- setCameraState(CameraState) - Method in interface com.solibri.smc.api.communication.Viewpoint
-
Sets the camera state to this viewpoint.
- setCameraState(CameraState) - Method in interface com.solibri.smc.api.threed.ThreeD
-
Sets the given
CameraState
to the 3D view. - setColumn(int, double, double, double, double) - Method in interface com.solibri.geometry.linearalgebra.MMatrix4d
-
Sets the specified column of this matrix to the four values provided.
- setColumn(int, Vector3d) - Method in interface com.solibri.geometry.linearalgebra.MMatrix4d
-
Sets the specified column with the x,y,z values received from the vector.
- setComponents(Set<Component>) - Method in interface com.solibri.smc.api.communication.Slide
-
Sets the given components as components of this slide.
- setCoordinationValues(BCFCoordinationValues) - Method in interface com.solibri.smc.api.bcflive.BcfApi
-
Sets the BCF coordination values that are available in the Slide's coordination editor.
- setCreationDate(LocalDateTime) - Method in interface com.solibri.smc.api.communication.Comment
-
Set the creation date of this comment.
- setDecision(Decision) - Method in interface com.solibri.smc.api.checking.Result
-
Sets the
Decision
for this result. - setDecision(Decision) - Method in interface com.solibri.smc.api.checking.ResultCategory
-
Sets the
Decision
for all results in this ResultCategory. - setDescription(String) - Method in interface com.solibri.smc.api.communication.Slide
-
Sets the description of this slide.
- setDirection(Vector2d) - Method in interface com.solibri.geometry.primitive2d.MRay2d
-
Sets the direction of this ray.
- setDirection(Vector3d) - Method in interface com.solibri.geometry.primitive3d.MRay3d
-
Sets the direction of this ray.
- setDueDate(LocalDate) - Method in interface com.solibri.smc.api.communication.Slide
-
Sets the due date for this slide.
- setEditable(boolean) - Method in interface com.solibri.smc.api.ui.RuleParameterCustomUi
-
This method is called when the UI should be made editable/un-editable.
- setEnabler(UIComponent) - Method in interface com.solibri.smc.api.ui.UIComponent
-
Sets this UIComponent to follow the enabled state of enabler.
- setEndPoint(Vector2d) - Method in interface com.solibri.geometry.primitive2d.MLine2d
-
Sets the end point of this line to the value of the given point.
- setEndPoint(Vector2d) - Method in interface com.solibri.geometry.primitive2d.MSegment2d
-
Sets the end point of this Segment to the value of the given point.
- setEndPoint(Vector3d) - Method in interface com.solibri.geometry.primitive3d.MLine3d
-
Sets the end point of this line to the value of the given point.
- setEndPoint(Vector3d) - Method in interface com.solibri.geometry.primitive3d.MSegment3d
-
Sets the end point of this Segment to the value of the given point.
- setEuler(Vector3d) - Method in interface com.solibri.geometry.linearalgebra.MMatrix4d
-
Sets the rotational component (upper 3x3) of this transform to the rotation matrix converted from the Euler angles provided; the other non-rotational elements are set as if this were an identity matrix.
- setFirstPoint(Vector2d) - Method in interface com.solibri.geometry.primitive2d.MTriangle2d
-
Sets the first point of this triangle to the value of the given point.
- setFirstPoint(Vector3d) - Method in interface com.solibri.geometry.primitive3d.MTriangle3d
-
Sets the first point of this triangle to the value of the given point.
- setHasLocalChanges(boolean) - Method in interface com.solibri.smc.api.communication.Slide
-
Set whether this local slide has local-only changes that are not in sync with some remote.
- setIdentity() - Method in interface com.solibri.geometry.linearalgebra.MMatrix4d
-
Sets this matrix to an identity matrix.
- setImage(BufferedImage) - Method in interface com.solibri.smc.api.communication.Viewpoint
-
Sets the image to this viewpoint.
- setImagePngBytes(byte[]) - Method in interface com.solibri.smc.api.communication.Viewpoint
-
Sets the image from given bytes.
- setIndustry(Project.Industry) - Method in interface com.solibri.smc.api.project.Project
-
Set the
Project.Industry
of the project. - setLabels(Set<String>) - Method in interface com.solibri.smc.api.communication.Slide
-
Sets the labels to this slide.
- setLocation(Vector3d) - Method in interface com.solibri.smc.api.threed.Camera
-
Sets the location of the camera.
- setLowerBound(Vector2d) - Method in interface com.solibri.geometry.primitive2d.MAABB2d
-
Sets the lower bound of this bounding box to the given value.
- setLowerBound(Vector3d) - Method in interface com.solibri.geometry.primitive3d.MAABB3d
-
Sets the lower bound of this bounding box to the given value.
- setM00(double) - Method in interface com.solibri.geometry.linearalgebra.MMatrix4d
-
Set the first element of the first row in the matrix.
- setM01(double) - Method in interface com.solibri.geometry.linearalgebra.MMatrix4d
-
Set the second element of the first row in the matrix.
- setM02(double) - Method in interface com.solibri.geometry.linearalgebra.MMatrix4d
-
Set the third element of the first row in the matrix.
- setM03(double) - Method in interface com.solibri.geometry.linearalgebra.MMatrix4d
-
Set the fourth element of the first row in the matrix.
- setM10(double) - Method in interface com.solibri.geometry.linearalgebra.MMatrix4d
-
Sets the first value of the second row in the matrix.
- setM11(double) - Method in interface com.solibri.geometry.linearalgebra.MMatrix4d
-
Sets the second value of the second row in the matrix.
- setM12(double) - Method in interface com.solibri.geometry.linearalgebra.MMatrix4d
-
Sets the third value of the second row in the matrix.
- setM13(double) - Method in interface com.solibri.geometry.linearalgebra.MMatrix4d
-
Sets the fourth value of the second row in the matrix.
- setM20(double) - Method in interface com.solibri.geometry.linearalgebra.MMatrix4d
-
Sets the first value of the third row in the matrix.
- setM21(double) - Method in interface com.solibri.geometry.linearalgebra.MMatrix4d
-
Sets the second value of the third row in the matrix.
- setM22(double) - Method in interface com.solibri.geometry.linearalgebra.MMatrix4d
-
Sets the third value of the third row in the matrix.
- setM23(double) - Method in interface com.solibri.geometry.linearalgebra.MMatrix4d
-
Sets the fourth value of the third row in the matrix.
- setM30(double) - Method in interface com.solibri.geometry.linearalgebra.MMatrix4d
-
Sets the first value of the fourth row in the matrix.
- setM31(double) - Method in interface com.solibri.geometry.linearalgebra.MMatrix4d
-
Sets the second value of the fourth row in the matrix.
- setM32(double) - Method in interface com.solibri.geometry.linearalgebra.MMatrix4d
-
Sets the third value of the fourth row in the matrix.
- setM33(double) - Method in interface com.solibri.geometry.linearalgebra.MMatrix4d
-
Sets the fourth value of the fourth row in the matrix.
- setMetadata(Map<String, String>) - Method in interface com.solibri.smc.api.model.MModel
-
Set the metadata for the model.
- setModifiedTimeInExternalSystem(OffsetDateTime) - Method in interface com.solibri.smc.api.communication.Slide
-
Set the modified time in some external system.
- setNormal(Vector3d) - Method in interface com.solibri.geometry.primitive3d.MPlane
-
Sets the plane normal vector to the given vector.
- setOrigin(Vector2d) - Method in interface com.solibri.geometry.primitive2d.MRay2d
-
Sets the origin of this ray.
- setOrigin(Vector3d) - Method in interface com.solibri.geometry.primitive3d.MRay3d
-
Sets the origin of this ray.
- setPoint(Vector3d) - Method in interface com.solibri.geometry.primitive3d.MPlane
-
Sets the plane point to the given point.
- setPoints(Vector2d, Vector2d, Vector2d) - Method in interface com.solibri.geometry.primitive2d.MTriangle2d
-
Sets the given points to the triangle.
- setPoints(Vector3d, Vector3d, Vector3d) - Method in interface com.solibri.geometry.primitive3d.MTriangle3d
-
Sets the given points to the triangle.
- setPoints(List<? extends Vector2d>) - Method in interface com.solibri.geometry.primitive2d.MRectangle2d
-
Sets the given points to the rectangle.
- setPoints(List<? extends Vector3d>) - Method in interface com.solibri.geometry.primitive3d.MRectangle3d
-
Sets the given points to the rectangle.
- setPriority(String) - Method in interface com.solibri.smc.api.communication.Slide
-
Sets the priority of this slide.
- setResponsibilities(List<String>) - Method in interface com.solibri.smc.api.communication.Slide
-
Sets the list of responsible persons to this slide.
- setRotation(Vector3d, Vector3d, Vector3d) - Method in interface com.solibri.geometry.linearalgebra.MMatrix4d
-
Sets the rotation (and scaling) based on the vectors given.
- setRotationX(double) - Method in interface com.solibri.geometry.linearalgebra.MMatrix4d
-
Sets the rotation about the X axis of this matrix.
- setRotationY(double) - Method in interface com.solibri.geometry.linearalgebra.MMatrix4d
-
Sets the rotation about the Y axis of this matrix.
- setRotationZ(double) - Method in interface com.solibri.geometry.linearalgebra.MMatrix4d
-
Sets the rotation about the Z axis of this matrix.
- setScale(double) - Method in interface com.solibri.geometry.linearalgebra.MMatrix4d
-
Sets the scale component of the current matrix by factoring out the current scale (by doing an SVD) from the rotational component and multiplying by the new scale.
- setSecondPoint(Vector2d) - Method in interface com.solibri.geometry.primitive2d.MTriangle2d
-
Sets the second point of this triangle to the value of the given point.
- setSecondPoint(Vector3d) - Method in interface com.solibri.geometry.primitive3d.MTriangle3d
-
Sets the second point of this triangle to the value of the given point.
- setSlide(Slide) - Method in interface com.solibri.smc.api.checking.Result
-
Deprecated.
- setSlide(Slide) - Method in interface com.solibri.smc.api.checking.ResultCategory
-
Sets the related
Slide
for this result category and returns the possible previous related slide. - setStage(String) - Method in interface com.solibri.smc.api.communication.Slide
-
Sets the stage of slide in issue management workflow.
- setStartPoint(Vector2d) - Method in interface com.solibri.geometry.primitive2d.MLine2d
-
Sets the starting point of this line to the value of the given point.
- setStartPoint(Vector2d) - Method in interface com.solibri.geometry.primitive2d.MSegment2d
-
Sets the starting point of this Segment to the value of the given point.
- setStartPoint(Vector3d) - Method in interface com.solibri.geometry.primitive3d.MLine3d
-
Sets the starting point of this line to the value of the given point.
- setStartPoint(Vector3d) - Method in interface com.solibri.geometry.primitive3d.MSegment3d
-
Sets the starting point of this Segment to the value of the given point.
- setStatus(String) - Method in interface com.solibri.smc.api.communication.Slide
-
Sets the status of this slide.
- setStringValue(String) - Method in interface com.solibri.smc.api.info.InformationParameter
-
Sets the value of this information parameter from String.
- setText(String) - Method in interface com.solibri.smc.api.communication.Comment
-
Updates this comment with given text if the author of the comment is current user.
- setThirdPoint(Vector2d) - Method in interface com.solibri.geometry.primitive2d.MTriangle2d
-
Sets the third point of this triangle to the value of the given point.
- setThirdPoint(Vector3d) - Method in interface com.solibri.geometry.primitive3d.MTriangle3d
-
Sets the third point of this triangle to the value of the given point.
- Setting<T> - Interface in com.solibri.smc.api.settings
-
Setting defines a setting for the application. 3rd party developers can implement this interface to be able to have their custom settings visible in the UI, usable in their other 3rd party components, such as
View
s and handled automatically by Solibri. - SettingDialog - Interface in com.solibri.smc.api.settings
-
SettingDialog defines a custom dialog for custom settings.
- SettingGroup - Interface in com.solibri.smc.api.settings
-
SettingGroup defines a setting group for the application. 3rd party developers can implement this interface to be able to have their custom settings visible grouped in the UI.
- Settings - Interface in com.solibri.smc.api.settings
-
Settings provides access to the settings of the software.
- setTitle(String) - Method in interface com.solibri.smc.api.communication.Slide
-
Sets the title of this slide.
- setTitle(String) - Method in interface com.solibri.smc.api.ui.UIContainer
-
Sets the title of this container.
- setTrackingIdPrefix(String) - Method in interface com.solibri.smc.api.communication.Presentation
-
Sets the tracking id prefix of the presentation.
- setTranslation(Vector3d) - Method in interface com.solibri.geometry.linearalgebra.MMatrix4d
-
Sets the translation component of this matrix based on a vector.
- setType(String) - Method in interface com.solibri.smc.api.communication.Slide
-
Sets the type of this slide.
- setUpperBound(Vector2d) - Method in interface com.solibri.geometry.primitive2d.MAABB2d
-
Sets the upper bound of this bounding box to the given value.
- setUpperBound(Vector3d) - Method in interface com.solibri.geometry.primitive3d.MAABB3d
-
Sets the upper bound of this bounding box to the given value.
- setUpVector(Vector3d) - Method in interface com.solibri.smc.api.threed.Camera
-
Sets the upwards vector to the given vector.
- setValue(Boolean) - Method in class com.solibri.smc.api.settings.BooleanSetting
- setValue(Double) - Method in class com.solibri.smc.api.settings.DoubleSetting
- setValue(Integer) - Method in class com.solibri.smc.api.settings.IntegerSetting
- setValue(String) - Method in class com.solibri.smc.api.settings.StringSetting
- setValue(T) - Method in interface com.solibri.smc.api.checking.RuleParameter
-
Set value for a parameter.
- setValue(T) - Method in interface com.solibri.smc.api.info.InformationParameter
-
Sets the value of this information parameter.
- setValue(T) - Method in interface com.solibri.smc.api.settings.Setting
-
Sets the value of the setting.
- setVisibleComponents(Collection<Component>) - Method in interface com.solibri.smc.api.visualization.Visualization
-
Sets visible components that are shown with original color.
- setVisualization(Visualization) - Method in interface com.solibri.smc.api.communication.Viewpoint
-
Sets the
Visualization
to this viewpoint. - setVisualization(Visualization) - Method in interface com.solibri.smc.api.threed.ThreeD
-
Sets the given
Visualization
to the 3D view. - setX(double) - Method in interface com.solibri.geometry.linearalgebra.MVector2d
-
Sets the X component of this vector.
- setX(double) - Method in interface com.solibri.geometry.linearalgebra.MVector3d
-
Sets the X component of this vector.
- setY(double) - Method in interface com.solibri.geometry.linearalgebra.MVector2d
-
Sets the Y component of this vector.
- setY(double) - Method in interface com.solibri.geometry.linearalgebra.MVector3d
-
Sets the Y component of this vector.
- setZ(double) - Method in interface com.solibri.geometry.linearalgebra.MVector3d
-
Sets the Z component of this vector.
- Severity - Enum in com.solibri.smc.api.checking
-
This enumeration defines the possible severities that an issue can have.
- SHADING_DEVICE - Enum constant in enum com.solibri.smc.api.model.ComponentType
- shortest2dPathInXYPlaneProjectionTo(Vector3d) - Method in interface com.solibri.geometry.mesh.TriangleMesh
-
Returns the shortest 2D path from the projection of this
TriangleMesh
to the projection of a point in the XY-plane, if such path exists. - shortest2dPathInXYPlaneProjectionTo(TriangleMesh) - Method in interface com.solibri.geometry.mesh.TriangleMesh
-
Returns the shortest 2D path from the projection of this
TriangleMesh
to the projection of anotherTriangleMesh
in the XY-plane, if such path exists. - shortestHorizontalPathTo(Vector3d) - Method in interface com.solibri.geometry.mesh.TriangleMesh
-
Returns the shortest horizontal path from this
TriangleMesh
to a point, if such path exists. - shortestHorizontalPathTo(TriangleMesh) - Method in interface com.solibri.geometry.mesh.TriangleMesh
-
Returns the shortest horizontal path from this
TriangleMesh
to another, if such path exists. - shortestPathTo(Vector3d) - Method in interface com.solibri.geometry.mesh.TriangleMesh
-
Returns the shortest path from this
TriangleMesh
to a given point, if such path exists. - shortestPathTo(TriangleMesh) - Method in interface com.solibri.geometry.mesh.TriangleMesh
-
Returns the shortest path from this
TriangleMesh
to another, if such path exists. - shortestSegmentBetween(Segment2d) - Method in interface com.solibri.geometry.primitive2d.Segment2d
-
Returns the shortest segment from this segment to the given segment in the XY-plane.
- shortestSegmentBetween(Segment3d) - Method in interface com.solibri.geometry.primitive3d.Segment3d
-
Returns the shortest segment from this Segment to Segment b.
- shortestSegmentTo(Polygon2d) - Method in interface com.solibri.geometry.primitive2d.Polygon2d
-
Returns the shortest segment between this polygon and the given polygon.
- shortestVerticalPathTo(Vector3d) - Method in interface com.solibri.geometry.mesh.TriangleMesh
-
Returns the shortest vertical path from this
TriangleMesh
to a point, if such path exists. - shortestVerticalPathTo(TriangleMesh) - Method in interface com.solibri.geometry.mesh.TriangleMesh
-
Returns the shortest vertical path from this
TriangleMesh
to another, if such path exists. - shouldBeLoaded() - Method in interface com.solibri.smc.api.ui.View
-
If true, the view will be loaded when the software starts.
- show() - Method in interface com.solibri.smc.api.ui.views.checkingresults.HyperlinkColumn
-
Shows this column in the UI.
- show() - Method in interface com.solibri.smc.api.ui.views.checkingresults.MainColumn
-
Shows this column in the UI.
- show() - Method in interface com.solibri.smc.api.ui.views.checkingresults.ViewpointColumn
-
Shows this column in the UI.
- showComponent(Component) - Method in interface com.solibri.smc.api.threed.ThreeD
-
Unhides the given component from the 3D view.
- showCustomColumn(String) - Method in interface com.solibri.smc.api.ui.views.checkingresults.CheckingResultsView
-
Shows the custom column with the given unique id.
- showInfo(Component) - Method in interface com.solibri.smc.api.info.InfoDisplayer
-
Shows info of the component in the Info view (User Interface).
- shutdown() - Static method in class com.solibri.smc.api.SMC
-
Shuts the application down normally, possibly asking the user for confirmation, for example, if the model has unsaved changes.
- shutdownNow() - Static method in class com.solibri.smc.api.SMC
-
Shuts the application down without asking any questions.
- SIGN - Enum constant in enum com.solibri.smc.api.model.ComponentType
- SIGNAL - Enum constant in enum com.solibri.smc.api.model.ComponentType
- signedDistance(Vector3d) - Method in interface com.solibri.geometry.primitive3d.Plane
-
Calculates the signed distance of this plane from the given point.
- signedDistance(Vector3d, Vector3d) - Method in interface com.solibri.geometry.primitive3d.Plane
-
Calculates the signed distance of this plane from the given point with some direction vector.
- signoff(BCFServer) - Method in interface com.solibri.smc.api.bcflive.BcfApi
-
Disconnects the given server.
- simplify(double) - Method in interface com.solibri.geometry.primitive2d.MPolygon2d
-
Simplifies this polygon by replacing closely grouped vertices with a single vertex.
- SINGLE_SWING_LEFT - Enum constant in enum com.solibri.smc.api.model.components.Door.OperationType
-
Door with one panel and the hinge on the left side.
- SINGLE_SWING_RIGHT - Enum constant in enum com.solibri.smc.api.model.components.Door.OperationType
-
Door with one panel and the hinge on the right side.
- Site - Interface in com.solibri.smc.api.model
-
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.
- SITE - Enum constant in enum com.solibri.smc.api.model.ComponentType
- SITE - Enum constant in enum com.solibri.smc.api.Product
- SKIN_AREA - Enum constant in enum com.solibri.smc.api.model.Quantities.Type
-
The skin area of the component.
- SLAB - Enum constant in enum com.solibri.smc.api.model.ComponentType
- SLEEVING - Enum constant in enum com.solibri.smc.api.model.components.Covering.Type
-
Used to isolate a distribution element from a space in which it is contained.
- Slide - Interface in com.solibri.smc.api.communication
-
Slide represents a single issue slide created manually or from other sources that is intended to be communicated outside the software.
- SlideModifiedListener - Interface in com.solibri.smc.api.internal.listeners
-
Listener to listen to modifications in
Slide
. - slideRemoved(Slide) - Method in interface com.solibri.smc.api.internal.listeners.SlideModifiedListener
-
This method is called when slide is removed.
- SLIDING_TO_LEFT - Enum constant in enum com.solibri.smc.api.model.components.Door.OperationType
-
Door with one sliding panel.
- SLIDING_TO_RIGHT - Enum constant in enum com.solibri.smc.api.model.components.Door.OperationType
-
Door with one sliding panel.
- SMC - Class in com.solibri.smc.api
-
The SMC is used to access different Solibri services.
- Socks4Proxy - Interface in com.solibri.smc.api.settings.proxy
-
Socks4Proxy returns information about the SOCKS V4 proxy that has been configured.
- SOLAR_DEVICE - Enum constant in enum com.solibri.smc.api.model.ComponentType
- SOLID - Enum constant in enum com.solibri.smc.api.visualization.Lines.LinePattern
-
Solid lines with no pattern.
- SOLID_ANGLE - Enum constant in enum com.solibri.smc.api.model.PropertyType
- Space - Interface in com.solibri.smc.api.model.components
-
Space entity represents spaces in IFC models (IfcSpace).
- SPACE - Enum constant in enum com.solibri.smc.api.model.ComponentType
- SPACE_BOUNDARY - Enum constant in enum com.solibri.smc.api.model.ComponentType
- SPACE_HEATER - Enum constant in enum com.solibri.smc.api.model.ComponentType
- SpaceBoundary - Interface in com.solibri.smc.api.model.components
-
The
SpaceBoundary
interface provides information about the space boundary. - SpaceBoundary.Type - Enum in com.solibri.smc.api.model.components
-
The type of the space boundary.
- SPATIAL_ZONE - Enum constant in enum com.solibri.smc.api.model.ComponentType
- SpatialElement - Interface in com.solibri.smc.api.model
-
Represents a spatial component in the data model.
- Split - Interface in com.solibri.smc.api.layout
-
Split describes a splitting of the UI space for different LayoutViews.
- Split.Orientation - Enum in com.solibri.smc.api.layout
-
Orientation describes the direction the space is split.
- STACK_TERMINAL - Enum constant in enum com.solibri.smc.api.model.ComponentType
- stageModified(List<Slide>) - Method in interface com.solibri.smc.api.internal.listeners.SlideModifiedListener
-
Called when stage of the given slides is modified.
- Stair - Interface in com.solibri.smc.api.model.components
-
The Stair interface provides geometric information about the stair shape.
- STAIR - Enum constant in enum com.solibri.smc.api.model.ComponentType
- StairElement - Interface in com.solibri.smc.api.model.components
-
The StairElement interface provides geometric information about the stair element shape.
- StairFlight - Interface in com.solibri.smc.api.model.components
-
The StairFlight interface provides geometric information about the stair flight shape.
- StairStep - Interface in com.solibri.smc.api.model.components
-
The StairStep interface provides 2D geometric information about the top stair step shape.
- statusModified(List<Slide>) - Method in interface com.solibri.smc.api.internal.listeners.SlideModifiedListener
-
Called when status of the given slides is modified.
- STRING - Enum constant in enum com.solibri.smc.api.model.PropertyType
- StringInformationParameter - Interface in com.solibri.smc.api.info
-
String parameter.
- StringParameter - Interface in com.solibri.smc.api.checking
-
String parameter.
- StringSetting - Class in com.solibri.smc.api.settings
-
The intended base class for String valued custom settings.
- StringSetting() - Constructor for class com.solibri.smc.api.settings.StringSetting
- subtract(Matrix4d) - Method in interface com.solibri.geometry.linearalgebra.Matrix4d
-
Returns a copy of this matrix after calculating the difference between this matrix and the given matrix.
- subtract(Vector2d) - Method in interface com.solibri.geometry.linearalgebra.Vector2d
-
Returns the difference of this vector and the given vector.
- subtract(Vector3d) - Method in interface com.solibri.geometry.linearalgebra.Vector3d
-
Returns the difference between this vector and the given vector.
- subtract(Area) - Method in interface com.solibri.geometry.primitive2d.MArea
-
Subtracts the shape of the specified area from the shape of this area.
- subtractInPlace(Matrix4d) - Method in interface com.solibri.geometry.linearalgebra.MMatrix4d
-
Sets the value of this matrix to the matrix difference of itself and the given matrix.
- subtractInPlace(Vector2d) - Method in interface com.solibri.geometry.linearalgebra.MVector2d
-
Subtracts in place the given vector from this vector.
- subtractInPlace(Vector3d) - Method in interface com.solibri.geometry.linearalgebra.MVector3d
-
Subtracts the given vector from this vector.
- SURFACE_FEATURE - Enum constant in enum com.solibri.smc.api.model.ComponentType
- SWING_FIXED_LEFT - Enum constant in enum com.solibri.smc.api.model.components.Door.OperationType
-
Door with one panel that opens (swings) to the left and one fixed panel.
- SWING_FIXED_RIGHT - Enum constant in enum com.solibri.smc.api.model.components.Door.OperationType
-
Door with one panel that opens (swings) to the right and one fixed panel.
- SWITCHING_DEVICE - Enum constant in enum com.solibri.smc.api.model.ComponentType
- switchToLayout(String) - Method in interface com.solibri.smc.api.layout.Layouts
-
Switches to the layout with the given name.
- SYSTEM - Enum constant in enum com.solibri.smc.api.model.ComponentType
- SYSTEM_FURNITURE_ELEMENT - Enum constant in enum com.solibri.smc.api.model.ComponentType
T
- T_BEAM - Enum constant in enum com.solibri.smc.api.model.components.Beam.Type
-
A T-shape beam that forms part of a slab construction.
- T_PROFILE - Enum constant in enum com.solibri.smc.api.model.profile.ParametricProfileType
- TableParameter - Interface in com.solibri.smc.api.checking
-
Table parameter.
- TANK - Enum constant in enum com.solibri.smc.api.model.ComponentType
- TENDON - Enum constant in enum com.solibri.smc.api.model.ComponentType
- TENDON_ANCHOR - Enum constant in enum com.solibri.smc.api.model.ComponentType
- TENDON_CONDUIT - Enum constant in enum com.solibri.smc.api.model.ComponentType
- Text - Interface in com.solibri.smc.api.visualization
-
Visualization item for visualizing text.
- THICKNESS - Enum constant in enum com.solibri.smc.api.model.Quantities.Type
-
The thickness of the component.
- ThreeD - Interface in com.solibri.smc.api.threed
-
This interface provides all 3D view related functionality such as reading and modifying the image present.
- THREED_VIEW - Static variable in interface com.solibri.smc.api.ui.views.InternalViews
-
The 3D view.
- TIME - Enum constant in enum com.solibri.smc.api.model.PropertyType
- titleModified(List<Slide>) - Method in interface com.solibri.smc.api.internal.listeners.SlideModifiedListener
-
Called when title of the given slides is modified.
- to2dVector() - Method in interface com.solibri.geometry.linearalgebra.Vector3d
-
Returns this vector projected onto the XY-plane.
- to2dVectors(List<? extends Vector3d>) - Static method in interface com.solibri.geometry.linearalgebra.MVector2d
-
Returns the vectors in the given list projected to the XY-plane.
- to2dVectors(List<? extends Vector3d>) - Static method in interface com.solibri.geometry.linearalgebra.Vector2d
-
Returns the vectors in the given list projected to the XY-plane.
- to3dVector() - Method in interface com.solibri.geometry.linearalgebra.Vector2d
-
Returns a new 3-dimensional vector with the X and Y components of this vector and the Z-component set to 0.
- to3dVectors(List<? extends Vector2d>) - Static method in interface com.solibri.geometry.linearalgebra.MVector3d
-
Returns a list of 3-dimensional vectors with the X and Y components from the given vectors and the Z component set to 0.
- toArea() - Method in interface com.solibri.geometry.primitive2d.Polygon2d
-
Returns this polygon as an
MArea
object. - toJson() - Method in interface com.solibri.smc.api.checking.Ruleset
- toPointCollection() - Method in interface com.solibri.geometry.mesh.TriangleMesh
-
Returns a new collection containing all the vertices of all the triangles in this
TriangleMesh
. - toString() - Method in enum com.solibri.smc.api.model.IfcImplementationLevel
-
Overridden to return the textual value of the implementation level.
- toString() - Method in enum com.solibri.smc.api.Product
-
Overridden to return the product name.
- toTriangleCollection() - Method in interface com.solibri.geometry.mesh.TriangleMesh
-
Returns a new collection containing the triangles in this
TriangleMesh
. - TProfile - Interface in com.solibri.smc.api.model.profile
-
Represents the T-shaped profile of a component.
- TRACK_ELEMENT - Enum constant in enum com.solibri.smc.api.model.ComponentType
- transform(Matrix4d) - Method in interface com.solibri.geometry.mesh.TriangleMesh
-
Returns a new
TriangleMesh
composed of all the triangles of thisTriangleMesh
transformed by the given transformation matrix. - transform(Matrix4d) - Method in interface com.solibri.geometry.primitive3d.MPolygon3d
-
Transforms this polygon using the given matrix.
- transform(Matrix4d) - Method in interface com.solibri.smc.api.model.MModel
-
Transform the model with the given transformation matrix.
- transform(Vector3d) - Method in interface com.solibri.geometry.linearalgebra.Matrix4d
-
Returns a copy of the given vector transformed by this matrix.
- transform(Collection<? extends Vector3d>) - Method in interface com.solibri.geometry.linearalgebra.Matrix4d
-
Transforms the points with the transformation matrix.
- transform(Function<Triangle3d, Triangle3d>) - Method in interface com.solibri.geometry.mesh.TriangleMesh
-
Returns a new
TriangleMesh
composed of all the triangles of thisTriangleMesh
transformed according to the given mapping function. - TRANSFORMER - Enum constant in enum com.solibri.smc.api.model.ComponentType
- transformNormal(Vector3d) - Method in interface com.solibri.geometry.linearalgebra.Matrix4d
-
Transforms the normal of this matrix by getting the normals of the inputed parameter.
- translate(Vector2d) - Method in interface com.solibri.geometry.primitive2d.MAABB2d
-
Translates this bounding box by the given vector.
- translate(Vector2d) - Method in interface com.solibri.geometry.primitive2d.MPolygon2d
-
Translates the polygon by the given vector in the XY-plane.
- translate(Vector3d) - Method in interface com.solibri.geometry.primitive3d.MAABB3d
-
Translates this bounding box by the given vector.
- translate(Vector3d) - Method in interface com.solibri.geometry.primitive3d.MPolygon3d
-
Translates this polygon by the given vector.
- TRANSPORT_ELEMENT - Enum constant in enum com.solibri.smc.api.model.ComponentType
- TRANSPORTATION_DEVICE - Enum constant in enum com.solibri.smc.api.model.ComponentType
- transpose() - Method in interface com.solibri.geometry.linearalgebra.MMatrix4d
-
Transposes this matrix.
- TRAPEZIUM_PROFILE - Enum constant in enum com.solibri.smc.api.model.profile.ParametricProfileType
- TrapeziumProfile - Interface in com.solibri.smc.api.model.profile
-
Represents the Trapezium shaped profile of a component.
- Triangle2d - Interface in com.solibri.geometry.primitive2d
-
Read-only interface for 2-dimensional triangles.
- Triangle3d - Interface in com.solibri.geometry.primitive3d
-
Read-only interface for 3-dimensional triangles.
- TriangleMesh - Interface in com.solibri.geometry.mesh
-
Represents a mesh made of triangles.
- Triangulation - Class in com.solibri.geometry.algorithms
-
Provides methods for triangulating polygons.
- TUBE_BUNDLE - Enum constant in enum com.solibri.smc.api.model.ComponentType
- typeModified(List<Slide>) - Method in interface com.solibri.smc.api.internal.listeners.SlideModifiedListener
-
Called when type of the given slides is modified.
U
- U_PROFILE - Enum constant in enum com.solibri.smc.api.model.profile.ParametricProfileType
- UIComponent - Interface in com.solibri.smc.api.ui
-
Common interface for rule parameter UI components.
- UIContainer - Interface in com.solibri.smc.api.ui
-
Interface for UIComponent containers.
- UIContainerHorizontal - Interface in com.solibri.smc.api.ui
-
Container that contains UI components in horizontal layout.
- UIContainerVertical - Interface in com.solibri.smc.api.ui
-
Container that contains UI components in vertical layout.
- UIImage - Interface in com.solibri.smc.api.ui
-
Class for defining an image in a UI.
- UILabel - Interface in com.solibri.smc.api.ui
-
Class that defines a simple text label in a UI.
- UIRadioButtonPanel - Interface in com.solibri.smc.api.ui
-
Interface that defines a radio button panel in the UI.
- UIRadioButtonPanelHorizontal - Interface in com.solibri.smc.api.ui
-
Class that defines a radio button panel with horizontal layout.
- UIRadioButtonPanelVertical - Interface in com.solibri.smc.api.ui
-
Class that defines a radio button panel with vertical layout.
- UIRuleParameter - Interface in com.solibri.smc.api.ui
-
Defines the UI component for a rule parameter.
- UNDEFINED - Enum constant in enum com.solibri.smc.api.checking.Decision
-
Undefined decision.
- UNDEFINED - Enum constant in enum com.solibri.smc.api.model.components.Door.OperationType.OpeningSide
- UNDEFINED - Enum constant in enum com.solibri.smc.api.model.components.Door.OperationType
-
Deprecated.Use
Door.OperationType.NOTDEFINED
instead. - UNDEFINED - Enum constant in enum com.solibri.smc.api.model.components.Handrail.Side
- UNDEFINED - Enum constant in enum com.solibri.smc.api.project.Project.Industry
-
Industry is not defined.
- UNDOCKED - Enum constant in enum com.solibri.smc.api.layout.LayoutView.State
- union(TriangleMesh) - Method in interface com.solibri.geometry.mesh.TriangleMesh
-
Returns the union of this triangle mesh and the given triangle mesh.
- UNIT_X - Static variable in interface com.solibri.geometry.linearalgebra.Vector2d
-
The vector (1, 0).
- UNIT_X - Static variable in interface com.solibri.geometry.linearalgebra.Vector3d
-
The vector (1, 0, 0).
- UNIT_Y - Static variable in interface com.solibri.geometry.linearalgebra.Vector2d
-
The vector (0, 1).
- UNIT_Y - Static variable in interface com.solibri.geometry.linearalgebra.Vector3d
-
The vector (0, 1, 0).
- UNIT_Z - Static variable in interface com.solibri.geometry.linearalgebra.Vector3d
-
The vector (0, 0, 1).
- UNITARY_CONTROL_ELEMENT - Enum constant in enum com.solibri.smc.api.model.ComponentType
- UNITARY_EQUIPMENT - Enum constant in enum com.solibri.smc.api.model.ComponentType
- UnitSettings - Interface in com.solibri.smc.api.settings
-
UnitSettings provides access to unit settings of the software.
- UNKNOWN - Enum constant in enum com.solibri.smc.api.model.ComponentType
- UNKNOWN - Enum constant in enum com.solibri.smc.api.model.PropertyType
- UNSAVED - Enum constant in enum com.solibri.smc.api.project.Project.SaveStatus
- update(Layout, List<Split>) - Method in interface com.solibri.smc.api.layout.LayoutUpdater
-
Updates the given layout in place by replacing its contents with the new splits.
- updateIFCModel(UUID, InputStream) - Method in interface com.solibri.smc.api.model.Models
-
Completely updates the IFC model specified by the UUID.
- UProfile - Interface in com.solibri.smc.api.model.profile
-
Represents the U-shaped profile of a component.
- User - Interface in com.solibri.smc.api.user
-
User can be used to access information about the current user using the software.
- USER_DEFINED_RELATIONS_VIEW - Static variable in interface com.solibri.smc.api.ui.views.InternalViews
-
The user-defined relations view.
- USERDEFINED - Enum constant in enum com.solibri.smc.api.model.components.Beam.Type
-
User-defined linear beam element.
- USERDEFINED - Enum constant in enum com.solibri.smc.api.model.components.Covering.Type
-
User-defined covering element.
- USERDEFINED - Enum constant in enum com.solibri.smc.api.model.components.Door.OperationType
-
Operation of door is specified by user.
V
- V1_0 - Enum constant in enum com.solibri.smc.api.issues.BcfVersion
- V2_0 - Enum constant in enum com.solibri.smc.api.issues.BcfVersion
- V2_1 - Enum constant in enum com.solibri.smc.api.issues.BcfVersion
- V3_0 - Enum constant in enum com.solibri.smc.api.issues.BcfVersion
- valueOf(String) - Static method in enum com.solibri.smc.api.checking.Checking.State
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.solibri.smc.api.checking.Decision
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.solibri.smc.api.checking.Severity
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.solibri.smc.api.ifc.IfcEntityType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.solibri.smc.api.ifc.IfcSchema
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.solibri.smc.api.issues.BcfScope
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.solibri.smc.api.issues.BcfVersion
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.solibri.smc.api.layout.LayoutView.State
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.solibri.smc.api.layout.Split.Orientation
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.solibri.smc.api.model.ComponentGeometryType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.solibri.smc.api.model.components.Beam.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.solibri.smc.api.model.components.Covering.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.solibri.smc.api.model.components.Door.OperationType.OpeningSide
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.solibri.smc.api.model.components.Door.OperationType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.solibri.smc.api.model.components.Handrail.Side
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.solibri.smc.api.model.components.SpaceBoundary.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.solibri.smc.api.model.ComponentType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.solibri.smc.api.model.IfcImplementationLevel
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.solibri.smc.api.model.profile.ParametricProfileType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.solibri.smc.api.model.profile.ProfileType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.solibri.smc.api.model.PropertyType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.solibri.smc.api.model.Quantities.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.solibri.smc.api.model.Relation.Direction
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.solibri.smc.api.model.Relation.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.solibri.smc.api.Product
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.solibri.smc.api.project.Project.Industry
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.solibri.smc.api.project.Project.SaveStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.solibri.smc.api.ui.BorderType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.solibri.smc.api.visualization.Lines.LinePattern
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.solibri.smc.api.checking.Checking.State
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.solibri.smc.api.checking.Decision
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.solibri.smc.api.checking.Severity
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.solibri.smc.api.ifc.IfcEntityType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.solibri.smc.api.ifc.IfcSchema
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.solibri.smc.api.issues.BcfScope
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.solibri.smc.api.issues.BcfVersion
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.solibri.smc.api.layout.LayoutView.State
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.solibri.smc.api.layout.Split.Orientation
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.solibri.smc.api.model.ComponentGeometryType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.solibri.smc.api.model.components.Beam.Type
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.solibri.smc.api.model.components.Covering.Type
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.solibri.smc.api.model.components.Door.OperationType.OpeningSide
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.solibri.smc.api.model.components.Door.OperationType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.solibri.smc.api.model.components.Handrail.Side
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.solibri.smc.api.model.components.SpaceBoundary.Type
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.solibri.smc.api.model.ComponentType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.solibri.smc.api.model.IfcImplementationLevel
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.solibri.smc.api.model.profile.ParametricProfileType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.solibri.smc.api.model.profile.ProfileType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.solibri.smc.api.model.PropertyType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.solibri.smc.api.model.Quantities.Type
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.solibri.smc.api.model.Relation.Direction
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.solibri.smc.api.model.Relation.Type
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.solibri.smc.api.Product
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.solibri.smc.api.project.Project.Industry
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.solibri.smc.api.project.Project.SaveStatus
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.solibri.smc.api.ui.BorderType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.solibri.smc.api.visualization.Lines.LinePattern
-
Returns an array containing the constants of this enum type, in the order they are declared.
- VALVE - Enum constant in enum com.solibri.smc.api.model.ComponentType
- Vector2d - Interface in com.solibri.geometry.linearalgebra
-
Read-only interface for handling vectors in the XY-plane.
- Vector3d - Interface in com.solibri.geometry.linearalgebra
-
Read-only interface for 3-dimensional vectors.
- VEHICLE - Enum constant in enum com.solibri.smc.api.model.ComponentType
- VERTICAL - Enum constant in enum com.solibri.smc.api.layout.Split.Orientation
- verticalDistance(Vector3d) - Method in interface com.solibri.smc.api.model.Component
-
Returns the vertical distance between the surface of this
Component
and a point, if it exists. - verticalDistance(Component) - Method in interface com.solibri.smc.api.model.Component
-
Returns the vertical distance between the surfaces of this
Component
and another, if it exists. - VIBRATION_DAMPER - Enum constant in enum com.solibri.smc.api.model.ComponentType
- VIBRATION_ISOLATOR - Enum constant in enum com.solibri.smc.api.model.ComponentType
- View - Interface in com.solibri.smc.api.ui
-
A View defines a custom view that can be shown in the software.
- Viewpoint - Interface in com.solibri.smc.api.communication
-
Viewpoint represents a point of view about a situation in a model.
- viewpointAdded(Slide, Viewpoint) - Method in interface com.solibri.smc.api.internal.listeners.SlideModifiedListener
-
Called when viewpoint is added to the given slide.
- ViewpointColumn - Interface in com.solibri.smc.api.ui.views.checkingresults
-
ViewpointColumn represents the third column of the table.
- viewpointRemoved(Slide, String) - Method in interface com.solibri.smc.api.internal.listeners.SlideModifiedListener
-
Called when viewpoint is removed from the given slide.
- viewpointUpdated(Slide, Viewpoint) - Method in interface com.solibri.smc.api.internal.listeners.SlideModifiedListener
-
Called when the given viewpoint is updated.
- VIRTUAL - Enum constant in enum com.solibri.smc.api.model.components.SpaceBoundary.Type
-
The virtual space boundary.
- VIRTUAL_ELEMENT - Enum constant in enum com.solibri.smc.api.model.ComponentType
- Visualization - Interface in com.solibri.smc.api.visualization
-
Visualization to visualize results of a rule.
- VisualizationItem<T extends VisualizationItem<T>> - Interface in com.solibri.smc.api.visualization
-
Represents a visualization item with color.
- VOIDING_FEATURE - Enum constant in enum com.solibri.smc.api.model.ComponentType
- VOIDS - Enum constant in enum com.solibri.smc.api.model.Relation.Type
-
Defines a relation between an opening and an element into which it creates a void.
- VOLUME - Enum constant in enum com.solibri.smc.api.model.PropertyType
- VOLUME - Enum constant in enum com.solibri.smc.api.model.Quantities.Type
-
The volume of the component.
- VolumeFormat - Interface in com.solibri.smc.api.settings.formats
-
PercentageFormat allows formatting volumes consistently and based on the user settings.
W
- Wall - Interface in com.solibri.smc.api.model.components
-
Wall entity represents walls in IFC models.
- WALL - Enum constant in enum com.solibri.smc.api.model.ComponentType
- WASTE_TERMINAL - Enum constant in enum com.solibri.smc.api.model.ComponentType
- WIDTH - Enum constant in enum com.solibri.smc.api.model.Quantities.Type
-
The width of the component.
- Window - Interface in com.solibri.smc.api.model.components
-
Window entity represents windows in IFC models (IfcWindow).
- WINDOW - Enum constant in enum com.solibri.smc.api.model.ComponentType
- withCategories(Collection<? extends ResultCategory>) - Method in interface com.solibri.smc.api.checking.Result
-
Deprecated.This method is deprecated as only one category can be assigned to a result.
Use
Result.withCategory(ResultCategory)
instead. - withCategory(ResultCategory) - Method in interface com.solibri.smc.api.checking.Result
-
Returns a copy of this result but assigned to the specified category.
- withColor(ARGBColor) - Method in interface com.solibri.smc.api.visualization.VisualizationItem
-
Returns a copy of this visualization item with the specified color.
- withCustomUniqueKey(String) - Method in interface com.solibri.smc.api.checking.Result
-
Returns a copy of this result with the unique key identifying it replaced by a custom one.
- withInvolvedComponent(Component) - Method in interface com.solibri.smc.api.checking.Result
-
Returns a copy of this result with the specified involved component added.
- withInvolvedComponents(Collection<? extends Component>) - Method in interface com.solibri.smc.api.checking.Result
-
Returns a copy of this result with the specified involved component added.
- withLocation(String) - Method in interface com.solibri.smc.api.checking.Result
-
Returns a copy of this result with a descriptive location information.
- withPolygon(Polygon3d) - Method in interface com.solibri.geometry.mesh.TriangleMesh
-
Returns a new
TriangleMesh
composed of thisTriangleMesh
and an additional polygon. - withPolygons(Collection<? extends Polygon3d>) - Method in interface com.solibri.geometry.mesh.TriangleMesh
-
Returns a new
TriangleMesh
composed of thisTriangleMesh
and additional polygons. - withReplacedVisualization(Consumer<Visualization>) - Method in interface com.solibri.smc.api.checking.Result
-
Returns a copy of this result with the specified visualization creator replacing the default one and any other previously set.
- withSeverity(Severity) - Method in interface com.solibri.smc.api.checking.Result
-
Returns a copy of this result with the specified severity.
- withTriangle(Triangle3d) - Method in interface com.solibri.geometry.mesh.TriangleMesh
-
Returns a new
TriangleMesh
composed of thisTriangleMesh
and an additional triangle. - withTriangles(Collection<? extends Triangle3d>) - Method in interface com.solibri.geometry.mesh.TriangleMesh
-
Returns a new
TriangleMesh
composed of thisTriangleMesh
and additional triangles. - withVisualization(Consumer<Visualization>) - Method in interface com.solibri.smc.api.checking.Result
-
Returns a copy of this result with the specified visualization creator added.
- WRAPPING - Enum constant in enum com.solibri.smc.api.model.components.Covering.Type
-
Used for wrapping particularly of distribution elements using tape.
Z
- Z_PROFILE - Enum constant in enum com.solibri.smc.api.model.profile.ParametricProfileType
- ZERO - Static variable in interface com.solibri.geometry.linearalgebra.Vector2d
-
The vector (0, 0).
- ZERO - Static variable in interface com.solibri.geometry.linearalgebra.Vector3d
-
The vector (0, 0, 0).
- Zone - Interface in com.solibri.smc.api.model
-
A zone is an aggregation of spaces, partial spaces or other zones.
- ZONE - Enum constant in enum com.solibri.smc.api.model.ComponentType
- ZProfile - Interface in com.solibri.smc.api.model.profile
-
Represents the Z-shaped profile of a component.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
Use
Result.getCategory()
instead.