A B C D E F G H I J L M N O P Q R S T U V W Z
All Classes All Packages
All Classes All Packages
All Classes All Packages
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.
- 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 - com.solibri.smc.api.model.ComponentType
- AIR_TERMINAL_BOX - com.solibri.smc.api.model.ComponentType
- AIR_TO_AIR_HEAT_RECOVERY - 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 - 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 - com.solibri.smc.api.Product
- ARBITRARY - 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.
- Area - Interface in com.solibri.geometry.primitive2d
-
Read-only interface for handling areas in XY-plane.
- AREA - com.solibri.smc.api.model.PropertyType
- AREA - com.solibri.smc.api.model.Quantities.Type
-
The area of the component.
- AREA_OF_DOORS - com.solibri.smc.api.model.Quantities.Type
-
The area of the doors related to the component.
- AREA_OF_OPENINGS - com.solibri.smc.api.model.Quantities.Type
-
The area of the openings related to the component.
- AREA_OF_WINDOWS - com.solibri.smc.api.model.Quantities.Type
-
The area of the windows related to the component.
- 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.
- ASSEMBLY - com.solibri.smc.api.model.ComponentType
- ASYMMETRIC_I_PROFILE - com.solibri.smc.api.model.profile.ParametricProfileType
- AsymmetricIProfile - Interface in com.solibri.smc.api.model.profile
-
Represents the Asymmetric I Profile of a component.
- authenticate(BCFServer) - Method in interface com.solibri.smc.api.bcflive.BcfApi
-
Connects and Authenticates the given
BCFServer
.
B
- BACKWARD - 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 - com.solibri.smc.api.model.components.Beam.Type
-
A standard beam usually used horizontally.
- BEAM - com.solibri.smc.api.model.ComponentType
- Beam.Type - Enum in com.solibri.smc.api.model.components
-
Represents the different types of beams.
- Bitmap - Interface in com.solibri.smc.api.visualization
-
Visualization item for visualizing bitmap.
- BOILER - com.solibri.smc.api.model.ComponentType
- BOOLEAN - com.solibri.smc.api.model.PropertyType
- 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.
- BOTH - com.solibri.smc.api.model.components.Door.OperationType.OpeningSide
- BOTH - 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 - com.solibri.smc.api.model.Quantities.Type
-
The bottom area of the component.
- BOUNDED_BY - 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.
- 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 - com.solibri.smc.api.model.ComponentType
- BUILDING_ELEMENT_PART - com.solibri.smc.api.model.ComponentType
- BuildingStorey - Interface in com.solibri.smc.api.model.components
-
Represents a storey (floor) in a building.
C
- C_PROFILE - com.solibri.smc.api.model.profile.ParametricProfileType
- CABLE - com.solibri.smc.api.model.ComponentType
- CABLE_CARRIER - com.solibri.smc.api.model.ComponentType
- CABLE_CARRIER_FITTING - 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 - com.solibri.smc.api.checking.Checking.State
- CEILING - com.solibri.smc.api.model.components.Covering.Type
-
Represents a ceiling.
- CEILING - 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 - 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.
- 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 - 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 - com.solibri.smc.api.model.profile.ParametricProfileType
- CIRCLE_PROFILE - 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.
- CLADDING - 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.
- 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 - com.solibri.smc.api.model.ComponentType
- COLUMN - 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, String) - Method in interface com.solibri.smc.api.internal.listeners.SlideModifiedListener
-
This method is called, when comment of a slide is removed.
- COMPARTMENT - 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. - 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 - 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 - 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 - com.solibri.smc.api.model.ComponentType
- CONNECTED_TO - com.solibri.smc.api.model.Relation.Type
-
Defines a relation from a port to an element.
- CONNECTS - com.solibri.smc.api.model.Relation.Type
-
Defines a relation between connected elements.
- CONNECTS_PATH_ELEMENTS - com.solibri.smc.api.model.Relation.Type
-
Defines a relation between two elements, which have a path information.
- 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.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(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 - com.solibri.smc.api.model.Relation.Type
-
Defines a relation between a spatial level and a component.
- CONTAINS_REFERENCED - 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.
- ConvexHull - Class in com.solibri.geometry.algorithms
-
Provides methods for computing the convex hull of different geometrical shapes.
- COOLED_BEAM - com.solibri.smc.api.model.ComponentType
- COOLING_TOWER - com.solibri.smc.api.model.ComponentType
- Covering - Interface in com.solibri.smc.api.model.components
-
Represents coverings in IFC models (IfcCovering).
- COVERING - com.solibri.smc.api.model.ComponentType
- Covering.Type - Enum in com.solibri.smc.api.model.components
-
Represents the different types of coverings.
- COVERS_ELEMENTS - 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 - com.solibri.smc.api.model.profile.ParametricProfileType
- CRANE_RAIL_F_PROFILE - 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.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.
- 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.
- 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.
- 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.
- 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 - 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.
- CURTAIN_WALL - 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 - com.solibri.smc.api.model.ComponentType
- DASH - com.solibri.smc.api.visualization.Lines.LinePattern
-
Dashed lines.
- DASH_DOT - com.solibri.smc.api.visualization.Lines.LinePattern
-
Dashed-dotted lines.
- DATE - com.solibri.smc.api.model.PropertyType
- DATE_TIME - com.solibri.smc.api.model.PropertyType
- DECOMPOSES - com.solibri.smc.api.model.Relation.Type
-
Defines a decomposition or composition relation between components depending on the direction of the relation.
- DEFINES_BY_TYPE - 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 - com.solibri.smc.api.model.Quantities.Type
-
The diameter of the component.
- dihedralAngle(Plane) - Method in interface com.solibri.geometry.primitive3d.Plane
-
Calculates the dihedral angle between this plane and the given plane.
- DISCRETE_ACCESSORY - 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_CHAMBER_ELEMENT - com.solibri.smc.api.model.ComponentType
- DISTRIBUTION_ELEMENT - com.solibri.smc.api.model.ComponentType
- DISTRIBUTION_FLOW_ELEMENT - com.solibri.smc.api.model.ComponentType
- DOCKED - com.solibri.smc.api.layout.LayoutView.State
- Door - Interface in com.solibri.smc.api.model.components
-
Door entity represents doors in IFC models.
- DOOR - 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 - 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 - com.solibri.smc.api.model.PropertyType
- DOUBLE_DOOR_DOUBLE_SWING - com.solibri.smc.api.model.components.Door.OperationType
-
Door with two panels that swing in both directions.
- DOUBLE_DOOR_FOLDING - com.solibri.smc.api.model.components.Door.OperationType
-
Door with two folding panels.
- DOUBLE_DOOR_SINGLE_SWING - com.solibri.smc.api.model.components.Door.OperationType
-
Door with two panels that open in the same direction.
- DOUBLE_DOOR_SINGLE_SWING_OPPOSITE_LEFT - com.solibri.smc.api.model.components.Door.OperationType
-
Door with two panels that swing in opposite directions.
- DOUBLE_DOOR_SINGLE_SWING_OPPOSITE_RIGHT - com.solibri.smc.api.model.components.Door.OperationType
-
Door with two panels that swing in opposite directions.
- DOUBLE_DOOR_SLIDING - com.solibri.smc.api.model.components.Door.OperationType
-
Door with two sliding panels.
- DOUBLE_SWING_LEFT - com.solibri.smc.api.model.components.Door.OperationType
-
Door with one panel that swings in both directions.
- DOUBLE_SWING_RIGHT - com.solibri.smc.api.model.components.Door.OperationType
-
Door with one panel that swings in both directions.
- 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 - com.solibri.smc.api.model.ComponentType
- DUCT_FITTING - com.solibri.smc.api.model.ComponentType
- DUCT_SILENCER - 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
- 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 - com.solibri.smc.api.model.ComponentType
- ELECTRIC_DISTRIBUTION_POINT - com.solibri.smc.api.model.ComponentType
- ELECTRIC_FLOW_STORAGE_DEVICE - com.solibri.smc.api.model.ComponentType
- ELECTRIC_GENERATOR - com.solibri.smc.api.model.ComponentType
- ELECTRIC_HEATER - com.solibri.smc.api.model.ComponentType
- ELECTRIC_MOTOR - com.solibri.smc.api.model.ComponentType
- ELECTRIC_TIME_CONTROL - com.solibri.smc.api.model.ComponentType
- ELLIPSE_PROFILE - 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 - com.solibri.smc.api.model.ComponentType
- 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 - com.solibri.smc.api.model.ComponentType
- EVAPORATOR - 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.
F
- 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 - com.solibri.smc.api.model.ComponentType
- FASTENER - com.solibri.smc.api.model.ComponentType
- FILLS - 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 - 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 - com.solibri.smc.api.model.ComponentType
- FIRE_SUPPRESSION_TERMINAL - 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 - com.solibri.smc.api.model.ComponentType
- FLOORING - com.solibri.smc.api.model.components.Covering.Type
-
Represents a flooring.
- FLOW_CONTROLLER - com.solibri.smc.api.model.ComponentType
- FLOW_FITTING - com.solibri.smc.api.model.ComponentType
- FLOW_METER - com.solibri.smc.api.model.ComponentType
- FLOW_MOVING_DEVICE - com.solibri.smc.api.model.ComponentType
- FLOW_SEGMENT - com.solibri.smc.api.model.ComponentType
- FLOW_STORAGE_DEVICE - com.solibri.smc.api.model.ComponentType
- FLOW_TERMINAL - com.solibri.smc.api.model.ComponentType
- FLOW_TREATMENT_DEVICE - com.solibri.smc.api.model.ComponentType
- FOLDING_TO_LEFT - com.solibri.smc.api.model.components.Door.OperationType
-
Door with one folding panel.
- FOLDING_TO_RIGHT - com.solibri.smc.api.model.components.Door.OperationType
-
Door with one folding panel.
- FOOTING - 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 - com.solibri.smc.api.model.Relation.Direction
-
The direction of the relation is from a specified component to another component.
- FRAME_LENGTH - 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 - com.solibri.smc.api.model.ComponentType
G
- GAS_TERMINAL - com.solibri.smc.api.model.ComponentType
- GeneralSettings - Interface in com.solibri.smc.api.settings
-
GeneralSettings provides access to general settings of the software.
- 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.
- 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).
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.This method is deprecated as only one category may belong to a result.
Use
Result.getCategory()
instead. - getCategory() - Method in interface com.solibri.smc.api.checking.Result
-
Returns the category this result belongs to.
- 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.
- 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.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.
- 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. - 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() - Static method in class com.solibri.smc.api.SMC
-
Returns the current user using this application.
- 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.
- 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.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.
- 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. - 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.
- 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.
- 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.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.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.PercentageFormat
-
Returns the internal
NumberFormat
. - 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.
- 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.
- 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.
- 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.
- getIfcEntityType() - Method in interface com.solibri.smc.api.model.Component
-
Returns the matching IFC entity type is the component 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.
- 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.
- getInformationAsString(Component) - Method in interface com.solibri.smc.api.info.Information
-
Show the information as a
String
. - 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.
- 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.
- 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.
- 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.
- 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 ITO.
- 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 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.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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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(String) - Method in interface com.solibri.smc.api.model.Component
-
Returns the property sets of this component with the given name.
- getPropertyType() - Method in interface com.solibri.smc.api.checking.DoubleParameter
-
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.
- 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.
- 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.
- 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.
- 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.
- getTimeFormat() - Method in interface com.solibri.smc.api.settings.UnitSettings
-
Returns the formatter for time-only formatting.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.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 ITO.
- 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.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.
- 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 - com.solibri.smc.api.model.ComponentType
- GROSS_AREA - 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 - 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.
- 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 - com.solibri.smc.api.model.ComponentType
- HEIGHT - com.solibri.smc.api.model.Quantities.Type
-
The height of the component.
- HIDDEN - 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 - 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 - 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 - com.solibri.smc.api.model.profile.ParametricProfileType
- IDENTITY - Static variable in interface com.solibri.geometry.linearalgebra.Matrix4d
-
Returns a new identity matrix.
- IDLE - com.solibri.smc.api.checking.Checking.State
- Ifc2DCompositeCurve - com.solibri.smc.api.ifc.IfcEntityType
- IfcAbsorbedDoseMeasure - com.solibri.smc.api.ifc.IfcEntityType
- IfcAccelerationMeasure - com.solibri.smc.api.ifc.IfcEntityType
- IfcActionRequest - com.solibri.smc.api.ifc.IfcEntityType
- IfcActionRequestTypeEnum - com.solibri.smc.api.ifc.IfcEntityType
- IfcActionSourceTypeEnum - com.solibri.smc.api.ifc.IfcEntityType
- IfcActionTypeEnum - com.solibri.smc.api.ifc.IfcEntityType
- IfcActor - com.solibri.smc.api.ifc.IfcEntityType
- IfcActorRole - com.solibri.smc.api.ifc.IfcEntityType
- IfcActorSelect - com.solibri.smc.api.ifc.IfcEntityType
- IfcActuator - com.solibri.smc.api.ifc.IfcEntityType
- IfcActuatorType - com.solibri.smc.api.ifc.IfcEntityType
- IfcActuatorTypeEnum - com.solibri.smc.api.ifc.IfcEntityType
- IfcAddress - com.solibri.smc.api.ifc.IfcEntityType
- IfcAddressTypeEnum - com.solibri.smc.api.ifc.IfcEntityType
- IfcAdvancedBrep - com.solibri.smc.api.ifc.IfcEntityType
- IfcAdvancedBrepWithVoids - com.solibri.smc.api.ifc.IfcEntityType
- IfcAdvancedFace - com.solibri.smc.api.ifc.IfcEntityType
- IfcAirTerminal - com.solibri.smc.api.ifc.IfcEntityType
- IfcAirTerminalBox - com.solibri.smc.api.ifc.IfcEntityType
- IfcAirTerminalBoxType - com.solibri.smc.api.ifc.IfcEntityType
- IfcAirTerminalBoxTypeEnum - com.solibri.smc.api.ifc.IfcEntityType
- IfcAirTerminalType - com.solibri.smc.api.ifc.IfcEntityType
- IfcAirTerminalTypeEnum - com.solibri.smc.api.ifc.IfcEntityType
- IfcAirToAirHeatRecovery - com.solibri.smc.api.ifc.IfcEntityType
- IfcAirToAirHeatRecoveryType - com.solibri.smc.api.ifc.IfcEntityType
- IfcAirToAirHeatRecoveryTypeEnum - com.solibri.smc.api.ifc.IfcEntityType
- IfcAlarm - com.solibri.smc.api.ifc.IfcEntityType
- IfcAlarmType - com.solibri.smc.api.ifc.IfcEntityType
- IfcAlarmTypeEnum - com.solibri.smc.api.ifc.IfcEntityType
- IfcAlignment - com.solibri.smc.api.ifc.IfcEntityType
- IfcAlignment2DHorizontal - com.solibri.smc.api.ifc.IfcEntityType
- IfcAlignment2DHorizontalSegment - com.solibri.smc.api.ifc.IfcEntityType
- IfcAlignment2DSegment - com.solibri.smc.api.ifc.IfcEntityType
- IfcAlignment2DVerSegCircularArc - com.solibri.smc.api.ifc.IfcEntityType
- IfcAlignment2DVerSegLine - com.solibri.smc.api.ifc.IfcEntityType
- IfcAlignment2DVerSegParabolicArc - com.solibri.smc.api.ifc.IfcEntityType
- IfcAlignment2DVertical - com.solibri.smc.api.ifc.IfcEntityType
- IfcAlignment2DVerticalSegment - com.solibri.smc.api.ifc.IfcEntityType
- IfcAlignmentCurve - com.solibri.smc.api.ifc.IfcEntityType
- IfcAlignmentTypeEnum - com.solibri.smc.api.ifc.IfcEntityType
- IfcAmountOfSubstanceMeasure - com.solibri.smc.api.ifc.IfcEntityType
- IfcAnalysisModelTypeEnum - com.solibri.smc.api.ifc.IfcEntityType
- IfcAnalysisTheoryTypeEnum - com.solibri.smc.api.ifc.IfcEntityType
- IfcAngularDimension - com.solibri.smc.api.ifc.IfcEntityType
- IfcAngularVelocityMeasure - com.solibri.smc.api.ifc.IfcEntityType
- IfcAnnotation - com.solibri.smc.api.ifc.IfcEntityType
- IfcAnnotationCurveOccurrence - com.solibri.smc.api.ifc.IfcEntityType
- IfcAnnotationFillArea - com.solibri.smc.api.ifc.IfcEntityType
- IfcAnnotationFillAreaOccurrence - com.solibri.smc.api.ifc.IfcEntityType
- IfcAnnotationOccurrence - com.solibri.smc.api.ifc.IfcEntityType
- IfcAnnotationSurface - com.solibri.smc.api.ifc.IfcEntityType
- IfcAnnotationSurfaceOccurrence - com.solibri.smc.api.ifc.IfcEntityType
- IfcAnnotationSymbolOccurrence - com.solibri.smc.api.ifc.IfcEntityType
- IfcAnnotationTextOccurrence - com.solibri.smc.api.ifc.IfcEntityType
- IfcApplication - com.solibri.smc.api.ifc.IfcEntityType
- IfcAppliedValue - com.solibri.smc.api.ifc.IfcEntityType
- IfcAppliedValueRelationship - com.solibri.smc.api.ifc.IfcEntityType
- IfcAppliedValueSelect - com.solibri.smc.api.ifc.IfcEntityType
- IfcApproval - com.solibri.smc.api.ifc.IfcEntityType
- IfcApprovalActorRelationship - com.solibri.smc.api.ifc.IfcEntityType
- IfcApprovalPropertyRelationship - com.solibri.smc.api.ifc.IfcEntityType
- IfcApprovalRelationship - com.solibri.smc.api.ifc.IfcEntityType
- IfcArbitraryClosedProfileDef - com.solibri.smc.api.ifc.IfcEntityType
- IfcArbitraryOpenProfileDef - com.solibri.smc.api.ifc.IfcEntityType
- IfcArbitraryProfileDefWithVoids - com.solibri.smc.api.ifc.IfcEntityType
- IfcArcIndex - com.solibri.smc.api.ifc.IfcEntityType
- IfcAreaDensityMeasure - com.solibri.smc.api.ifc.IfcEntityType
- IfcAreaMeasure - com.solibri.smc.api.ifc.IfcEntityType
- IfcArithmeticOperatorEnum - com.solibri.smc.api.ifc.IfcEntityType
- IfcAssemblyPlaceEnum - com.solibri.smc.api.ifc.IfcEntityType
- IfcAsset - com.solibri.smc.api.ifc.IfcEntityType
- IfcAssociatedSurface - com.solibri.smc.api.ifc.IfcEntityType
- IfcAsymmetricIShapeProfileDef - com.solibri.smc.api.ifc.IfcEntityType
- IfcAudioVisualAppliance - com.solibri.smc.api.ifc.IfcEntityType
- IfcAudioVisualApplianceType - com.solibri.smc.api.ifc.IfcEntityType
- IfcAudioVisualApplianceTypeEnum - com.solibri.smc.api.ifc.IfcEntityType
- IfcAxis1Placement - com.solibri.smc.api.ifc.IfcEntityType
- IfcAxis2Placement - com.solibri.smc.api.ifc.IfcEntityType
- IfcAxis2Placement2D - com.solibri.smc.api.ifc.IfcEntityType
- IfcAxis2Placement3D - com.solibri.smc.api.ifc.IfcEntityType
- IfcBaseAxis - com.solibri.smc.api.ifc.IfcEntityType
- IfcBeam - com.solibri.smc.api.ifc.IfcEntityType
- IfcBeamStandardCase - com.solibri.smc.api.ifc.IfcEntityType
- IfcBeamType - com.solibri.smc.api.ifc.IfcEntityType
- IfcBeamTypeEnum - com.solibri.smc.api.ifc.IfcEntityType
- IfcBenchmarkEnum - com.solibri.smc.api.ifc.IfcEntityType
- IfcBendingParameterSelect - com.solibri.smc.api.ifc.IfcEntityType
- IfcBezierCurve - com.solibri.smc.api.ifc.IfcEntityType
- IfcBinary - com.solibri.smc.api.ifc.IfcEntityType
- IfcBlobTexture - com.solibri.smc.api.ifc.IfcEntityType
- IfcBlock - com.solibri.smc.api.ifc.IfcEntityType
- IfcBoiler - com.solibri.smc.api.ifc.IfcEntityType
- IfcBoilerType - com.solibri.smc.api.ifc.IfcEntityType
- IfcBoilerTypeEnum - com.solibri.smc.api.ifc.IfcEntityType
- IfcBoolean - com.solibri.smc.api.ifc.IfcEntityType
- IfcBooleanChoose - com.solibri.smc.api.ifc.IfcEntityType
- IfcBooleanClippingResult - com.solibri.smc.api.ifc.IfcEntityType
- IfcBooleanOperand - com.solibri.smc.api.ifc.IfcEntityType
- IfcBooleanOperator - com.solibri.smc.api.ifc.IfcEntityType
- IfcBooleanResult - com.solibri.smc.api.ifc.IfcEntityType
- IfcBoundaryCondition - com.solibri.smc.api.ifc.IfcEntityType
- IfcBoundaryCurve - com.solibri.smc.api.ifc.IfcEntityType
- IfcBoundaryEdgeCondition - com.solibri.smc.api.ifc.IfcEntityType
- IfcBoundaryFaceCondition - com.solibri.smc.api.ifc.IfcEntityType
- IfcBoundaryNodeCondition - com.solibri.smc.api.ifc.IfcEntityType
- IfcBoundaryNodeConditionWarping - com.solibri.smc.api.ifc.IfcEntityType
- IfcBoundedCurve - com.solibri.smc.api.ifc.IfcEntityType
- IfcBoundedSurface - com.solibri.smc.api.ifc.IfcEntityType
- IfcBoundingBox - com.solibri.smc.api.ifc.IfcEntityType
- IfcBoxAlignment - com.solibri.smc.api.ifc.IfcEntityType
- IfcBoxedHalfSpace - com.solibri.smc.api.ifc.IfcEntityType
- IfcBSplineCurve - com.solibri.smc.api.ifc.IfcEntityType
- IfcBSplineCurveForm - com.solibri.smc.api.ifc.IfcEntityType
- IfcBSplineCurveWithKnots - com.solibri.smc.api.ifc.IfcEntityType
- IfcBSplineSurface - com.solibri.smc.api.ifc.IfcEntityType
- IfcBSplineSurfaceForm - com.solibri.smc.api.ifc.IfcEntityType
- IfcBSplineSurfaceWithKnots - com.solibri.smc.api.ifc.IfcEntityType
- IfcBuild2Axes - com.solibri.smc.api.ifc.IfcEntityType
- IfcBuildAxes - com.solibri.smc.api.ifc.IfcEntityType
- IfcBuilding - com.solibri.smc.api.ifc.IfcEntityType
- IfcBuildingElement - com.solibri.smc.api.ifc.IfcEntityType
- IfcBuildingElementComponent - com.solibri.smc.api.ifc.IfcEntityType
- IfcBuildingElementPart - com.solibri.smc.api.ifc.IfcEntityType
- IfcBuildingElementPartType - com.solibri.smc.api.ifc.IfcEntityType
- IfcBuildingElementPartTypeEnum - com.solibri.smc.api.ifc.IfcEntityType
- IfcBuildingElementProxy - com.solibri.smc.api.ifc.IfcEntityType
- IfcBuildingElementProxyType - com.solibri.smc.api.ifc.IfcEntityType
- IfcBuildingElementProxyTypeEnum - com.solibri.smc.api.ifc.IfcEntityType
- IfcBuildingElementType - com.solibri.smc.api.ifc.IfcEntityType
- IfcBuildingStorey - com.solibri.smc.api.ifc.IfcEntityType
- IfcBuildingSystem - com.solibri.smc.api.ifc.IfcEntityType
- IfcBuildingSystemTypeEnum - com.solibri.smc.api.ifc.IfcEntityType
- IfcBurner - com.solibri.smc.api.ifc.IfcEntityType
- IfcBurnerType - com.solibri.smc.api.ifc.IfcEntityType
- IfcBurnerTypeEnum - com.solibri.smc.api.ifc.IfcEntityType
- IfcCableCarrierFitting - com.solibri.smc.api.ifc.IfcEntityType
- IfcCableCarrierFittingType - com.solibri.smc.api.ifc.IfcEntityType
- IfcCableCarrierFittingTypeEnum - com.solibri.smc.api.ifc.IfcEntityType
- IfcCableCarrierSegment - com.solibri.smc.api.ifc.IfcEntityType
- IfcCableCarrierSegmentType - com.solibri.smc.api.ifc.IfcEntityType
- IfcCableCarrierSegmentTypeEnum - com.solibri.smc.api.ifc.IfcEntityType
- IfcCableFitting - com.solibri.smc.api.ifc.IfcEntityType
- IfcCableFittingType - com.solibri.smc.api.ifc.IfcEntityType
- IfcCableFittingTypeEnum - com.solibri.smc.api.ifc.IfcEntityType
- IfcCableSegment - com.solibri.smc.api.ifc.IfcEntityType
- IfcCableSegmentType - com.solibri.smc.api.ifc.IfcEntityType
- IfcCableSegmentTypeEnum - com.solibri.smc.api.ifc.IfcEntityType
- IfcCalendarDate - com.solibri.smc.api.ifc.IfcEntityType
- IfcCardinalPointReference - com.solibri.smc.api.ifc.IfcEntityType
- IfcCartesianPoint - com.solibri.smc.api.ifc.IfcEntityType
- IfcCartesianPointList - com.solibri.smc.api.ifc.IfcEntityType
- IfcCartesianPointList2D - com.solibri.smc.api.ifc.IfcEntityType
- IfcCartesianPointList3D - com.solibri.smc.api.ifc.IfcEntityType
- IfcCartesianTransformationOperator - com.solibri.smc.api.ifc.IfcEntityType
- IfcCartesianTransformationOperator2D - com.solibri.smc.api.ifc.IfcEntityType
- IfcCartesianTransformationOperator2DnonUniform - com.solibri.smc.api.ifc.IfcEntityType
- IfcCartesianTransformationOperator3D - com.solibri.smc.api.ifc.IfcEntityType
- IfcCartesianTransformationOperator3DnonUniform - com.solibri.smc.api.ifc.IfcEntityType
- IfcCenterLineProfileDef - com.solibri.smc.api.ifc.IfcEntityType
- IfcChamferEdgeFeature - com.solibri.smc.api.ifc.IfcEntityType
- IfcChangeActionEnum - com.solibri.smc.api.ifc.IfcEntityType
- IfcChiller - com.solibri.smc.api.ifc.IfcEntityType
- IfcChillerType - com.solibri.smc.api.ifc.IfcEntityType
- IfcChillerTypeEnum - com.solibri.smc.api.ifc.IfcEntityType
- IfcChimney - com.solibri.smc.api.ifc.IfcEntityType
- IfcChimneyType - com.solibri.smc.api.ifc.IfcEntityType
- IfcChimneyTypeEnum - com.solibri.smc.api.ifc.IfcEntityType
- IfcCircle - com.solibri.smc.api.ifc.IfcEntityType
- IfcCircleHollowProfileDef - com.solibri.smc.api.ifc.IfcEntityType
- IfcCircleProfileDef - com.solibri.smc.api.ifc.IfcEntityType
- IfcCircularArcSegment2D - com.solibri.smc.api.ifc.IfcEntityType
- IfcCivilElement - com.solibri.smc.api.ifc.IfcEntityType
- IfcCivilElementType - com.solibri.smc.api.ifc.IfcEntityType
- IfcClassification - com.solibri.smc.api.ifc.IfcEntityType
- IfcClassificationItem - com.solibri.smc.api.ifc.IfcEntityType
- IfcClassificationItemRelationship - com.solibri.smc.api.ifc.IfcEntityType
- IfcClassificationNotation - com.solibri.smc.api.ifc.IfcEntityType
- IfcClassificationNotationFacet - com.solibri.smc.api.ifc.IfcEntityType
- IfcClassificationReference - com.solibri.smc.api.ifc.IfcEntityType
- IfcClassificationReferenceSelect - com.solibri.smc.api.ifc.IfcEntityType
- IfcClassificationSelect - com.solibri.smc.api.ifc.IfcEntityType
- IfcClosedShell - com.solibri.smc.api.ifc.IfcEntityType
- IfcCoil - com.solibri.smc.api.ifc.IfcEntityType
- IfcCoilType - com.solibri.smc.api.ifc.IfcEntityType
- IfcCoilTypeEnum - com.solibri.smc.api.ifc.IfcEntityType
- IfcColour - com.solibri.smc.api.ifc.IfcEntityType
- IfcColourOrFactor - com.solibri.smc.api.ifc.IfcEntityType
- IfcColourRgb - com.solibri.smc.api.ifc.IfcEntityType
- IfcColourRgbList - com.solibri.smc.api.ifc.IfcEntityType
- IfcColourSpecification - com.solibri.smc.api.ifc.IfcEntityType
- IfcColumn - com.solibri.smc.api.ifc.IfcEntityType
- IfcColumnStandardCase - com.solibri.smc.api.ifc.IfcEntityType
- IfcColumnType - com.solibri.smc.api.ifc.IfcEntityType
- IfcColumnTypeEnum - com.solibri.smc.api.ifc.IfcEntityType
- IfcCommunicationsAppliance - com.solibri.smc.api.ifc.IfcEntityType
- IfcCommunicationsApplianceType - com.solibri.smc.api.ifc.IfcEntityType
- IfcCommunicationsApplianceTypeEnum - com.solibri.smc.api.ifc.IfcEntityType
- IfcComplexNumber - com.solibri.smc.api.ifc.IfcEntityType
- IfcComplexProperty - com.solibri.smc.api.ifc.IfcEntityType
- IfcComplexPropertyTemplate - com.solibri.smc.api.ifc.IfcEntityType
- IfcComplexPropertyTemplateTypeEnum - com.solibri.smc.api.ifc.IfcEntityType
- IfcCompositeCurve - com.solibri.smc.api.ifc.IfcEntityType
- IfcCompositeCurveOnSurface - com.solibri.smc.api.ifc.IfcEntityType
- IfcCompositeCurveSegment - com.solibri.smc.api.ifc.IfcEntityType
- IfcCompositeProfileDef - com.solibri.smc.api.ifc.IfcEntityType
- IfcCompoundPlaneAngleMeasure - com.solibri.smc.api.ifc.IfcEntityType
- IfcCompressor - com.solibri.smc.api.ifc.IfcEntityType
- IfcCompressorType - com.solibri.smc.api.ifc.IfcEntityType
- IfcCompressorTypeEnum - com.solibri.smc.api.ifc.IfcEntityType
- IfcCondenser - com.solibri.smc.api.ifc.IfcEntityType
- IfcCondenserType - com.solibri.smc.api.ifc.IfcEntityType
- IfcCondenserTypeEnum - com.solibri.smc.api.ifc.IfcEntityType
- IfcCondition - com.solibri.smc.api.ifc.IfcEntityType
- IfcConditionCriterion - com.solibri.smc.api.ifc.IfcEntityType
- IfcConic - com.solibri.smc.api.ifc.IfcEntityType
- IfcConnectedFaceSet - com.solibri.smc.api.ifc.IfcEntityType
- IfcConnectionCurveGeometry - com.solibri.smc.api.ifc.IfcEntityType
- IfcConnectionGeometry - com.solibri.smc.api.ifc.IfcEntityType
- IfcConnectionPointEccentricity - com.solibri.smc.api.ifc.IfcEntityType
- IfcConnectionPointGeometry - com.solibri.smc.api.ifc.IfcEntityType
- IfcConnectionPortGeometry - com.solibri.smc.api.ifc.IfcEntityType
- IfcConnectionSurfaceGeometry - com.solibri.smc.api.ifc.IfcEntityType
- IfcConnectionTypeEnum - com.solibri.smc.api.ifc.IfcEntityType
- IfcConnectionVolumeGeometry - com.solibri.smc.api.ifc.IfcEntityType
- IfcConsecutiveSegments - com.solibri.smc.api.ifc.IfcEntityType
- IfcConstraint - com.solibri.smc.api.ifc.IfcEntityType
- IfcConstraintAggregationRelationship - com.solibri.smc.api.ifc.IfcEntityType
- IfcConstraintClassificationRelationship - com.solibri.smc.api.ifc.IfcEntityType
- IfcConstraintEnum - com.solibri.smc.api.ifc.IfcEntityType
- IfcConstraintRelationship - com.solibri.smc.api.ifc.IfcEntityType
- IfcConstraintsParamBSpline - com.solibri.smc.api.ifc.IfcEntityType
- IfcConstructionEquipmentResource - com.solibri.smc.api.ifc.IfcEntityType
- IfcConstructionEquipmentResourceType - com.solibri.smc.api.ifc.IfcEntityType
- IfcConstructionEquipmentResourceTypeEnum - com.solibri.smc.api.ifc.IfcEntityType
- IfcConstructionMaterialResource - com.solibri.smc.api.ifc.IfcEntityType
- IfcConstructionMaterialResourceType - com.solibri.smc.api.ifc.IfcEntityType
- IfcConstructionMaterialResourceTypeEnum - com.solibri.smc.api.ifc.IfcEntityType
- IfcConstructionProductResource - com.solibri.smc.api.ifc.IfcEntityType
- IfcConstructionProductResourceType - com.solibri.smc.api.ifc.IfcEntityType
- IfcConstructionProductResourceTypeEnum - com.solibri.smc.api.ifc.IfcEntityType
- IfcConstructionResource - com.solibri.smc.api.ifc.IfcEntityType
- IfcConstructionResourceType - com.solibri.smc.api.ifc.IfcEntityType
- IfcContext - com.solibri.smc.api.ifc.IfcEntityType
- IfcContextDependentMeasure - com.solibri.smc.api.ifc.IfcEntityType
- IfcContextDependentUnit - com.solibri.smc.api.ifc.IfcEntityType
- IfcControl - com.solibri.smc.api.ifc.IfcEntityType
- IfcController - com.solibri.smc.api.ifc.IfcEntityType
- IfcControllerType - com.solibri.smc.api.ifc.IfcEntityType
- IfcControllerTypeEnum - com.solibri.smc.api.ifc.IfcEntityType
- IfcConversionBasedUnit - com.solibri.smc.api.ifc.IfcEntityType
- IfcConversionBasedUnitWithOffset - com.solibri.smc.api.ifc.IfcEntityType
- IfcConvertDirectionInto2D - com.solibri.smc.api.ifc.IfcEntityType
- IfcCooledBeam - com.solibri.smc.api.ifc.IfcEntityType
- IfcCooledBeamType - com.solibri.smc.api.ifc.IfcEntityType
- IfcCooledBeamTypeEnum - com.solibri.smc.api.ifc.IfcEntityType
- IfcCoolingTower - com.solibri.smc.api.ifc.IfcEntityType
- IfcCoolingTowerType - com.solibri.smc.api.ifc.IfcEntityType
- IfcCoolingTowerTypeEnum - com.solibri.smc.api.ifc.IfcEntityType
- IfcCoordinatedUniversalTimeOffset - com.solibri.smc.api.ifc.IfcEntityType
- IfcCoordinateOperation - com.solibri.smc.api.ifc.IfcEntityType
- IfcCoordinateReferenceSystem - com.solibri.smc.api.ifc.IfcEntityType
- IfcCoordinateReferenceSystemSelect - com.solibri.smc.api.ifc.IfcEntityType
- IfcCorrectDimensions - com.solibri.smc.api.ifc.IfcEntityType
- IfcCorrectFillAreaStyle - com.solibri.smc.api.ifc.IfcEntityType
- IfcCorrectLocalPlacement - com.solibri.smc.api.ifc.IfcEntityType
- IfcCorrectObjectAssignment - com.solibri.smc.api.ifc.IfcEntityType
- IfcCorrectUnitAssignment - com.solibri.smc.api.ifc.IfcEntityType
- IfcCostItem - com.solibri.smc.api.ifc.IfcEntityType
- IfcCostItemTypeEnum - com.solibri.smc.api.ifc.IfcEntityType
- IfcCostSchedule - com.solibri.smc.api.ifc.IfcEntityType
- IfcCostScheduleTypeEnum - com.solibri.smc.api.ifc.IfcEntityType
- IfcCostValue - com.solibri.smc.api.ifc.IfcEntityType
- IfcCountMeasure - com.solibri.smc.api.ifc.IfcEntityType
- IfcCovering - com.solibri.smc.api.ifc.IfcEntityType
- IfcCoveringType - com.solibri.smc.api.ifc.IfcEntityType
- IfcCoveringTypeEnum - com.solibri.smc.api.ifc.IfcEntityType
- IfcCraneRailAShapeProfileDef - com.solibri.smc.api.ifc.IfcEntityType
- IfcCraneRailFShapeProfileDef - com.solibri.smc.api.ifc.IfcEntityType
- IfcCrewResource - com.solibri.smc.api.ifc.IfcEntityType
- IfcCrewResourceType - com.solibri.smc.api.ifc.IfcEntityType
- IfcCrewResourceTypeEnum - com.solibri.smc.api.ifc.IfcEntityType
- IfcCrossProduct - com.solibri.smc.api.ifc.IfcEntityType
- IfcCsgPrimitive3D - com.solibri.smc.api.ifc.IfcEntityType
- IfcCsgSelect - com.solibri.smc.api.ifc.IfcEntityType
- IfcCsgSolid - com.solibri.smc.api.ifc.IfcEntityType
- IfcCShapeProfileDef - com.solibri.smc.api.ifc.IfcEntityType
- IfcCurrencyRelationship - com.solibri.smc.api.ifc.IfcEntityType
- IfcCurtainWall - com.solibri.smc.api.ifc.IfcEntityType
- IfcCurtainWallType - com.solibri.smc.api.ifc.IfcEntityType
- IfcCurtainWallTypeEnum - com.solibri.smc.api.ifc.IfcEntityType
- IfcCurvatureMeasure - com.solibri.smc.api.ifc.IfcEntityType
- IfcCurve - com.solibri.smc.api.ifc.IfcEntityType
- IfcCurveBoundedPlane - com.solibri.smc.api.ifc.IfcEntityType
- IfcCurveBoundedSurface - com.solibri.smc.api.ifc.IfcEntityType
- IfcCurveDim - com.solibri.smc.api.ifc.IfcEntityType
- IfcCurveFontOrScaledCurveFontSelect - com.solibri.smc.api.ifc.IfcEntityType
- IfcCurveInterpolationEnum - com.solibri.smc.api.ifc.IfcEntityType
- IfcCurveOnSurface - com.solibri.smc.api.ifc.IfcEntityType
- IfcCurveOrEdgeCurve - com.solibri.smc.api.ifc.IfcEntityType
- IfcCurveSegment2D - com.solibri.smc.api.ifc.IfcEntityType
- IfcCurveStyle - com.solibri.smc.api.ifc.IfcEntityType
- IfcCurveStyleFont - com.solibri.smc.api.ifc.IfcEntityType
- IfcCurveStyleFontAndScaling - com.solibri.smc.api.ifc.IfcEntityType
- IfcCurveStyleFontPattern - com.solibri.smc.api.ifc.IfcEntityType
- IfcCurveStyleFontSelect - com.solibri.smc.api.ifc.IfcEntityType
- IfcCurveWeightsPositive - com.solibri.smc.api.ifc.IfcEntityType
- IfcCylindricalSurface - com.solibri.smc.api.ifc.IfcEntityType
- IfcDamper - com.solibri.smc.api.ifc.IfcEntityType
- IfcDamperType - com.solibri.smc.api.ifc.IfcEntityType
- IfcDamperTypeEnum - com.solibri.smc.api.ifc.IfcEntityType
- IfcDataOriginEnum - com.solibri.smc.api.ifc.IfcEntityType
- IfcDate - com.solibri.smc.api.ifc.IfcEntityType
- IfcDateAndTime - com.solibri.smc.api.ifc.IfcEntityType
- IfcDateTime - com.solibri.smc.api.ifc.IfcEntityType
- IfcDayInMonthNumber - com.solibri.smc.api.ifc.IfcEntityType
- IfcDayInWeekNumber - com.solibri.smc.api.ifc.IfcEntityType
- IfcDefinedSymbol - com.solibri.smc.api.ifc.IfcEntityType
- IfcDefinitionSelect - com.solibri.smc.api.ifc.IfcEntityType
- IfcDeriveDimensionalExponents - com.solibri.smc.api.ifc.IfcEntityType
- IfcDerivedMeasureValue - com.solibri.smc.api.ifc.IfcEntityType
- IfcDerivedProfileDef - com.solibri.smc.api.ifc.IfcEntityType
- IfcDerivedUnit - com.solibri.smc.api.ifc.IfcEntityType
- IfcDerivedUnitElement - com.solibri.smc.api.ifc.IfcEntityType
- IfcDerivedUnitEnum - com.solibri.smc.api.ifc.IfcEntityType
- IfcDescriptiveMeasure - com.solibri.smc.api.ifc.IfcEntityType
- IfcDiameterDimension - com.solibri.smc.api.ifc.IfcEntityType
- IfcDimensionalExponents - com.solibri.smc.api.ifc.IfcEntityType
- IfcDimensionCalloutRelationship - com.solibri.smc.api.ifc.IfcEntityType
- IfcDimensionCount - com.solibri.smc.api.ifc.IfcEntityType
- IfcDimensionCurve - com.solibri.smc.api.ifc.IfcEntityType
- IfcDimensionCurveDirectedCallout - com.solibri.smc.api.ifc.IfcEntityType
- IfcDimensionCurveTerminator - com.solibri.smc.api.ifc.IfcEntityType
- IfcDimensionPair - com.solibri.smc.api.ifc.IfcEntityType
- IfcDimensionsForSiUnit - com.solibri.smc.api.ifc.IfcEntityType
- IfcDirection - com.solibri.smc.api.ifc.IfcEntityType
- IfcDirectionSenseEnum - com.solibri.smc.api.ifc.IfcEntityType
- IfcDiscreteAccessory - com.solibri.smc.api.ifc.IfcEntityType
- IfcDiscreteAccessoryType - com.solibri.smc.api.ifc.IfcEntityType
- IfcDiscreteAccessoryTypeEnum - com.solibri.smc.api.ifc.IfcEntityType
- IfcDistanceExpression - com.solibri.smc.api.ifc.IfcEntityType
- IfcDistributionChamberElement - com.solibri.smc.api.ifc.IfcEntityType
- IfcDistributionChamberElementType - com.solibri.smc.api.ifc.IfcEntityType
- IfcDistributionChamberElementTypeEnum - com.solibri.smc.api.ifc.IfcEntityType
- IfcDistributionCircuit - com.solibri.smc.api.ifc.IfcEntityType
- IfcDistributionControlElement - com.solibri.smc.api.ifc.IfcEntityType
- IfcDistributionControlElementType - com.solibri.smc.api.ifc.IfcEntityType
- IfcDistributionElement - com.solibri.smc.api.ifc.IfcEntityType
- IfcDistributionElementType - com.solibri.smc.api.ifc.IfcEntityType
- IfcDistributionFlowElement - com.solibri.smc.api.ifc.IfcEntityType
- IfcDistributionFlowElementType - com.solibri.smc.api.ifc.IfcEntityType
- IfcDistributionPort - com.solibri.smc.api.ifc.IfcEntityType
- IfcDistributionPortTypeEnum - com.solibri.smc.api.ifc.IfcEntityType
- IfcDistributionSystem - com.solibri.smc.api.ifc.IfcEntityType
- IfcDistributionSystemEnum - com.solibri.smc.api.ifc.IfcEntityType
- IfcDocumentConfidentialityEnum - com.solibri.smc.api.ifc.IfcEntityType
- IfcDocumentElectronicFormat - com.solibri.smc.api.ifc.IfcEntityType
- IfcDocumentInformation - com.solibri.smc.api.ifc.IfcEntityType
- IfcDocumentInformationRelationship - com.solibri.smc.api.ifc.IfcEntityType
- IfcDocumentReference - com.solibri.smc.api.ifc.IfcEntityType
- IfcDocumentSelect - com.solibri.smc.api.ifc.IfcEntityType
- IfcDocumentStatusEnum - com.solibri.smc.api.ifc.IfcEntityType
- IfcDoor - com.solibri.smc.api.ifc.IfcEntityType
- IfcDoorLiningProperties - com.solibri.smc.api.ifc.IfcEntityType
- IfcDoorPanelOperationEnum - com.solibri.smc.api.ifc.IfcEntityType
- IfcDoorPanelPositionEnum - com.solibri.smc.api.ifc.IfcEntityType
- IfcDoorPanelProperties - com.solibri.smc.api.ifc.IfcEntityType
- IfcDoorStandardCase - com.solibri.smc.api.ifc.IfcEntityType
- IfcDoorStyle - com.solibri.smc.api.ifc.IfcEntityType
- IfcDoorStyleConstructionEnum - com.solibri.smc.api.ifc.IfcEntityType
- IfcDoorStyleOperationEnum - com.solibri.smc.api.ifc.IfcEntityType
- IfcDoorType - com.solibri.smc.api.ifc.IfcEntityType
- IfcDoorTypeEnum - com.solibri.smc.api.ifc.IfcEntityType
- IfcDoorTypeOperationEnum - com.solibri.smc.api.ifc.IfcEntityType
- IfcDoseEquivalentMeasure - com.solibri.smc.api.ifc.IfcEntityType
- IfcDotProduct - com.solibri.smc.api.ifc.IfcEntityType
- IfcDraughtingCallout - com.solibri.smc.api.ifc.IfcEntityType
- IfcDraughtingCalloutRelationship - com.solibri.smc.api.ifc.IfcEntityType
- IfcDraughtingPreDefinedColour - com.solibri.smc.api.ifc.IfcEntityType
- IfcDraughtingPreDefinedCurveFont - com.solibri.smc.api.ifc.IfcEntityType
- IfcDraughtingPreDefinedTextFont - com.solibri.smc.api.ifc.IfcEntityType
- IfcDuctFitting - com.solibri.smc.api.ifc.IfcEntityType
- IfcDuctFittingType - com.solibri.smc.api.ifc.IfcEntityType
- IfcDuctFittingTypeEnum - com.solibri.smc.api.ifc.IfcEntityType
- IfcDuctSegment - com.solibri.smc.api.ifc.IfcEntityType
- IfcDuctSegmentType - com.solibri.smc.api.ifc.IfcEntityType
- IfcDuctSegmentTypeEnum - com.solibri.smc.api.ifc.IfcEntityType
- IfcDuctSilencer - com.solibri.smc.api.ifc.IfcEntityType
- IfcDuctSilencerType - com.solibri.smc.api.ifc.IfcEntityType
- IfcDuctSilencerTypeEnum - com.solibri.smc.api.ifc.IfcEntityType
- IfcDuration - com.solibri.smc.api.ifc.IfcEntityType
- IfcDynamicViscosityMeasure - com.solibri.smc.api.ifc.IfcEntityType
- IfcEdge - com.solibri.smc.api.ifc.IfcEntityType
- IfcEdgeCurve - com.solibri.smc.api.ifc.IfcEntityType
- IfcEdgeFeature - com.solibri.smc.api.ifc.IfcEntityType
- IfcEdgeLoop - com.solibri.smc.api.ifc.IfcEntityType
- IfcElectricalBaseProperties - com.solibri.smc.api.ifc.IfcEntityType
- IfcElectricalCircuit - com.solibri.smc.api.ifc.IfcEntityType
- IfcElectricalElement - com.solibri.smc.api.ifc.IfcEntityType
- IfcElectricAppliance - com.solibri.smc.api.ifc.IfcEntityType
- IfcElectricApplianceType - com.solibri.smc.api.ifc.IfcEntityType
- IfcElectricApplianceTypeEnum - com.solibri.smc.api.ifc.IfcEntityType
- IfcElectricCapacitanceMeasure - com.solibri.smc.api.ifc.IfcEntityType
- IfcElectricChargeMeasure - com.solibri.smc.api.ifc.IfcEntityType
- IfcElectricConductanceMeasure - com.solibri.smc.api.ifc.IfcEntityType
- IfcElectricCurrentMeasure - com.solibri.smc.api.ifc.IfcEntityType
- IfcElectricDistributionBoard - com.solibri.smc.api.ifc.IfcEntityType
- IfcElectricDistributionBoardType - com.solibri.smc.api.ifc.IfcEntityType
- IfcElectricDistributionBoardTypeEnum - com.solibri.smc.api.ifc.IfcEntityType
- IfcElectricDistributionPoint - com.solibri.smc.api.ifc.IfcEntityType
- IfcElectricFlowStorageDevice - com.solibri.smc.api.ifc.IfcEntityType
- IfcElectricFlowStorageDeviceType - com.solibri.smc.api.ifc.IfcEntityType
- IfcElectricFlowStorageDeviceTypeEnum - com.solibri.smc.api.ifc.IfcEntityType
- IfcElectricGenerator - com.solibri.smc.api.ifc.IfcEntityType
- IfcElectricGeneratorType - com.solibri.smc.api.ifc.IfcEntityType
- IfcElectricGeneratorTypeEnum - com.solibri.smc.api.ifc.IfcEntityType
- IfcElectricHeaterType - com.solibri.smc.api.ifc.IfcEntityType
- IfcElectricMotor - com.solibri.smc.api.ifc.IfcEntityType
- IfcElectricMotorType - com.solibri.smc.api.ifc.IfcEntityType
- IfcElectricMotorTypeEnum - com.solibri.smc.api.ifc.IfcEntityType
- IfcElectricResistanceMeasure - com.solibri.smc.api.ifc.IfcEntityType
- IfcElectricTimeControl - com.solibri.smc.api.ifc.IfcEntityType
- IfcElectricTimeControlType - com.solibri.smc.api.ifc.IfcEntityType
- IfcElectricTimeControlTypeEnum - com.solibri.smc.api.ifc.IfcEntityType
- IfcElectricVoltageMeasure - com.solibri.smc.api.ifc.IfcEntityType
- IfcElement - com.solibri.smc.api.ifc.IfcEntityType
- IfcElementarySurface - com.solibri.smc.api.ifc.IfcEntityType
- IfcElementAssembly - com.solibri.smc.api.ifc.IfcEntityType
- IfcElementAssemblyType - com.solibri.smc.api.ifc.IfcEntityType
- IfcElementAssemblyTypeEnum - com.solibri.smc.api.ifc.IfcEntityType
- IfcElementComponent - com.solibri.smc.api.ifc.IfcEntityType
- IfcElementComponentType - com.solibri.smc.api.ifc.IfcEntityType
- IfcElementCompositionEnum - com.solibri.smc.api.ifc.IfcEntityType
- IfcElementQuantity - com.solibri.smc.api.ifc.IfcEntityType
- IfcElementType - com.solibri.smc.api.ifc.IfcEntityType
- IfcEllipse - com.solibri.smc.api.ifc.IfcEntityType
- IfcEllipseProfileDef - com.solibri.smc.api.ifc.IfcEntityType
- IfcEnergyConversionDevice - com.solibri.smc.api.ifc.IfcEntityType
- IfcEnergyConversionDeviceType - com.solibri.smc.api.ifc.IfcEntityType
- IfcEnergyMeasure - com.solibri.smc.api.ifc.IfcEntityType
- IfcEnergyProperties - com.solibri.smc.api.ifc.IfcEntityType
- IfcEngine - com.solibri.smc.api.ifc.IfcEntityType
- IfcEngineType - com.solibri.smc.api.ifc.IfcEntityType
- IfcEngineTypeEnum - 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 - com.solibri.smc.api.ifc.IfcEntityType
- IfcEquipmentElement - com.solibri.smc.api.ifc.IfcEntityType
- IfcEquipmentStandard - com.solibri.smc.api.ifc.IfcEntityType
- IfcEvaporativeCooler - com.solibri.smc.api.ifc.IfcEntityType
- IfcEvaporativeCoolerType - com.solibri.smc.api.ifc.IfcEntityType
- IfcEvaporativeCoolerTypeEnum - com.solibri.smc.api.ifc.IfcEntityType
- IfcEvaporator - com.solibri.smc.api.ifc.IfcEntityType
- IfcEvaporatorType - com.solibri.smc.api.ifc.IfcEntityType
- IfcEvaporatorTypeEnum - com.solibri.smc.api.ifc.IfcEntityType
- IfcEvent - com.solibri.smc.api.ifc.IfcEntityType
- IfcEventTime - com.solibri.smc.api.ifc.IfcEntityType
- IfcEventTriggerTypeEnum - com.solibri.smc.api.ifc.IfcEntityType
- IfcEventType - com.solibri.smc.api.ifc.IfcEntityType
- IfcEventTypeEnum - com.solibri.smc.api.ifc.IfcEntityType
- IfcExtendedMaterialProperties - com.solibri.smc.api.ifc.IfcEntityType
- IfcExtendedProperties - com.solibri.smc.api.ifc.IfcEntityType
- IfcExternalInformation - com.solibri.smc.api.ifc.IfcEntityType
- IfcExternallyDefinedHatchStyle - com.solibri.smc.api.ifc.IfcEntityType
- IfcExternallyDefinedSurfaceStyle - com.solibri.smc.api.ifc.IfcEntityType
- IfcExternallyDefinedSymbol - com.solibri.smc.api.ifc.IfcEntityType
- IfcExternallyDefinedTextFont - com.solibri.smc.api.ifc.IfcEntityType
- IfcExternalReference - com.solibri.smc.api.ifc.IfcEntityType
- IfcExternalReferenceRelationship - com.solibri.smc.api.ifc.IfcEntityType
- IfcExternalSpatialElement - com.solibri.smc.api.ifc.IfcEntityType
- IfcExternalSpatialElementTypeEnum - com.solibri.smc.api.ifc.IfcEntityType
- IfcExternalSpatialStructureElement - com.solibri.smc.api.ifc.IfcEntityType
- IfcExtrudedAreaSolid - com.solibri.smc.api.ifc.IfcEntityType
- IfcExtrudedAreaSolidTapered - com.solibri.smc.api.ifc.IfcEntityType
- IfcFace - com.solibri.smc.api.ifc.IfcEntityType
- IfcFaceBasedSurfaceModel - com.solibri.smc.api.ifc.IfcEntityType
- IfcFaceBound - com.solibri.smc.api.ifc.IfcEntityType
- IfcFaceOuterBound - com.solibri.smc.api.ifc.IfcEntityType
- IfcFaceSurface - com.solibri.smc.api.ifc.IfcEntityType
- IfcFacetedBrep - com.solibri.smc.api.ifc.IfcEntityType
- IfcFacetedBrepWithVoids - com.solibri.smc.api.ifc.IfcEntityType
- IfcFailureConnectionCondition - com.solibri.smc.api.ifc.IfcEntityType
- IfcFan - com.solibri.smc.api.ifc.IfcEntityType
- IfcFanType - com.solibri.smc.api.ifc.IfcEntityType
- IfcFanTypeEnum - com.solibri.smc.api.ifc.IfcEntityType
- IfcFastener - com.solibri.smc.api.ifc.IfcEntityType
- IfcFastenerType - com.solibri.smc.api.ifc.IfcEntityType
- IfcFastenerTypeEnum - com.solibri.smc.api.ifc.IfcEntityType
- IfcFeatureElement - com.solibri.smc.api.ifc.IfcEntityType
- IfcFeatureElementAddition - com.solibri.smc.api.ifc.IfcEntityType
- IfcFeatureElementSubtraction - com.solibri.smc.api.ifc.IfcEntityType
- IfcFillAreaStyle - com.solibri.smc.api.ifc.IfcEntityType
- IfcFillAreaStyleHatching - com.solibri.smc.api.ifc.IfcEntityType
- IfcFillAreaStyleTiles - com.solibri.smc.api.ifc.IfcEntityType
- IfcFillAreaStyleTileSymbolWithStyle - com.solibri.smc.api.ifc.IfcEntityType
- IfcFillStyleSelect - com.solibri.smc.api.ifc.IfcEntityType
- IfcFilter - com.solibri.smc.api.ifc.IfcEntityType
- IfcFilterType - com.solibri.smc.api.ifc.IfcEntityType
- IfcFilterTypeEnum - com.solibri.smc.api.ifc.IfcEntityType
- IfcFireSuppressionTerminal - com.solibri.smc.api.ifc.IfcEntityType
- IfcFireSuppressionTerminalType - com.solibri.smc.api.ifc.IfcEntityType
- IfcFireSuppressionTerminalTypeEnum - com.solibri.smc.api.ifc.IfcEntityType
- IfcFirstProjAxis - com.solibri.smc.api.ifc.IfcEntityType
- IfcFixedReferenceSweptAreaSolid - com.solibri.smc.api.ifc.IfcEntityType
- IfcFlowController - com.solibri.smc.api.ifc.IfcEntityType
- IfcFlowControllerType - com.solibri.smc.api.ifc.IfcEntityType
- IfcFlowDirectionEnum - com.solibri.smc.api.ifc.IfcEntityType
- IfcFlowFitting - com.solibri.smc.api.ifc.IfcEntityType
- IfcFlowFittingType - com.solibri.smc.api.ifc.IfcEntityType
- IfcFlowInstrument - com.solibri.smc.api.ifc.IfcEntityType
- IfcFlowInstrumentType - com.solibri.smc.api.ifc.IfcEntityType
- IfcFlowInstrumentTypeEnum - com.solibri.smc.api.ifc.IfcEntityType
- IfcFlowMeter - com.solibri.smc.api.ifc.IfcEntityType
- IfcFlowMeterType - com.solibri.smc.api.ifc.IfcEntityType
- IfcFlowMeterTypeEnum - com.solibri.smc.api.ifc.IfcEntityType
- IfcFlowMovingDevice - com.solibri.smc.api.ifc.IfcEntityType
- IfcFlowMovingDeviceType - com.solibri.smc.api.ifc.IfcEntityType
- IfcFlowSegment - com.solibri.smc.api.ifc.IfcEntityType
- IfcFlowSegmentType - com.solibri.smc.api.ifc.IfcEntityType
- IfcFlowStorageDevice - com.solibri.smc.api.ifc.IfcEntityType
- IfcFlowStorageDeviceType - com.solibri.smc.api.ifc.IfcEntityType
- IfcFlowTerminal - com.solibri.smc.api.ifc.IfcEntityType
- IfcFlowTerminalType - com.solibri.smc.api.ifc.IfcEntityType
- IfcFlowTreatmentDevice - com.solibri.smc.api.ifc.IfcEntityType
- IfcFlowTreatmentDeviceType - com.solibri.smc.api.ifc.IfcEntityType
- IfcFluidFlowProperties - com.solibri.smc.api.ifc.IfcEntityType
- IfcFontStyle - com.solibri.smc.api.ifc.IfcEntityType
- IfcFontVariant - com.solibri.smc.api.ifc.IfcEntityType
- IfcFontWeight - com.solibri.smc.api.ifc.IfcEntityType
- IfcFooting - com.solibri.smc.api.ifc.IfcEntityType
- IfcFootingType - com.solibri.smc.api.ifc.IfcEntityType
- IfcFootingTypeEnum - com.solibri.smc.api.ifc.IfcEntityType
- IfcForceMeasure - com.solibri.smc.api.ifc.IfcEntityType
- IfcFrequencyMeasure - com.solibri.smc.api.ifc.IfcEntityType
- IfcFuelProperties - com.solibri.smc.api.ifc.IfcEntityType
- IfcFurnishingElement - com.solibri.smc.api.ifc.IfcEntityType
- IfcFurnishingElementType - com.solibri.smc.api.ifc.IfcEntityType
- IfcFurniture - com.solibri.smc.api.ifc.IfcEntityType
- IfcFurnitureStandard - com.solibri.smc.api.ifc.IfcEntityType
- IfcFurnitureType - com.solibri.smc.api.ifc.IfcEntityType
- IfcFurnitureTypeEnum - com.solibri.smc.api.ifc.IfcEntityType
- IfcGasTerminalType - com.solibri.smc.api.ifc.IfcEntityType
- IfcGeneralMaterialProperties - com.solibri.smc.api.ifc.IfcEntityType
- IfcGeneralProfileProperties - com.solibri.smc.api.ifc.IfcEntityType
- IfcGeographicElement - com.solibri.smc.api.ifc.IfcEntityType
- IfcGeographicElementType - com.solibri.smc.api.ifc.IfcEntityType
- IfcGeographicElementTypeEnum - com.solibri.smc.api.ifc.IfcEntityType
- IfcGeometricCurveSet - com.solibri.smc.api.ifc.IfcEntityType
- IfcGeometricProjectionEnum - com.solibri.smc.api.ifc.IfcEntityType
- IfcGeometricRepresentationContext - com.solibri.smc.api.ifc.IfcEntityType
- IfcGeometricRepresentationItem - com.solibri.smc.api.ifc.IfcEntityType
- IfcGeometricRepresentationSubContext - com.solibri.smc.api.ifc.IfcEntityType
- IfcGeometricSet - com.solibri.smc.api.ifc.IfcEntityType
- IfcGeometricSetSelect - com.solibri.smc.api.ifc.IfcEntityType
- IfcGetBasisSurface - com.solibri.smc.api.ifc.IfcEntityType
- IfcGloballyUniqueId - com.solibri.smc.api.ifc.IfcEntityType
- IfcGlobalOrLocalEnum - com.solibri.smc.api.ifc.IfcEntityType
- IfcGrid - com.solibri.smc.api.ifc.IfcEntityType
- IfcGridAxis - com.solibri.smc.api.ifc.IfcEntityType
- IfcGridPlacement - com.solibri.smc.api.ifc.IfcEntityType
- IfcGridPlacementDirectionSelect - com.solibri.smc.api.ifc.IfcEntityType
- IfcGridTypeEnum - com.solibri.smc.api.ifc.IfcEntityType
- IfcGroup - com.solibri.smc.api.ifc.IfcEntityType
- IfcHalfSpaceSolid - com.solibri.smc.api.ifc.IfcEntityType
- IfcHatchLineDistanceSelect - com.solibri.smc.api.ifc.IfcEntityType
- IfcHeatExchanger - com.solibri.smc.api.ifc.IfcEntityType
- IfcHeatExchangerType - com.solibri.smc.api.ifc.IfcEntityType
- IfcHeatExchangerTypeEnum - com.solibri.smc.api.ifc.IfcEntityType
- IfcHeatFluxDensityMeasure - com.solibri.smc.api.ifc.IfcEntityType
- IfcHeatingValueMeasure - com.solibri.smc.api.ifc.IfcEntityType
- IfcHumidifier - com.solibri.smc.api.ifc.IfcEntityType
- IfcHumidifierType - com.solibri.smc.api.ifc.IfcEntityType
- IfcHumidifierTypeEnum - com.solibri.smc.api.ifc.IfcEntityType
- IfcHygroscopicMaterialProperties - com.solibri.smc.api.ifc.IfcEntityType
- IfcIdentifier - com.solibri.smc.api.ifc.IfcEntityType
- IfcIlluminanceMeasure - com.solibri.smc.api.ifc.IfcEntityType
- IfcImageTexture - com.solibri.smc.api.ifc.IfcEntityType
- IfcIndexedColourMap - com.solibri.smc.api.ifc.IfcEntityType
- IfcIndexedPolyCurve - com.solibri.smc.api.ifc.IfcEntityType
- IfcIndexedPolygonalFace - com.solibri.smc.api.ifc.IfcEntityType
- IfcIndexedPolygonalFaceWithVoids - com.solibri.smc.api.ifc.IfcEntityType
- IfcIndexedTextureMap - com.solibri.smc.api.ifc.IfcEntityType
- IfcIndexedTriangleTextureMap - com.solibri.smc.api.ifc.IfcEntityType
- IfcInductanceMeasure - com.solibri.smc.api.ifc.IfcEntityType
- IfcInteger - com.solibri.smc.api.ifc.IfcEntityType
- IfcIntegerCountRateMeasure - com.solibri.smc.api.ifc.IfcEntityType
- IfcInterceptor - com.solibri.smc.api.ifc.IfcEntityType
- IfcInterceptorType - com.solibri.smc.api.ifc.IfcEntityType
- IfcInterceptorTypeEnum - com.solibri.smc.api.ifc.IfcEntityType
- IfcInternalOrExternalEnum - com.solibri.smc.api.ifc.IfcEntityType
- IfcIntersectionCurve - com.solibri.smc.api.ifc.IfcEntityType
- IfcInventory - com.solibri.smc.api.ifc.IfcEntityType
- IfcInventoryTypeEnum - com.solibri.smc.api.ifc.IfcEntityType
- IfcIonConcentrationMeasure - com.solibri.smc.api.ifc.IfcEntityType
- IfcIrregularTimeSeries - com.solibri.smc.api.ifc.IfcEntityType
- IfcIrregularTimeSeriesValue - com.solibri.smc.api.ifc.IfcEntityType
- IfcIShapeProfileDef - com.solibri.smc.api.ifc.IfcEntityType
- IfcIsothermalMoistureCapacityMeasure - com.solibri.smc.api.ifc.IfcEntityType
- IfcJunctionBox - com.solibri.smc.api.ifc.IfcEntityType
- IfcJunctionBoxType - com.solibri.smc.api.ifc.IfcEntityType
- IfcJunctionBoxTypeEnum - com.solibri.smc.api.ifc.IfcEntityType
- IfcKinematicViscosityMeasure - com.solibri.smc.api.ifc.IfcEntityType
- IfcKnotType - com.solibri.smc.api.ifc.IfcEntityType
- IfcLabel - com.solibri.smc.api.ifc.IfcEntityType
- IfcLaborResource - com.solibri.smc.api.ifc.IfcEntityType
- IfcLaborResourceType - com.solibri.smc.api.ifc.IfcEntityType
- IfcLaborResourceTypeEnum - com.solibri.smc.api.ifc.IfcEntityType
- IfcLagTime - com.solibri.smc.api.ifc.IfcEntityType
- IfcLamp - com.solibri.smc.api.ifc.IfcEntityType
- IfcLampType - com.solibri.smc.api.ifc.IfcEntityType
- IfcLampTypeEnum - com.solibri.smc.api.ifc.IfcEntityType
- IfcLanguageId - com.solibri.smc.api.ifc.IfcEntityType
- IfcLayeredItem - com.solibri.smc.api.ifc.IfcEntityType
- IfcLayerSetDirectionEnum - com.solibri.smc.api.ifc.IfcEntityType
- IfcLengthMeasure - com.solibri.smc.api.ifc.IfcEntityType
- IfcLibraryInformation - com.solibri.smc.api.ifc.IfcEntityType
- IfcLibraryReference - com.solibri.smc.api.ifc.IfcEntityType
- IfcLibrarySelect - com.solibri.smc.api.ifc.IfcEntityType
- IfcLightDistributionCurveEnum - com.solibri.smc.api.ifc.IfcEntityType
- IfcLightDistributionData - com.solibri.smc.api.ifc.IfcEntityType
- IfcLightDistributionDataSourceSelect - com.solibri.smc.api.ifc.IfcEntityType
- IfcLightEmissionSourceEnum - com.solibri.smc.api.ifc.IfcEntityType
- IfcLightFixture - com.solibri.smc.api.ifc.IfcEntityType
- IfcLightFixtureType - com.solibri.smc.api.ifc.IfcEntityType
- IfcLightFixtureTypeEnum - com.solibri.smc.api.ifc.IfcEntityType
- IfcLightIntensityDistribution - com.solibri.smc.api.ifc.IfcEntityType
- IfcLightSource - com.solibri.smc.api.ifc.IfcEntityType
- IfcLightSourceAmbient - com.solibri.smc.api.ifc.IfcEntityType
- IfcLightSourceDirectional - com.solibri.smc.api.ifc.IfcEntityType
- IfcLightSourceGoniometric - com.solibri.smc.api.ifc.IfcEntityType
- IfcLightSourcePositional - com.solibri.smc.api.ifc.IfcEntityType
- IfcLightSourceSpot - com.solibri.smc.api.ifc.IfcEntityType
- IfcLine - com.solibri.smc.api.ifc.IfcEntityType
- IfcLinearDimension - com.solibri.smc.api.ifc.IfcEntityType
- IfcLinearForceMeasure - com.solibri.smc.api.ifc.IfcEntityType
- IfcLinearMomentMeasure - com.solibri.smc.api.ifc.IfcEntityType
- IfcLinearPlacement - com.solibri.smc.api.ifc.IfcEntityType
- IfcLinearPositioningElement - com.solibri.smc.api.ifc.IfcEntityType
- IfcLinearStiffnessMeasure - com.solibri.smc.api.ifc.IfcEntityType
- IfcLinearVelocityMeasure - com.solibri.smc.api.ifc.IfcEntityType
- IfcLineIndex - com.solibri.smc.api.ifc.IfcEntityType
- IfcLineSegment2D - com.solibri.smc.api.ifc.IfcEntityType
- IfcListToArray - com.solibri.smc.api.ifc.IfcEntityType
- IfcLoadGroupTypeEnum - com.solibri.smc.api.ifc.IfcEntityType
- IfcLocalPlacement - com.solibri.smc.api.ifc.IfcEntityType
- IfcLocalTime - com.solibri.smc.api.ifc.IfcEntityType
- IfcLogical - com.solibri.smc.api.ifc.IfcEntityType
- IfcLogicalOperatorEnum - com.solibri.smc.api.ifc.IfcEntityType
- IfcLoop - com.solibri.smc.api.ifc.IfcEntityType
- IfcLoopHeadToTail - com.solibri.smc.api.ifc.IfcEntityType
- IfcLShapeProfileDef - com.solibri.smc.api.ifc.IfcEntityType
- IfcLuminousFluxMeasure - com.solibri.smc.api.ifc.IfcEntityType
- IfcLuminousIntensityDistributionMeasure - com.solibri.smc.api.ifc.IfcEntityType
- IfcLuminousIntensityMeasure - com.solibri.smc.api.ifc.IfcEntityType
- IfcMagneticFluxDensityMeasure - com.solibri.smc.api.ifc.IfcEntityType
- IfcMagneticFluxMeasure - com.solibri.smc.api.ifc.IfcEntityType
- IfcMakeArrayOfArray - com.solibri.smc.api.ifc.IfcEntityType
- IfcManifoldSolidBrep - com.solibri.smc.api.ifc.IfcEntityType
- IfcMapConversion - com.solibri.smc.api.ifc.IfcEntityType
- IfcMappedItem - com.solibri.smc.api.ifc.IfcEntityType
- IfcMassDensityMeasure - com.solibri.smc.api.ifc.IfcEntityType
- IfcMassFlowRateMeasure - com.solibri.smc.api.ifc.IfcEntityType
- IfcMassMeasure - com.solibri.smc.api.ifc.IfcEntityType
- IfcMassPerLengthMeasure - com.solibri.smc.api.ifc.IfcEntityType
- IfcMaterial - com.solibri.smc.api.ifc.IfcEntityType
- IfcMaterialClassificationRelationship - com.solibri.smc.api.ifc.IfcEntityType
- IfcMaterialConstituent - com.solibri.smc.api.ifc.IfcEntityType
- IfcMaterialConstituentSet - com.solibri.smc.api.ifc.IfcEntityType
- IfcMaterialDefinition - com.solibri.smc.api.ifc.IfcEntityType
- IfcMaterialDefinitionRepresentation - com.solibri.smc.api.ifc.IfcEntityType
- IfcMaterialLayer - com.solibri.smc.api.ifc.IfcEntityType
- IfcMaterialLayerSet - com.solibri.smc.api.ifc.IfcEntityType
- IfcMaterialLayerSetUsage - com.solibri.smc.api.ifc.IfcEntityType
- IfcMaterialLayerWithOffsets - com.solibri.smc.api.ifc.IfcEntityType
- IfcMaterialList - com.solibri.smc.api.ifc.IfcEntityType
- IfcMaterialProfile - com.solibri.smc.api.ifc.IfcEntityType
- IfcMaterialProfileSet - com.solibri.smc.api.ifc.IfcEntityType
- IfcMaterialProfileSetUsage - com.solibri.smc.api.ifc.IfcEntityType
- IfcMaterialProfileSetUsageTapering - com.solibri.smc.api.ifc.IfcEntityType
- IfcMaterialProfileWithOffsets - com.solibri.smc.api.ifc.IfcEntityType
- IfcMaterialProperties - com.solibri.smc.api.ifc.IfcEntityType
- IfcMaterialRelationship - com.solibri.smc.api.ifc.IfcEntityType
- IfcMaterialSelect - com.solibri.smc.api.ifc.IfcEntityType
- IfcMaterialUsageDefinition - com.solibri.smc.api.ifc.IfcEntityType
- IfcMeasureValue - com.solibri.smc.api.ifc.IfcEntityType
- IfcMeasureWithUnit - com.solibri.smc.api.ifc.IfcEntityType
- IfcMechanicalConcreteMaterialProperties - com.solibri.smc.api.ifc.IfcEntityType
- IfcMechanicalFastener - com.solibri.smc.api.ifc.IfcEntityType
- IfcMechanicalFastenerType - com.solibri.smc.api.ifc.IfcEntityType
- IfcMechanicalFastenerTypeEnum - com.solibri.smc.api.ifc.IfcEntityType
- IfcMechanicalMaterialProperties - com.solibri.smc.api.ifc.IfcEntityType
- IfcMechanicalSteelMaterialProperties - com.solibri.smc.api.ifc.IfcEntityType
- IfcMedicalDevice - com.solibri.smc.api.ifc.IfcEntityType
- IfcMedicalDeviceType - com.solibri.smc.api.ifc.IfcEntityType
- IfcMedicalDeviceTypeEnum - com.solibri.smc.api.ifc.IfcEntityType
- IfcMember - com.solibri.smc.api.ifc.IfcEntityType
- IfcMemberStandardCase - com.solibri.smc.api.ifc.IfcEntityType
- IfcMemberType - com.solibri.smc.api.ifc.IfcEntityType
- IfcMemberTypeEnum - com.solibri.smc.api.ifc.IfcEntityType
- IfcMetric - com.solibri.smc.api.ifc.IfcEntityType
- IfcMetricValueSelect - com.solibri.smc.api.ifc.IfcEntityType
- IfcMirroredProfileDef - com.solibri.smc.api.ifc.IfcEntityType
- IfcMlsTotalThickness - com.solibri.smc.api.ifc.IfcEntityType
- IfcModulusOfElasticityMeasure - com.solibri.smc.api.ifc.IfcEntityType
- IfcModulusOfLinearSubgradeReactionMeasure - com.solibri.smc.api.ifc.IfcEntityType
- IfcModulusOfRotationalSubgradeReactionMeasure - com.solibri.smc.api.ifc.IfcEntityType
- IfcModulusOfRotationalSubgradeReactionSelect - com.solibri.smc.api.ifc.IfcEntityType
- IfcModulusOfSubgradeReactionMeasure - com.solibri.smc.api.ifc.IfcEntityType
- IfcModulusOfSubgradeReactionSelect - com.solibri.smc.api.ifc.IfcEntityType
- IfcModulusOfTranslationalSubgradeReactionSelect - com.solibri.smc.api.ifc.IfcEntityType
- IfcMoistureDiffusivityMeasure - com.solibri.smc.api.ifc.IfcEntityType
- IfcMolecularWeightMeasure - com.solibri.smc.api.ifc.IfcEntityType
- IfcMomentOfInertiaMeasure - com.solibri.smc.api.ifc.IfcEntityType
- IfcMonetaryMeasure - com.solibri.smc.api.ifc.IfcEntityType
- IfcMonetaryUnit - com.solibri.smc.api.ifc.IfcEntityType
- IfcMonthInYearNumber - com.solibri.smc.api.ifc.IfcEntityType
- IfcMotorConnection - com.solibri.smc.api.ifc.IfcEntityType
- IfcMotorConnectionType - com.solibri.smc.api.ifc.IfcEntityType
- IfcMotorConnectionTypeEnum - com.solibri.smc.api.ifc.IfcEntityType
- IfcMove - com.solibri.smc.api.ifc.IfcEntityType
- IfcNamedUnit - com.solibri.smc.api.ifc.IfcEntityType
- IfcNonNegativeLengthMeasure - com.solibri.smc.api.ifc.IfcEntityType
- IfcNormalise - com.solibri.smc.api.ifc.IfcEntityType
- IfcNormalisedRatioMeasure - com.solibri.smc.api.ifc.IfcEntityType
- IfcNullStyle - com.solibri.smc.api.ifc.IfcEntityType
- IfcNumericMeasure - com.solibri.smc.api.ifc.IfcEntityType
- IfcObject - com.solibri.smc.api.ifc.IfcEntityType
- IfcObjectDefinition - com.solibri.smc.api.ifc.IfcEntityType
- IfcObjective - com.solibri.smc.api.ifc.IfcEntityType
- IfcObjectiveEnum - com.solibri.smc.api.ifc.IfcEntityType
- IfcObjectPlacement - com.solibri.smc.api.ifc.IfcEntityType
- IfcObjectReferenceSelect - com.solibri.smc.api.ifc.IfcEntityType
- IfcObjectTypeEnum - com.solibri.smc.api.ifc.IfcEntityType
- IfcOccupant - com.solibri.smc.api.ifc.IfcEntityType
- IfcOccupantTypeEnum - com.solibri.smc.api.ifc.IfcEntityType
- IfcOffsetCurve - com.solibri.smc.api.ifc.IfcEntityType
- IfcOffsetCurve2D - com.solibri.smc.api.ifc.IfcEntityType
- IfcOffsetCurve3D - com.solibri.smc.api.ifc.IfcEntityType
- IfcOffsetCurveByDistances - com.solibri.smc.api.ifc.IfcEntityType
- IfcOneDirectionRepeatFactor - com.solibri.smc.api.ifc.IfcEntityType
- IfcOpeningElement - com.solibri.smc.api.ifc.IfcEntityType
- IfcOpeningElementTypeEnum - com.solibri.smc.api.ifc.IfcEntityType
- IfcOpeningStandardCase - com.solibri.smc.api.ifc.IfcEntityType
- IfcOpenShell - com.solibri.smc.api.ifc.IfcEntityType
- IfcOpticalMaterialProperties - com.solibri.smc.api.ifc.IfcEntityType
- IfcOrderAction - com.solibri.smc.api.ifc.IfcEntityType
- IfcOrganization - com.solibri.smc.api.ifc.IfcEntityType
- IfcOrganizationRelationship - com.solibri.smc.api.ifc.IfcEntityType
- IfcOrientationExpression - com.solibri.smc.api.ifc.IfcEntityType
- IfcOrientedEdge - com.solibri.smc.api.ifc.IfcEntityType
- IfcOrthogonalComplement - com.solibri.smc.api.ifc.IfcEntityType
- IfcOuterBoundaryCurve - com.solibri.smc.api.ifc.IfcEntityType
- IfcOutlet - com.solibri.smc.api.ifc.IfcEntityType
- IfcOutletType - com.solibri.smc.api.ifc.IfcEntityType
- IfcOutletTypeEnum - com.solibri.smc.api.ifc.IfcEntityType
- IfcOwnerHistory - com.solibri.smc.api.ifc.IfcEntityType
- IfcParameterizedProfileDef - com.solibri.smc.api.ifc.IfcEntityType
- IfcParameterValue - com.solibri.smc.api.ifc.IfcEntityType
- IfcPath - com.solibri.smc.api.ifc.IfcEntityType
- IfcPathHeadToTail - com.solibri.smc.api.ifc.IfcEntityType
- IfcPcurve - com.solibri.smc.api.ifc.IfcEntityType
- IfcPerformanceHistory - com.solibri.smc.api.ifc.IfcEntityType
- IfcPerformanceHistoryTypeEnum - com.solibri.smc.api.ifc.IfcEntityType
- IfcPermeableCoveringOperationEnum - com.solibri.smc.api.ifc.IfcEntityType
- IfcPermeableCoveringProperties - com.solibri.smc.api.ifc.IfcEntityType
- IfcPermit - com.solibri.smc.api.ifc.IfcEntityType
- IfcPermitTypeEnum - com.solibri.smc.api.ifc.IfcEntityType
- IfcPerson - com.solibri.smc.api.ifc.IfcEntityType
- IfcPersonAndOrganization - com.solibri.smc.api.ifc.IfcEntityType
- IfcPHMeasure - com.solibri.smc.api.ifc.IfcEntityType
- IfcPhysicalComplexQuantity - com.solibri.smc.api.ifc.IfcEntityType
- IfcPhysicalOrVirtualEnum - com.solibri.smc.api.ifc.IfcEntityType
- IfcPhysicalQuantity - com.solibri.smc.api.ifc.IfcEntityType
- IfcPhysicalSimpleQuantity - com.solibri.smc.api.ifc.IfcEntityType
- IfcPile - com.solibri.smc.api.ifc.IfcEntityType
- IfcPileConstructionEnum - com.solibri.smc.api.ifc.IfcEntityType
- IfcPileType - com.solibri.smc.api.ifc.IfcEntityType
- IfcPileTypeEnum - com.solibri.smc.api.ifc.IfcEntityType
- IfcPipeFitting - com.solibri.smc.api.ifc.IfcEntityType
- IfcPipeFittingType - com.solibri.smc.api.ifc.IfcEntityType
- IfcPipeFittingTypeEnum - com.solibri.smc.api.ifc.IfcEntityType
- IfcPipeSegment - com.solibri.smc.api.ifc.IfcEntityType
- IfcPipeSegmentType - com.solibri.smc.api.ifc.IfcEntityType
- IfcPipeSegmentTypeEnum - com.solibri.smc.api.ifc.IfcEntityType
- IfcPixelTexture - com.solibri.smc.api.ifc.IfcEntityType
- IfcPlacement - com.solibri.smc.api.ifc.IfcEntityType
- IfcPlanarBox - com.solibri.smc.api.ifc.IfcEntityType
- IfcPlanarExtent - com.solibri.smc.api.ifc.IfcEntityType
- IfcPlanarForceMeasure - com.solibri.smc.api.ifc.IfcEntityType
- IfcPlane - com.solibri.smc.api.ifc.IfcEntityType
- IfcPlaneAngleMeasure - com.solibri.smc.api.ifc.IfcEntityType
- IfcPlate - com.solibri.smc.api.ifc.IfcEntityType
- IfcPlateStandardCase - com.solibri.smc.api.ifc.IfcEntityType
- IfcPlateType - com.solibri.smc.api.ifc.IfcEntityType
- IfcPlateTypeEnum - com.solibri.smc.api.ifc.IfcEntityType
- IfcPoint - com.solibri.smc.api.ifc.IfcEntityType
- IfcPointListDim - com.solibri.smc.api.ifc.IfcEntityType
- IfcPointOnCurve - com.solibri.smc.api.ifc.IfcEntityType
- IfcPointOnSurface - com.solibri.smc.api.ifc.IfcEntityType
- IfcPointOrVertexPoint - com.solibri.smc.api.ifc.IfcEntityType
- IfcPolygonalBoundedHalfSpace - com.solibri.smc.api.ifc.IfcEntityType
- IfcPolygonalFaceSet - com.solibri.smc.api.ifc.IfcEntityType
- IfcPolyline - com.solibri.smc.api.ifc.IfcEntityType
- IfcPolyLoop - com.solibri.smc.api.ifc.IfcEntityType
- IfcPort - com.solibri.smc.api.ifc.IfcEntityType
- IfcPositioningElement - com.solibri.smc.api.ifc.IfcEntityType
- IfcPositiveInteger - com.solibri.smc.api.ifc.IfcEntityType
- IfcPositiveLengthMeasure - com.solibri.smc.api.ifc.IfcEntityType
- IfcPositivePlaneAngleMeasure - com.solibri.smc.api.ifc.IfcEntityType
- IfcPositiveRatioMeasure - com.solibri.smc.api.ifc.IfcEntityType
- IfcPostalAddress - com.solibri.smc.api.ifc.IfcEntityType
- IfcPowerMeasure - com.solibri.smc.api.ifc.IfcEntityType
- IfcPreDefinedColour - com.solibri.smc.api.ifc.IfcEntityType
- IfcPreDefinedCurveFont - com.solibri.smc.api.ifc.IfcEntityType
- IfcPreDefinedDimensionSymbol - com.solibri.smc.api.ifc.IfcEntityType
- IfcPreDefinedItem - com.solibri.smc.api.ifc.IfcEntityType
- IfcPreDefinedPointMarkerSymbol - com.solibri.smc.api.ifc.IfcEntityType
- IfcPreDefinedProperties - com.solibri.smc.api.ifc.IfcEntityType
- IfcPreDefinedPropertySet - com.solibri.smc.api.ifc.IfcEntityType
- IfcPreDefinedSymbol - com.solibri.smc.api.ifc.IfcEntityType
- IfcPreDefinedTerminatorSymbol - com.solibri.smc.api.ifc.IfcEntityType
- IfcPreDefinedTextFont - com.solibri.smc.api.ifc.IfcEntityType
- IfcPreferredSurfaceCurveRepresentation - com.solibri.smc.api.ifc.IfcEntityType
- IfcPresentableText - com.solibri.smc.api.ifc.IfcEntityType
- IfcPresentationItem - com.solibri.smc.api.ifc.IfcEntityType
- IfcPresentationLayerAssignment - com.solibri.smc.api.ifc.IfcEntityType
- IfcPresentationLayerWithStyle - com.solibri.smc.api.ifc.IfcEntityType
- IfcPresentationStyle - com.solibri.smc.api.ifc.IfcEntityType
- IfcPresentationStyleAssignment - com.solibri.smc.api.ifc.IfcEntityType
- IfcPresentationStyleSelect - com.solibri.smc.api.ifc.IfcEntityType
- IfcPressureMeasure - com.solibri.smc.api.ifc.IfcEntityType
- IfcProcedure - com.solibri.smc.api.ifc.IfcEntityType
- IfcProcedureType - com.solibri.smc.api.ifc.IfcEntityType
- IfcProcedureTypeEnum - com.solibri.smc.api.ifc.IfcEntityType
- IfcProcess - com.solibri.smc.api.ifc.IfcEntityType
- IfcProcessSelect - com.solibri.smc.api.ifc.IfcEntityType
- IfcProduct - com.solibri.smc.api.ifc.IfcEntityType
- IfcProductDefinitionShape - com.solibri.smc.api.ifc.IfcEntityType
- IfcProductRepresentation - com.solibri.smc.api.ifc.IfcEntityType
- IfcProductRepresentationSelect - com.solibri.smc.api.ifc.IfcEntityType
- IfcProductSelect - com.solibri.smc.api.ifc.IfcEntityType
- IfcProductsOfCombustionProperties - com.solibri.smc.api.ifc.IfcEntityType
- IfcProfileDef - com.solibri.smc.api.ifc.IfcEntityType
- IfcProfileProperties - com.solibri.smc.api.ifc.IfcEntityType
- IfcProfileTypeEnum - com.solibri.smc.api.ifc.IfcEntityType
- IfcProject - com.solibri.smc.api.ifc.IfcEntityType
- IfcProjectedCRS - com.solibri.smc.api.ifc.IfcEntityType
- IfcProjectedOrTrueLengthEnum - com.solibri.smc.api.ifc.IfcEntityType
- IfcProjectionCurve - com.solibri.smc.api.ifc.IfcEntityType
- IfcProjectionElement - com.solibri.smc.api.ifc.IfcEntityType
- IfcProjectionElementTypeEnum - com.solibri.smc.api.ifc.IfcEntityType
- IfcProjectLibrary - com.solibri.smc.api.ifc.IfcEntityType
- IfcProjectOrder - com.solibri.smc.api.ifc.IfcEntityType
- IfcProjectOrderRecord - com.solibri.smc.api.ifc.IfcEntityType
- IfcProjectOrderTypeEnum - com.solibri.smc.api.ifc.IfcEntityType
- IfcProperty - com.solibri.smc.api.ifc.IfcEntityType
- IfcPropertyAbstraction - com.solibri.smc.api.ifc.IfcEntityType
- IfcPropertyBoundedValue - com.solibri.smc.api.ifc.IfcEntityType
- IfcPropertyConstraintRelationship - com.solibri.smc.api.ifc.IfcEntityType
- IfcPropertyDefinition - com.solibri.smc.api.ifc.IfcEntityType
- IfcPropertyDependencyRelationship - com.solibri.smc.api.ifc.IfcEntityType
- IfcPropertyEnumeratedValue - com.solibri.smc.api.ifc.IfcEntityType
- IfcPropertyEnumeration - com.solibri.smc.api.ifc.IfcEntityType
- IfcPropertyListValue - com.solibri.smc.api.ifc.IfcEntityType
- IfcPropertyReferenceValue - com.solibri.smc.api.ifc.IfcEntityType
- IfcPropertySet - com.solibri.smc.api.ifc.IfcEntityType
- IfcPropertySetDefinition - com.solibri.smc.api.ifc.IfcEntityType
- IfcPropertySetDefinitionSelect - com.solibri.smc.api.ifc.IfcEntityType
- IfcPropertySetDefinitionSet - com.solibri.smc.api.ifc.IfcEntityType
- IfcPropertySetTemplate - com.solibri.smc.api.ifc.IfcEntityType
- IfcPropertySetTemplateTypeEnum - com.solibri.smc.api.ifc.IfcEntityType
- IfcPropertySingleValue - com.solibri.smc.api.ifc.IfcEntityType
- IfcPropertyTableValue - com.solibri.smc.api.ifc.IfcEntityType
- IfcPropertyTemplate - com.solibri.smc.api.ifc.IfcEntityType
- IfcPropertyTemplateDefinition - com.solibri.smc.api.ifc.IfcEntityType
- IfcProtectiveDevice - com.solibri.smc.api.ifc.IfcEntityType
- IfcProtectiveDeviceTrippingUnit - com.solibri.smc.api.ifc.IfcEntityType
- IfcProtectiveDeviceTrippingUnitType - com.solibri.smc.api.ifc.IfcEntityType
- IfcProtectiveDeviceTrippingUnitTypeEnum - com.solibri.smc.api.ifc.IfcEntityType
- IfcProtectiveDeviceType - com.solibri.smc.api.ifc.IfcEntityType
- IfcProtectiveDeviceTypeEnum - com.solibri.smc.api.ifc.IfcEntityType
- IfcProxy - com.solibri.smc.api.ifc.IfcEntityType
- IfcPump - com.solibri.smc.api.ifc.IfcEntityType
- IfcPumpType - com.solibri.smc.api.ifc.IfcEntityType
- IfcPumpTypeEnum - com.solibri.smc.api.ifc.IfcEntityType
- IfcQuantityArea - com.solibri.smc.api.ifc.IfcEntityType
- IfcQuantityCount - com.solibri.smc.api.ifc.IfcEntityType
- IfcQuantityLength - com.solibri.smc.api.ifc.IfcEntityType
- IfcQuantitySet - com.solibri.smc.api.ifc.IfcEntityType
- IfcQuantityTime - com.solibri.smc.api.ifc.IfcEntityType
- IfcQuantityVolume - com.solibri.smc.api.ifc.IfcEntityType
- IfcQuantityWeight - com.solibri.smc.api.ifc.IfcEntityType
- IfcRadioActivityMeasure - com.solibri.smc.api.ifc.IfcEntityType
- IfcRadiusDimension - com.solibri.smc.api.ifc.IfcEntityType
- IfcRailing - com.solibri.smc.api.ifc.IfcEntityType
- IfcRailingType - com.solibri.smc.api.ifc.IfcEntityType
- IfcRailingTypeEnum - com.solibri.smc.api.ifc.IfcEntityType
- IfcRamp - com.solibri.smc.api.ifc.IfcEntityType
- IfcRampFlight - com.solibri.smc.api.ifc.IfcEntityType
- IfcRampFlightType - com.solibri.smc.api.ifc.IfcEntityType
- IfcRampFlightTypeEnum - com.solibri.smc.api.ifc.IfcEntityType
- IfcRampType - com.solibri.smc.api.ifc.IfcEntityType
- IfcRampTypeEnum - com.solibri.smc.api.ifc.IfcEntityType
- IfcRatioMeasure - com.solibri.smc.api.ifc.IfcEntityType
- IfcRationalBezierCurve - com.solibri.smc.api.ifc.IfcEntityType
- IfcRationalBSplineCurveWithKnots - com.solibri.smc.api.ifc.IfcEntityType
- IfcRationalBSplineSurfaceWithKnots - com.solibri.smc.api.ifc.IfcEntityType
- IfcReal - com.solibri.smc.api.ifc.IfcEntityType
- IfcRectangleHollowProfileDef - com.solibri.smc.api.ifc.IfcEntityType
- IfcRectangleProfileDef - com.solibri.smc.api.ifc.IfcEntityType
- IfcRectangularPyramid - com.solibri.smc.api.ifc.IfcEntityType
- IfcRectangularTrimmedSurface - com.solibri.smc.api.ifc.IfcEntityType
- IfcRecurrencePattern - com.solibri.smc.api.ifc.IfcEntityType
- IfcRecurrenceTypeEnum - com.solibri.smc.api.ifc.IfcEntityType
- IfcReference - com.solibri.smc.api.ifc.IfcEntityType
- IfcReferencesValueDocument - com.solibri.smc.api.ifc.IfcEntityType
- IfcReferent - com.solibri.smc.api.ifc.IfcEntityType
- IfcReferentTypeEnum - com.solibri.smc.api.ifc.IfcEntityType
- IfcReflectanceMethodEnum - com.solibri.smc.api.ifc.IfcEntityType
- IfcRegularTimeSeries - com.solibri.smc.api.ifc.IfcEntityType
- IfcReinforcementBarProperties - com.solibri.smc.api.ifc.IfcEntityType
- IfcReinforcementDefinitionProperties - com.solibri.smc.api.ifc.IfcEntityType
- IfcReinforcingBar - com.solibri.smc.api.ifc.IfcEntityType
- IfcReinforcingBarRoleEnum - com.solibri.smc.api.ifc.IfcEntityType
- IfcReinforcingBarSurfaceEnum - com.solibri.smc.api.ifc.IfcEntityType
- IfcReinforcingBarType - com.solibri.smc.api.ifc.IfcEntityType
- IfcReinforcingBarTypeEnum - com.solibri.smc.api.ifc.IfcEntityType
- IfcReinforcingElement - com.solibri.smc.api.ifc.IfcEntityType
- IfcReinforcingElementType - com.solibri.smc.api.ifc.IfcEntityType
- IfcReinforcingMesh - com.solibri.smc.api.ifc.IfcEntityType
- IfcReinforcingMeshType - com.solibri.smc.api.ifc.IfcEntityType
- IfcReinforcingMeshTypeEnum - com.solibri.smc.api.ifc.IfcEntityType
- IfcRelAggregates - com.solibri.smc.api.ifc.IfcEntityType
- IfcRelAssigns - com.solibri.smc.api.ifc.IfcEntityType
- IfcRelAssignsTasks - com.solibri.smc.api.ifc.IfcEntityType
- IfcRelAssignsToActor - com.solibri.smc.api.ifc.IfcEntityType
- IfcRelAssignsToControl - com.solibri.smc.api.ifc.IfcEntityType
- IfcRelAssignsToGroup - com.solibri.smc.api.ifc.IfcEntityType
- IfcRelAssignsToGroupByFactor - com.solibri.smc.api.ifc.IfcEntityType
- IfcRelAssignsToProcess - com.solibri.smc.api.ifc.IfcEntityType
- IfcRelAssignsToProduct - com.solibri.smc.api.ifc.IfcEntityType
- IfcRelAssignsToProjectOrder - com.solibri.smc.api.ifc.IfcEntityType
- IfcRelAssignsToResource - com.solibri.smc.api.ifc.IfcEntityType
- IfcRelAssociates - com.solibri.smc.api.ifc.IfcEntityType
- IfcRelAssociatesAppliedValue - com.solibri.smc.api.ifc.IfcEntityType
- IfcRelAssociatesApproval - com.solibri.smc.api.ifc.IfcEntityType
- IfcRelAssociatesClassification - com.solibri.smc.api.ifc.IfcEntityType
- IfcRelAssociatesConstraint - com.solibri.smc.api.ifc.IfcEntityType
- IfcRelAssociatesDocument - com.solibri.smc.api.ifc.IfcEntityType
- IfcRelAssociatesLibrary - com.solibri.smc.api.ifc.IfcEntityType
- IfcRelAssociatesMaterial - com.solibri.smc.api.ifc.IfcEntityType
- IfcRelAssociatesProfileProperties - com.solibri.smc.api.ifc.IfcEntityType
- IfcRelationship - com.solibri.smc.api.ifc.IfcEntityType
- IfcRelaxation - com.solibri.smc.api.ifc.IfcEntityType
- IfcRelConnects - com.solibri.smc.api.ifc.IfcEntityType
- IfcRelConnectsElements - com.solibri.smc.api.ifc.IfcEntityType
- IfcRelConnectsPathElements - com.solibri.smc.api.ifc.IfcEntityType
- IfcRelConnectsPorts - com.solibri.smc.api.ifc.IfcEntityType
- IfcRelConnectsPortToElement - com.solibri.smc.api.ifc.IfcEntityType
- IfcRelConnectsStructuralActivity - com.solibri.smc.api.ifc.IfcEntityType
- IfcRelConnectsStructuralElement - com.solibri.smc.api.ifc.IfcEntityType
- IfcRelConnectsStructuralMember - com.solibri.smc.api.ifc.IfcEntityType
- IfcRelConnectsWithEccentricity - com.solibri.smc.api.ifc.IfcEntityType
- IfcRelConnectsWithRealizingElements - com.solibri.smc.api.ifc.IfcEntityType
- IfcRelContainedInSpatialStructure - com.solibri.smc.api.ifc.IfcEntityType
- IfcRelCoversBldgElements - com.solibri.smc.api.ifc.IfcEntityType
- IfcRelCoversSpaces - com.solibri.smc.api.ifc.IfcEntityType
- IfcRelDeclares - com.solibri.smc.api.ifc.IfcEntityType
- IfcRelDecomposes - com.solibri.smc.api.ifc.IfcEntityType
- IfcRelDefines - com.solibri.smc.api.ifc.IfcEntityType
- IfcRelDefinesByObject - com.solibri.smc.api.ifc.IfcEntityType
- IfcRelDefinesByProperties - com.solibri.smc.api.ifc.IfcEntityType
- IfcRelDefinesByTemplate - com.solibri.smc.api.ifc.IfcEntityType
- IfcRelDefinesByType - com.solibri.smc.api.ifc.IfcEntityType
- IfcRelFillsElement - com.solibri.smc.api.ifc.IfcEntityType
- IfcRelFlowControlElements - com.solibri.smc.api.ifc.IfcEntityType
- IfcRelInteractionRequirements - com.solibri.smc.api.ifc.IfcEntityType
- IfcRelInterferesElements - com.solibri.smc.api.ifc.IfcEntityType
- IfcRelNests - com.solibri.smc.api.ifc.IfcEntityType
- IfcRelOccupiesSpaces - com.solibri.smc.api.ifc.IfcEntityType
- IfcRelOverridesProperties - com.solibri.smc.api.ifc.IfcEntityType
- IfcRelProjectsElement - com.solibri.smc.api.ifc.IfcEntityType
- IfcRelReferencedInSpatialStructure - com.solibri.smc.api.ifc.IfcEntityType
- IfcRelSchedulesCostItems - com.solibri.smc.api.ifc.IfcEntityType
- IfcRelSequence - com.solibri.smc.api.ifc.IfcEntityType
- IfcRelServicesBuildings - com.solibri.smc.api.ifc.IfcEntityType
- IfcRelSpaceBoundary - com.solibri.smc.api.ifc.IfcEntityType
- IfcRelSpaceBoundary1stLevel - com.solibri.smc.api.ifc.IfcEntityType
- IfcRelSpaceBoundary2ndLevel - com.solibri.smc.api.ifc.IfcEntityType
- IfcRelVoidsElement - com.solibri.smc.api.ifc.IfcEntityType
- IfcReparametrisedCompositeCurveSegment - com.solibri.smc.api.ifc.IfcEntityType
- IfcRepresentation - com.solibri.smc.api.ifc.IfcEntityType
- IfcRepresentationContext - com.solibri.smc.api.ifc.IfcEntityType
- IfcRepresentationContextSameWCS - com.solibri.smc.api.ifc.IfcEntityType
- IfcRepresentationItem - com.solibri.smc.api.ifc.IfcEntityType
- IfcRepresentationMap - com.solibri.smc.api.ifc.IfcEntityType
- IfcResource - com.solibri.smc.api.ifc.IfcEntityType
- IfcResourceApprovalRelationship - com.solibri.smc.api.ifc.IfcEntityType
- IfcResourceConstraintRelationship - com.solibri.smc.api.ifc.IfcEntityType
- IfcResourceLevelRelationship - com.solibri.smc.api.ifc.IfcEntityType
- IfcResourceObjectSelect - com.solibri.smc.api.ifc.IfcEntityType
- IfcResourceSelect - com.solibri.smc.api.ifc.IfcEntityType
- IfcResourceTime - com.solibri.smc.api.ifc.IfcEntityType
- IfcRevolvedAreaSolid - com.solibri.smc.api.ifc.IfcEntityType
- IfcRevolvedAreaSolidTapered - com.solibri.smc.api.ifc.IfcEntityType
- IfcRibPlateProfileProperties - com.solibri.smc.api.ifc.IfcEntityType
- IfcRightCircularCone - com.solibri.smc.api.ifc.IfcEntityType
- IfcRightCircularCylinder - com.solibri.smc.api.ifc.IfcEntityType
- IfcRoleEnum - com.solibri.smc.api.ifc.IfcEntityType
- IfcRoof - com.solibri.smc.api.ifc.IfcEntityType
- IfcRoofType - com.solibri.smc.api.ifc.IfcEntityType
- IfcRoofTypeEnum - com.solibri.smc.api.ifc.IfcEntityType
- IfcRoot - com.solibri.smc.api.ifc.IfcEntityType
- IfcRotationalFrequencyMeasure - com.solibri.smc.api.ifc.IfcEntityType
- IfcRotationalMassMeasure - com.solibri.smc.api.ifc.IfcEntityType
- IfcRotationalStiffnessMeasure - com.solibri.smc.api.ifc.IfcEntityType
- IfcRotationalStiffnessSelect - com.solibri.smc.api.ifc.IfcEntityType
- IfcRoundedEdgeFeature - com.solibri.smc.api.ifc.IfcEntityType
- IfcRoundedRectangleProfileDef - com.solibri.smc.api.ifc.IfcEntityType
- IfcSameAxis2Placement - com.solibri.smc.api.ifc.IfcEntityType
- IfcSameCartesianPoint - com.solibri.smc.api.ifc.IfcEntityType
- IfcSameDirection - com.solibri.smc.api.ifc.IfcEntityType
- IfcSameValidPrecision - com.solibri.smc.api.ifc.IfcEntityType
- IfcSameValue - com.solibri.smc.api.ifc.IfcEntityType
- IfcSanitaryTerminal - com.solibri.smc.api.ifc.IfcEntityType
- IfcSanitaryTerminalType - com.solibri.smc.api.ifc.IfcEntityType
- IfcSanitaryTerminalTypeEnum - com.solibri.smc.api.ifc.IfcEntityType
- IfcScalarTimesVector - com.solibri.smc.api.ifc.IfcEntityType
- IfcScheduleTimeControl - com.solibri.smc.api.ifc.IfcEntityType
- IfcSchedulingTime - com.solibri.smc.api.ifc.IfcEntityType
- IfcSeamCurve - com.solibri.smc.api.ifc.IfcEntityType
- IfcSecondProjAxis - com.solibri.smc.api.ifc.IfcEntityType
- IfcSectionalAreaIntegralMeasure - com.solibri.smc.api.ifc.IfcEntityType
- IfcSectionedSolid - com.solibri.smc.api.ifc.IfcEntityType
- IfcSectionedSolidHorizontal - com.solibri.smc.api.ifc.IfcEntityType
- IfcSectionedSpine - com.solibri.smc.api.ifc.IfcEntityType
- IfcSectionModulusMeasure - com.solibri.smc.api.ifc.IfcEntityType
- IfcSectionProperties - com.solibri.smc.api.ifc.IfcEntityType
- IfcSectionReinforcementProperties - com.solibri.smc.api.ifc.IfcEntityType
- IfcSectionTypeEnum - com.solibri.smc.api.ifc.IfcEntityType
- IfcSegmentIndexSelect - com.solibri.smc.api.ifc.IfcEntityType
- IfcSensor - com.solibri.smc.api.ifc.IfcEntityType
- IfcSensorType - com.solibri.smc.api.ifc.IfcEntityType
- IfcSensorTypeEnum - com.solibri.smc.api.ifc.IfcEntityType
- IfcSequenceEnum - com.solibri.smc.api.ifc.IfcEntityType
- IfcServiceLife - com.solibri.smc.api.ifc.IfcEntityType
- IfcServiceLifeFactor - com.solibri.smc.api.ifc.IfcEntityType
- IfcShadingDevice - com.solibri.smc.api.ifc.IfcEntityType
- IfcShadingDeviceType - com.solibri.smc.api.ifc.IfcEntityType
- IfcShadingDeviceTypeEnum - com.solibri.smc.api.ifc.IfcEntityType
- IfcShapeAspect - com.solibri.smc.api.ifc.IfcEntityType
- IfcShapeModel - com.solibri.smc.api.ifc.IfcEntityType
- IfcShapeRepresentation - com.solibri.smc.api.ifc.IfcEntityType
- IfcShapeRepresentationTypes - com.solibri.smc.api.ifc.IfcEntityType
- IfcShearModulusMeasure - com.solibri.smc.api.ifc.IfcEntityType
- IfcShell - com.solibri.smc.api.ifc.IfcEntityType
- IfcShellBasedSurfaceModel - com.solibri.smc.api.ifc.IfcEntityType
- IfcSimpleProperty - com.solibri.smc.api.ifc.IfcEntityType
- IfcSimplePropertyTemplate - com.solibri.smc.api.ifc.IfcEntityType
- IfcSimplePropertyTemplateTypeEnum - com.solibri.smc.api.ifc.IfcEntityType
- IfcSimpleValue - com.solibri.smc.api.ifc.IfcEntityType
- IfcSingleProjectInstance - com.solibri.smc.api.ifc.IfcEntityType
- IfcSIPrefix - com.solibri.smc.api.ifc.IfcEntityType
- IfcSite - com.solibri.smc.api.ifc.IfcEntityType
- IfcSIUnit - com.solibri.smc.api.ifc.IfcEntityType
- IfcSIUnitName - com.solibri.smc.api.ifc.IfcEntityType
- IfcSizeSelect - com.solibri.smc.api.ifc.IfcEntityType
- IfcSlab - com.solibri.smc.api.ifc.IfcEntityType
- IfcSlabElementedCase - com.solibri.smc.api.ifc.IfcEntityType
- IfcSlabStandardCase - com.solibri.smc.api.ifc.IfcEntityType
- IfcSlabType - com.solibri.smc.api.ifc.IfcEntityType
- IfcSlabTypeEnum - com.solibri.smc.api.ifc.IfcEntityType
- IfcSlippageConnectionCondition - com.solibri.smc.api.ifc.IfcEntityType
- IfcSolarDevice - com.solibri.smc.api.ifc.IfcEntityType
- IfcSolarDeviceType - com.solibri.smc.api.ifc.IfcEntityType
- IfcSolarDeviceTypeEnum - com.solibri.smc.api.ifc.IfcEntityType
- IfcSolidAngleMeasure - com.solibri.smc.api.ifc.IfcEntityType
- IfcSolidModel - com.solibri.smc.api.ifc.IfcEntityType
- IfcSolidOrShell - com.solibri.smc.api.ifc.IfcEntityType
- IfcSoundPowerLevelMeasure - com.solibri.smc.api.ifc.IfcEntityType
- IfcSoundPowerMeasure - com.solibri.smc.api.ifc.IfcEntityType
- IfcSoundPressureLevelMeasure - com.solibri.smc.api.ifc.IfcEntityType
- IfcSoundPressureMeasure - com.solibri.smc.api.ifc.IfcEntityType
- IfcSoundProperties - com.solibri.smc.api.ifc.IfcEntityType
- IfcSoundValue - com.solibri.smc.api.ifc.IfcEntityType
- IfcSpace - com.solibri.smc.api.ifc.IfcEntityType
- IfcSpaceBoundarySelect - com.solibri.smc.api.ifc.IfcEntityType
- IfcSpaceHeater - com.solibri.smc.api.ifc.IfcEntityType
- IfcSpaceHeaterType - com.solibri.smc.api.ifc.IfcEntityType
- IfcSpaceHeaterTypeEnum - com.solibri.smc.api.ifc.IfcEntityType
- IfcSpaceProgram - com.solibri.smc.api.ifc.IfcEntityType
- IfcSpaceThermalLoadProperties - com.solibri.smc.api.ifc.IfcEntityType
- IfcSpaceType - com.solibri.smc.api.ifc.IfcEntityType
- IfcSpaceTypeEnum - com.solibri.smc.api.ifc.IfcEntityType
- IfcSpatialElement - com.solibri.smc.api.ifc.IfcEntityType
- IfcSpatialElementType - com.solibri.smc.api.ifc.IfcEntityType
- IfcSpatialStructureElement - com.solibri.smc.api.ifc.IfcEntityType
- IfcSpatialStructureElementType - com.solibri.smc.api.ifc.IfcEntityType
- IfcSpatialZone - com.solibri.smc.api.ifc.IfcEntityType
- IfcSpatialZoneType - com.solibri.smc.api.ifc.IfcEntityType
- IfcSpatialZoneTypeEnum - com.solibri.smc.api.ifc.IfcEntityType
- IfcSpecificHeatCapacityMeasure - com.solibri.smc.api.ifc.IfcEntityType
- IfcSpecularExponent - com.solibri.smc.api.ifc.IfcEntityType
- IfcSpecularHighlightSelect - com.solibri.smc.api.ifc.IfcEntityType
- IfcSpecularRoughness - com.solibri.smc.api.ifc.IfcEntityType
- IfcSphere - com.solibri.smc.api.ifc.IfcEntityType
- IfcSphericalSurface - com.solibri.smc.api.ifc.IfcEntityType
- IfcStackTerminal - com.solibri.smc.api.ifc.IfcEntityType
- IfcStackTerminalType - com.solibri.smc.api.ifc.IfcEntityType
- IfcStackTerminalTypeEnum - com.solibri.smc.api.ifc.IfcEntityType
- IfcStair - com.solibri.smc.api.ifc.IfcEntityType
- IfcStairFlight - com.solibri.smc.api.ifc.IfcEntityType
- IfcStairFlightType - com.solibri.smc.api.ifc.IfcEntityType
- IfcStairFlightTypeEnum - com.solibri.smc.api.ifc.IfcEntityType
- IfcStairType - com.solibri.smc.api.ifc.IfcEntityType
- IfcStairTypeEnum - com.solibri.smc.api.ifc.IfcEntityType
- IfcStateEnum - com.solibri.smc.api.ifc.IfcEntityType
- IfcStructuralAction - com.solibri.smc.api.ifc.IfcEntityType
- IfcStructuralActivity - com.solibri.smc.api.ifc.IfcEntityType
- IfcStructuralActivityAssignmentSelect - com.solibri.smc.api.ifc.IfcEntityType
- IfcStructuralAnalysisModel - com.solibri.smc.api.ifc.IfcEntityType
- IfcStructuralConnection - com.solibri.smc.api.ifc.IfcEntityType
- IfcStructuralConnectionCondition - com.solibri.smc.api.ifc.IfcEntityType
- IfcStructuralCurveAction - com.solibri.smc.api.ifc.IfcEntityType
- IfcStructuralCurveActivityTypeEnum - com.solibri.smc.api.ifc.IfcEntityType
- IfcStructuralCurveConnection - com.solibri.smc.api.ifc.IfcEntityType
- IfcStructuralCurveMember - com.solibri.smc.api.ifc.IfcEntityType
- IfcStructuralCurveMemberTypeEnum - com.solibri.smc.api.ifc.IfcEntityType
- IfcStructuralCurveMemberVarying - com.solibri.smc.api.ifc.IfcEntityType
- IfcStructuralCurveReaction - com.solibri.smc.api.ifc.IfcEntityType
- IfcStructuralItem - com.solibri.smc.api.ifc.IfcEntityType
- IfcStructuralLinearAction - com.solibri.smc.api.ifc.IfcEntityType
- IfcStructuralLinearActionVarying - com.solibri.smc.api.ifc.IfcEntityType
- IfcStructuralLoad - com.solibri.smc.api.ifc.IfcEntityType
- IfcStructuralLoadCase - com.solibri.smc.api.ifc.IfcEntityType
- IfcStructuralLoadConfiguration - com.solibri.smc.api.ifc.IfcEntityType
- IfcStructuralLoadGroup - com.solibri.smc.api.ifc.IfcEntityType
- IfcStructuralLoadLinearForce - com.solibri.smc.api.ifc.IfcEntityType
- IfcStructuralLoadOrResult - com.solibri.smc.api.ifc.IfcEntityType
- IfcStructuralLoadPlanarForce - com.solibri.smc.api.ifc.IfcEntityType
- IfcStructuralLoadSingleDisplacement - com.solibri.smc.api.ifc.IfcEntityType
- IfcStructuralLoadSingleDisplacementDistortion - com.solibri.smc.api.ifc.IfcEntityType
- IfcStructuralLoadSingleForce - com.solibri.smc.api.ifc.IfcEntityType
- IfcStructuralLoadSingleForceWarping - com.solibri.smc.api.ifc.IfcEntityType
- IfcStructuralLoadStatic - com.solibri.smc.api.ifc.IfcEntityType
- IfcStructuralLoadTemperature - com.solibri.smc.api.ifc.IfcEntityType
- IfcStructuralMember - com.solibri.smc.api.ifc.IfcEntityType
- IfcStructuralPlanarAction - com.solibri.smc.api.ifc.IfcEntityType
- IfcStructuralPlanarActionVarying - com.solibri.smc.api.ifc.IfcEntityType
- IfcStructuralPointAction - com.solibri.smc.api.ifc.IfcEntityType
- IfcStructuralPointConnection - com.solibri.smc.api.ifc.IfcEntityType
- IfcStructuralPointReaction - com.solibri.smc.api.ifc.IfcEntityType
- IfcStructuralProfileProperties - com.solibri.smc.api.ifc.IfcEntityType
- IfcStructuralReaction - com.solibri.smc.api.ifc.IfcEntityType
- IfcStructuralResultGroup - com.solibri.smc.api.ifc.IfcEntityType
- IfcStructuralSteelProfileProperties - com.solibri.smc.api.ifc.IfcEntityType
- IfcStructuralSurfaceAction - com.solibri.smc.api.ifc.IfcEntityType
- IfcStructuralSurfaceActivityTypeEnum - com.solibri.smc.api.ifc.IfcEntityType
- IfcStructuralSurfaceConnection - com.solibri.smc.api.ifc.IfcEntityType
- IfcStructuralSurfaceMember - com.solibri.smc.api.ifc.IfcEntityType
- IfcStructuralSurfaceMemberTypeEnum - com.solibri.smc.api.ifc.IfcEntityType
- IfcStructuralSurfaceMemberVarying - com.solibri.smc.api.ifc.IfcEntityType
- IfcStructuralSurfaceReaction - com.solibri.smc.api.ifc.IfcEntityType
- IfcStructuredDimensionCallout - com.solibri.smc.api.ifc.IfcEntityType
- IfcStyleAssignmentSelect - com.solibri.smc.api.ifc.IfcEntityType
- IfcStyledItem - com.solibri.smc.api.ifc.IfcEntityType
- IfcStyledRepresentation - com.solibri.smc.api.ifc.IfcEntityType
- IfcStyleModel - com.solibri.smc.api.ifc.IfcEntityType
- IfcSubContractResource - com.solibri.smc.api.ifc.IfcEntityType
- IfcSubContractResourceType - com.solibri.smc.api.ifc.IfcEntityType
- IfcSubContractResourceTypeEnum - com.solibri.smc.api.ifc.IfcEntityType
- IfcSubedge - com.solibri.smc.api.ifc.IfcEntityType
- IfcSurface - com.solibri.smc.api.ifc.IfcEntityType
- IfcSurfaceCurve - com.solibri.smc.api.ifc.IfcEntityType
- IfcSurfaceCurveSweptAreaSolid - com.solibri.smc.api.ifc.IfcEntityType
- IfcSurfaceFeature - com.solibri.smc.api.ifc.IfcEntityType
- IfcSurfaceFeatureTypeEnum - com.solibri.smc.api.ifc.IfcEntityType
- IfcSurfaceOfLinearExtrusion - com.solibri.smc.api.ifc.IfcEntityType
- IfcSurfaceOfRevolution - com.solibri.smc.api.ifc.IfcEntityType
- IfcSurfaceOrFaceSurface - com.solibri.smc.api.ifc.IfcEntityType
- IfcSurfaceReinforcementArea - com.solibri.smc.api.ifc.IfcEntityType
- IfcSurfaceSide - com.solibri.smc.api.ifc.IfcEntityType
- IfcSurfaceStyle - com.solibri.smc.api.ifc.IfcEntityType
- IfcSurfaceStyleElementSelect - com.solibri.smc.api.ifc.IfcEntityType
- IfcSurfaceStyleLighting - com.solibri.smc.api.ifc.IfcEntityType
- IfcSurfaceStyleRefraction - com.solibri.smc.api.ifc.IfcEntityType
- IfcSurfaceStyleRendering - com.solibri.smc.api.ifc.IfcEntityType
- IfcSurfaceStyleShading - com.solibri.smc.api.ifc.IfcEntityType
- IfcSurfaceStyleWithTextures - com.solibri.smc.api.ifc.IfcEntityType
- IfcSurfaceTexture - com.solibri.smc.api.ifc.IfcEntityType
- IfcSurfaceWeightsPositive - com.solibri.smc.api.ifc.IfcEntityType
- IfcSweptAreaSolid - com.solibri.smc.api.ifc.IfcEntityType
- IfcSweptDiskSolid - com.solibri.smc.api.ifc.IfcEntityType
- IfcSweptDiskSolidPolygonal - com.solibri.smc.api.ifc.IfcEntityType
- IfcSweptSurface - com.solibri.smc.api.ifc.IfcEntityType
- IfcSwitchingDevice - com.solibri.smc.api.ifc.IfcEntityType
- IfcSwitchingDeviceType - com.solibri.smc.api.ifc.IfcEntityType
- IfcSwitchingDeviceTypeEnum - com.solibri.smc.api.ifc.IfcEntityType
- IfcSymbolStyle - com.solibri.smc.api.ifc.IfcEntityType
- IfcSystem - com.solibri.smc.api.ifc.IfcEntityType
- IfcSystemFurnitureElement - com.solibri.smc.api.ifc.IfcEntityType
- IfcSystemFurnitureElementType - com.solibri.smc.api.ifc.IfcEntityType
- IfcSystemFurnitureElementTypeEnum - com.solibri.smc.api.ifc.IfcEntityType
- IfcTable - com.solibri.smc.api.ifc.IfcEntityType
- IfcTableColumn - com.solibri.smc.api.ifc.IfcEntityType
- IfcTableRow - com.solibri.smc.api.ifc.IfcEntityType
- IfcTank - com.solibri.smc.api.ifc.IfcEntityType
- IfcTankType - com.solibri.smc.api.ifc.IfcEntityType
- IfcTankTypeEnum - com.solibri.smc.api.ifc.IfcEntityType
- IfcTaperedSweptAreaProfiles - com.solibri.smc.api.ifc.IfcEntityType
- IfcTask - com.solibri.smc.api.ifc.IfcEntityType
- IfcTaskDurationEnum - com.solibri.smc.api.ifc.IfcEntityType
- IfcTaskTime - com.solibri.smc.api.ifc.IfcEntityType
- IfcTaskTimeRecurring - com.solibri.smc.api.ifc.IfcEntityType
- IfcTaskType - com.solibri.smc.api.ifc.IfcEntityType
- IfcTaskTypeEnum - com.solibri.smc.api.ifc.IfcEntityType
- IfcTelecomAddress - com.solibri.smc.api.ifc.IfcEntityType
- IfcTemperatureGradientMeasure - com.solibri.smc.api.ifc.IfcEntityType
- IfcTemperatureRateOfChangeMeasure - com.solibri.smc.api.ifc.IfcEntityType
- IfcTendon - com.solibri.smc.api.ifc.IfcEntityType
- IfcTendonAnchor - com.solibri.smc.api.ifc.IfcEntityType
- IfcTendonAnchorType - com.solibri.smc.api.ifc.IfcEntityType
- IfcTendonAnchorTypeEnum - com.solibri.smc.api.ifc.IfcEntityType
- IfcTendonType - com.solibri.smc.api.ifc.IfcEntityType
- IfcTendonTypeEnum - com.solibri.smc.api.ifc.IfcEntityType
- IfcTerminatorSymbol - com.solibri.smc.api.ifc.IfcEntityType
- IfcTessellatedFaceSet - com.solibri.smc.api.ifc.IfcEntityType
- IfcTessellatedItem - com.solibri.smc.api.ifc.IfcEntityType
- IfcText - com.solibri.smc.api.ifc.IfcEntityType
- IfcTextAlignment - com.solibri.smc.api.ifc.IfcEntityType
- IfcTextDecoration - com.solibri.smc.api.ifc.IfcEntityType
- IfcTextFontName - com.solibri.smc.api.ifc.IfcEntityType
- IfcTextFontSelect - com.solibri.smc.api.ifc.IfcEntityType
- IfcTextLiteral - com.solibri.smc.api.ifc.IfcEntityType
- IfcTextLiteralWithExtent - com.solibri.smc.api.ifc.IfcEntityType
- IfcTextPath - com.solibri.smc.api.ifc.IfcEntityType
- IfcTextStyle - com.solibri.smc.api.ifc.IfcEntityType
- IfcTextStyleFontModel - com.solibri.smc.api.ifc.IfcEntityType
- IfcTextStyleForDefinedFont - com.solibri.smc.api.ifc.IfcEntityType
- IfcTextStyleTextModel - com.solibri.smc.api.ifc.IfcEntityType
- IfcTextStyleWithBoxCharacteristics - com.solibri.smc.api.ifc.IfcEntityType
- IfcTextTransformation - com.solibri.smc.api.ifc.IfcEntityType
- IfcTextureCoordinate - com.solibri.smc.api.ifc.IfcEntityType
- IfcTextureCoordinateGenerator - com.solibri.smc.api.ifc.IfcEntityType
- IfcTextureMap - com.solibri.smc.api.ifc.IfcEntityType
- IfcTextureVertex - com.solibri.smc.api.ifc.IfcEntityType
- IfcTextureVertexList - com.solibri.smc.api.ifc.IfcEntityType
- IfcThermalAdmittanceMeasure - com.solibri.smc.api.ifc.IfcEntityType
- IfcThermalConductivityMeasure - com.solibri.smc.api.ifc.IfcEntityType
- IfcThermalExpansionCoefficientMeasure - com.solibri.smc.api.ifc.IfcEntityType
- IfcThermalMaterialProperties - com.solibri.smc.api.ifc.IfcEntityType
- IfcThermalResistanceMeasure - com.solibri.smc.api.ifc.IfcEntityType
- IfcThermalTransmittanceMeasure - com.solibri.smc.api.ifc.IfcEntityType
- IfcThermodynamicTemperatureMeasure - com.solibri.smc.api.ifc.IfcEntityType
- IfcTime - com.solibri.smc.api.ifc.IfcEntityType
- IfcTimeMeasure - com.solibri.smc.api.ifc.IfcEntityType
- IfcTimeOrRatioSelect - com.solibri.smc.api.ifc.IfcEntityType
- IfcTimePeriod - com.solibri.smc.api.ifc.IfcEntityType
- IfcTimeSeries - com.solibri.smc.api.ifc.IfcEntityType
- IfcTimeSeriesDataTypeEnum - com.solibri.smc.api.ifc.IfcEntityType
- IfcTimeSeriesReferenceRelationship - com.solibri.smc.api.ifc.IfcEntityType
- IfcTimeSeriesSchedule - com.solibri.smc.api.ifc.IfcEntityType
- IfcTimeSeriesValue - com.solibri.smc.api.ifc.IfcEntityType
- IfcTimeStamp - com.solibri.smc.api.ifc.IfcEntityType
- IfcTopologicalRepresentationItem - com.solibri.smc.api.ifc.IfcEntityType
- IfcTopologyRepresentation - com.solibri.smc.api.ifc.IfcEntityType
- IfcTopologyRepresentationTypes - com.solibri.smc.api.ifc.IfcEntityType
- IfcToroidalSurface - com.solibri.smc.api.ifc.IfcEntityType
- IfcTorqueMeasure - com.solibri.smc.api.ifc.IfcEntityType
- IfcTransformer - com.solibri.smc.api.ifc.IfcEntityType
- IfcTransformerType - com.solibri.smc.api.ifc.IfcEntityType
- IfcTransformerTypeEnum - com.solibri.smc.api.ifc.IfcEntityType
- IfcTransitionCode - com.solibri.smc.api.ifc.IfcEntityType
- IfcTransitionCurveSegment2D - com.solibri.smc.api.ifc.IfcEntityType
- IfcTransitionCurveType - com.solibri.smc.api.ifc.IfcEntityType
- IfcTranslationalStiffnessSelect - com.solibri.smc.api.ifc.IfcEntityType
- IfcTransportElement - com.solibri.smc.api.ifc.IfcEntityType
- IfcTransportElementType - com.solibri.smc.api.ifc.IfcEntityType
- IfcTransportElementTypeEnum - com.solibri.smc.api.ifc.IfcEntityType
- IfcTrapeziumProfileDef - com.solibri.smc.api.ifc.IfcEntityType
- IfcTriangulatedFaceSet - com.solibri.smc.api.ifc.IfcEntityType
- IfcTriangulatedIrregularNetwork - com.solibri.smc.api.ifc.IfcEntityType
- IfcTrimmedCurve - com.solibri.smc.api.ifc.IfcEntityType
- IfcTrimmingPreference - com.solibri.smc.api.ifc.IfcEntityType
- IfcTrimmingSelect - com.solibri.smc.api.ifc.IfcEntityType
- IfcTShapeProfileDef - com.solibri.smc.api.ifc.IfcEntityType
- IfcTubeBundle - com.solibri.smc.api.ifc.IfcEntityType
- IfcTubeBundleType - com.solibri.smc.api.ifc.IfcEntityType
- IfcTubeBundleTypeEnum - com.solibri.smc.api.ifc.IfcEntityType
- IfcTwoDirectionRepeatFactor - com.solibri.smc.api.ifc.IfcEntityType
- IfcTypeObject - com.solibri.smc.api.ifc.IfcEntityType
- IfcTypeProcess - com.solibri.smc.api.ifc.IfcEntityType
- IfcTypeProduct - com.solibri.smc.api.ifc.IfcEntityType
- IfcTypeResource - com.solibri.smc.api.ifc.IfcEntityType
- IfcUniqueDefinitionNames - com.solibri.smc.api.ifc.IfcEntityType
- IfcUniquePropertyName - com.solibri.smc.api.ifc.IfcEntityType
- IfcUniquePropertySetNames - com.solibri.smc.api.ifc.IfcEntityType
- IfcUniquePropertyTemplateNames - com.solibri.smc.api.ifc.IfcEntityType
- IfcUniqueQuantityNames - com.solibri.smc.api.ifc.IfcEntityType
- IfcUnit - com.solibri.smc.api.ifc.IfcEntityType
- IfcUnitaryControlElement - com.solibri.smc.api.ifc.IfcEntityType
- IfcUnitaryControlElementType - com.solibri.smc.api.ifc.IfcEntityType
- IfcUnitaryControlElementTypeEnum - com.solibri.smc.api.ifc.IfcEntityType
- IfcUnitaryEquipment - com.solibri.smc.api.ifc.IfcEntityType
- IfcUnitaryEquipmentType - com.solibri.smc.api.ifc.IfcEntityType
- IfcUnitaryEquipmentTypeEnum - com.solibri.smc.api.ifc.IfcEntityType
- IfcUnitAssignment - com.solibri.smc.api.ifc.IfcEntityType
- IfcUnitEnum - com.solibri.smc.api.ifc.IfcEntityType
- IfcURIReference - com.solibri.smc.api.ifc.IfcEntityType
- IfcUShapeProfileDef - com.solibri.smc.api.ifc.IfcEntityType
- IfcValue - com.solibri.smc.api.ifc.IfcEntityType
- IfcValve - com.solibri.smc.api.ifc.IfcEntityType
- IfcValveType - com.solibri.smc.api.ifc.IfcEntityType
- IfcValveTypeEnum - com.solibri.smc.api.ifc.IfcEntityType
- IfcVaporPermeabilityMeasure - com.solibri.smc.api.ifc.IfcEntityType
- IfcVector - com.solibri.smc.api.ifc.IfcEntityType
- IfcVectorDifference - com.solibri.smc.api.ifc.IfcEntityType
- IfcVectorOrDirection - com.solibri.smc.api.ifc.IfcEntityType
- IfcVectorSum - com.solibri.smc.api.ifc.IfcEntityType
- IfcVertex - com.solibri.smc.api.ifc.IfcEntityType
- IfcVertexBasedTextureMap - com.solibri.smc.api.ifc.IfcEntityType
- IfcVertexLoop - com.solibri.smc.api.ifc.IfcEntityType
- IfcVertexPoint - com.solibri.smc.api.ifc.IfcEntityType
- IfcVibrationIsolator - com.solibri.smc.api.ifc.IfcEntityType
- IfcVibrationIsolatorType - com.solibri.smc.api.ifc.IfcEntityType
- IfcVibrationIsolatorTypeEnum - com.solibri.smc.api.ifc.IfcEntityType
- IfcVirtualElement - com.solibri.smc.api.ifc.IfcEntityType
- IfcVirtualGridIntersection - com.solibri.smc.api.ifc.IfcEntityType
- IfcVoidingFeature - com.solibri.smc.api.ifc.IfcEntityType
- IfcVoidingFeatureTypeEnum - com.solibri.smc.api.ifc.IfcEntityType
- IfcVolumeMeasure - com.solibri.smc.api.ifc.IfcEntityType
- IfcVolumetricFlowRateMeasure - com.solibri.smc.api.ifc.IfcEntityType
- IfcWall - com.solibri.smc.api.ifc.IfcEntityType
- IfcWallElementedCase - com.solibri.smc.api.ifc.IfcEntityType
- IfcWallStandardCase - com.solibri.smc.api.ifc.IfcEntityType
- IfcWallType - com.solibri.smc.api.ifc.IfcEntityType
- IfcWallTypeEnum - com.solibri.smc.api.ifc.IfcEntityType
- IfcWarpingConstantMeasure - com.solibri.smc.api.ifc.IfcEntityType
- IfcWarpingMomentMeasure - com.solibri.smc.api.ifc.IfcEntityType
- IfcWarpingStiffnessSelect - com.solibri.smc.api.ifc.IfcEntityType
- IfcWasteTerminal - com.solibri.smc.api.ifc.IfcEntityType
- IfcWasteTerminalType - com.solibri.smc.api.ifc.IfcEntityType
- IfcWasteTerminalTypeEnum - com.solibri.smc.api.ifc.IfcEntityType
- IfcWaterProperties - com.solibri.smc.api.ifc.IfcEntityType
- IfcWindow - com.solibri.smc.api.ifc.IfcEntityType
- IfcWindowLiningProperties - com.solibri.smc.api.ifc.IfcEntityType
- IfcWindowPanelOperationEnum - com.solibri.smc.api.ifc.IfcEntityType
- IfcWindowPanelPositionEnum - com.solibri.smc.api.ifc.IfcEntityType
- IfcWindowPanelProperties - com.solibri.smc.api.ifc.IfcEntityType
- IfcWindowStandardCase - com.solibri.smc.api.ifc.IfcEntityType
- IfcWindowStyle - com.solibri.smc.api.ifc.IfcEntityType
- IfcWindowStyleConstructionEnum - com.solibri.smc.api.ifc.IfcEntityType
- IfcWindowStyleOperationEnum - com.solibri.smc.api.ifc.IfcEntityType
- IfcWindowType - com.solibri.smc.api.ifc.IfcEntityType
- IfcWindowTypeEnum - com.solibri.smc.api.ifc.IfcEntityType
- IfcWindowTypePartitioningEnum - com.solibri.smc.api.ifc.IfcEntityType
- IfcWorkCalendar - com.solibri.smc.api.ifc.IfcEntityType
- IfcWorkCalendarTypeEnum - com.solibri.smc.api.ifc.IfcEntityType
- IfcWorkControl - com.solibri.smc.api.ifc.IfcEntityType
- IfcWorkPlan - com.solibri.smc.api.ifc.IfcEntityType
- IfcWorkPlanTypeEnum - com.solibri.smc.api.ifc.IfcEntityType
- IfcWorkSchedule - com.solibri.smc.api.ifc.IfcEntityType
- IfcWorkScheduleTypeEnum - com.solibri.smc.api.ifc.IfcEntityType
- IfcWorkTime - com.solibri.smc.api.ifc.IfcEntityType
- IfcZone - com.solibri.smc.api.ifc.IfcEntityType
- IfcZShapeProfileDef - com.solibri.smc.api.ifc.IfcEntityType
- 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 takeoff (ITO) algorithm.
- INFORMATION_TAKEOFF_VIEW - Static variable in interface com.solibri.smc.api.ui.views.InternalViews
-
The information takeoff view.
- 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 - com.solibri.smc.api.model.components.Covering.Type
-
Represents the covering used to insulate an element for thermal or acoustic purposes.
- INT - 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
- 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).
- 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 - 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.
- 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.
- 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.
- 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.
- 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 - com.solibri.smc.api.model.components.Beam.Type
-
A beam used to support a floor or ceiling.
- JUNCTION_BOX - com.solibri.smc.api.model.ComponentType
L
- L_PROFILE - 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 - 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 - 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 - com.solibri.smc.api.model.components.Door.OperationType.OpeningSide
- LEFT - com.solibri.smc.api.model.components.Handrail.Side
- LENGTH - com.solibri.smc.api.model.PropertyType
- LENGTH - 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.
- LIGHT_FIXTURE - com.solibri.smc.api.model.ComponentType
- LINE - 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 - com.solibri.smc.api.model.components.Beam.Type
-
A a beam or horizontal piece of material over an opening (e.g.
- 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 - 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.
- MARKED - 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 - com.solibri.smc.api.layout.LayoutView.State
- MEMBER - com.solibri.smc.api.model.ComponentType
- MEMBRANE - com.solibri.smc.api.model.components.Covering.Type
-
An impervious layer that could be used for e.g.
- 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 - com.solibri.smc.api.model.Quantities.Type
-
The minimum area of the component.
- MINIMUM_GROSS_AREA - com.solibri.smc.api.model.Quantities.Type
-
The minimum gross area of the component.
- MINIMUM_HEIGHT - com.solibri.smc.api.model.Quantities.Type
-
The minimum height of the component.
- MINIMUM_LENGTH - com.solibri.smc.api.model.Quantities.Type
-
The minimum length of the component.
- MINIMUM_THICKNESS - 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
. - Model - Interface in com.solibri.smc.api.model
-
This interface is used for getting data from the data model.
- MODEL - 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 - com.solibri.smc.api.checking.Severity
-
Moderate severity.
- MODIFIED - com.solibri.smc.api.project.Project.SaveStatus
- MOTOR_CONNECTION - 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
- NEAREST_SPACES - 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.
- NO_FILE - com.solibri.smc.api.project.Project.SaveStatus
- NON_UNIFORM_L_PROFILE - com.solibri.smc.api.model.profile.ParametricProfileType
- NON_UNIFORM_T_PROFILE - com.solibri.smc.api.model.profile.ParametricProfileType
- NONE - 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 - com.solibri.smc.api.model.components.Beam.Type
-
Undefined linear beam element.
- NOTDEFINED - com.solibri.smc.api.model.components.Covering.Type
-
Undefined covering element.
O
- OBJECT - com.solibri.smc.api.model.ComponentType
- OCCUPIES_SPACES - 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(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 - 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.
- 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 - 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.
- OUTLET - com.solibri.smc.api.model.ComponentType
P
- Pair<A,B> - Interface in com.solibri.smc.api.util
-
A Generic pair.
- ParameterTable - Interface in com.solibri.smc.api.checking
-
This interface provides a way to access the rule table parameter.
- PARAMETRIC - 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.
- 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 - 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 - 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
- PERCENTAGE - 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 - com.solibri.smc.api.model.Quantities.Type
-
The perimeter length of the component.
- PERIMETER_OF_OPENINGS - 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 - com.solibri.smc.api.model.components.SpaceBoundary.Type
-
The physical space boundary.
- PILE - com.solibri.smc.api.model.ComponentType
- PIPE - com.solibri.smc.api.model.ComponentType
- PIPE_FITTING - com.solibri.smc.api.model.ComponentType
- Plane - Interface in com.solibri.geometry.primitive3d
-
Interface for handling planes in 3d.
- PLANE_ANGLE - com.solibri.smc.api.model.PropertyType
- PLATE - 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 - 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_WIDTH - 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.project
-
Service for accessing info regarding project (.smc) file.
- PROJECT - com.solibri.smc.api.model.ComponentType
- Project.SaveStatus - Enum in com.solibri.smc.api.project
-
Statuses of project file.
- 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. - 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 - com.solibri.smc.api.model.ComponentType
- PROVIDES - 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 - 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
- RAILING - 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 - 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 - com.solibri.smc.api.model.profile.ParametricProfileType
- RECTANGLE_PROFILE - 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.
- REINFORCING_BAR - com.solibri.smc.api.model.ComponentType
- REINFORCING_ELEMENT - com.solibri.smc.api.model.ComponentType
- REINFORCING_MESH - com.solibri.smc.api.model.ComponentType
- 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 - com.solibri.smc.api.model.components.Door.OperationType
-
Revolving door.
- RIGHT - com.solibri.smc.api.model.components.Door.OperationType.OpeningSide
- RIGHT - com.solibri.smc.api.model.components.Handrail.Side
- ROLLINGUP - com.solibri.smc.api.model.components.Door.OperationType
-
Door that opens by rolling up.
- ROOF - com.solibri.smc.api.model.ComponentType
- ROOFING - com.solibri.smc.api.model.components.Covering.Type
-
Represents a roof covering.
- ROUNDED_RECTANGLE_PROFILE - 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.
- 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.
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 - com.solibri.smc.api.model.ComponentType
- SAVED - com.solibri.smc.api.project.Project.SaveStatus
- 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.
- 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 - 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.
- SERVES - 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.
- 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.
- 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.
- 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.
- 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
-
Sets the related
Slide
for this result and returns the possible previous related slide. - 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.
- 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.
- 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.
- 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.
- 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.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.
- 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. - 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.
- 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 - com.solibri.smc.api.model.components.Door.OperationType
-
Door with one panel and the hinge on the left side.
- SINGLE_SWING_RIGHT - 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 - com.solibri.smc.api.model.ComponentType
- SITE - com.solibri.smc.api.Product
- SKIN_AREA - com.solibri.smc.api.model.Quantities.Type
-
The skin area of the component.
- SLAB - com.solibri.smc.api.model.ComponentType
- SLEEVING - 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 - com.solibri.smc.api.model.components.Door.OperationType
-
Door with one sliding panel.
- SLIDING_TO_RIGHT - 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.
- SOLID - com.solibri.smc.api.visualization.Lines.LinePattern
-
Solid lines with no pattern.
- SOLID_ANGLE - com.solibri.smc.api.model.PropertyType
- Space - Interface in com.solibri.smc.api.model.components
-
Door entity represents spaces in IFC models (IfcSpace).
- SPACE - com.solibri.smc.api.model.ComponentType
- SPACE_BOUNDARY - com.solibri.smc.api.model.ComponentType
- SPACE_HEATER - 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.
- 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 - 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 - 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 - com.solibri.smc.api.model.PropertyType
- 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.
- SWITCHING_DEVICE - 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 - com.solibri.smc.api.model.ComponentType
T
- T_BEAM - com.solibri.smc.api.model.components.Beam.Type
-
A T-shape beam that forms part of a slab construction.
- T_PROFILE - com.solibri.smc.api.model.profile.ParametricProfileType
- TableParameter - Interface in com.solibri.smc.api.checking
-
Table parameter.
- TANK - com.solibri.smc.api.model.ComponentType
- TENDON - com.solibri.smc.api.model.ComponentType
- TENDON_ANCHOR - com.solibri.smc.api.model.ComponentType
- Text - Interface in com.solibri.smc.api.visualization
-
Visualization item for visualizing text.
- THICKNESS - 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 - 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. - 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.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.
- 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 - 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 - com.solibri.smc.api.model.ComponentType
- transpose() - Method in interface com.solibri.geometry.linearalgebra.MMatrix4d
-
Transposes this matrix.
- TRAPEZIUM_PROFILE - 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 - 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 - 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 - com.solibri.smc.api.model.components.Door.OperationType.OpeningSide
- UNDEFINED - com.solibri.smc.api.model.components.Door.OperationType
-
A door with undefined operation type is considered a door with lining but no panels.
- UNDEFINED - com.solibri.smc.api.model.components.Handrail.Side
- UNDOCKED - com.solibri.smc.api.layout.LayoutView.State
- 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_EQUIPMENT - com.solibri.smc.api.model.ComponentType
- UnitSettings - Interface in com.solibri.smc.api.settings
-
UnitSettings provides access to unit settings of the software.
- UNKNOWN - com.solibri.smc.api.model.ComponentType
- UNKNOWN - com.solibri.smc.api.model.PropertyType
- UNSAVED - 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 - com.solibri.smc.api.model.components.Beam.Type
-
User-defined linear beam element.
- USERDEFINED - com.solibri.smc.api.model.components.Covering.Type
-
User-defined covering element.
- USERDEFINED - com.solibri.smc.api.model.components.Door.OperationType
-
Operation of door is specified by user.
V
- V1_0 - com.solibri.smc.api.issues.BcfVersion
- V2_0 - com.solibri.smc.api.issues.BcfVersion
- V2_1 - 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.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.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.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.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.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.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.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.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.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.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 - 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.
- VERTICAL - 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. - 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 - com.solibri.smc.api.model.components.SpaceBoundary.Type
-
The virtual space boundary.
- VIRTUAL_ELEMENT - 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.
- VOIDS - com.solibri.smc.api.model.Relation.Type
-
Defines a relation between an opening and an element into which it creates a void.
- VOLUME - com.solibri.smc.api.model.PropertyType
- VOLUME - com.solibri.smc.api.model.Quantities.Type
-
The volume of the component.
W
- Wall - Interface in com.solibri.smc.api.model.components
-
Wall entity represents walls in IFC models.
- WALL - com.solibri.smc.api.model.ComponentType
- WASTE_TERMINAL - com.solibri.smc.api.model.ComponentType
- WIDTH - 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 - 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 - com.solibri.smc.api.model.components.Covering.Type
-
Used for wrapping particularly of distribution elements using tape.
Z
- Z_PROFILE - 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 - 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 All Packages