All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.bimserver.models.ifc4.IfcBoundingBox Maven / Gradle / Ivy

/**
 * Copyright (C) 2009-2014 BIMserver.org
 * 
 * This program is free software: you can redistribute it and/or modify
 * it under the terms of the GNU Affero General Public License as
 * published by the Free Software Foundation, either version 3 of the
 * License, or (at your option) any later version.
 * 
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU Affero General Public License for more details.
 * 
 * You should have received a copy of the GNU Affero General Public License
 * along with this program.  If not, see .
 */
package org.bimserver.models.ifc4;

/**
 * 
 * A representation of the model object 'Ifc Bounding Box'.
 * 
 *
 * 

* The following features are supported: *

*
    *
  • {@link org.bimserver.models.ifc4.IfcBoundingBox#getCorner Corner}
  • *
  • {@link org.bimserver.models.ifc4.IfcBoundingBox#getXDim XDim}
  • *
  • {@link org.bimserver.models.ifc4.IfcBoundingBox#getXDimAsString XDim As String}
  • *
  • {@link org.bimserver.models.ifc4.IfcBoundingBox#getYDim YDim}
  • *
  • {@link org.bimserver.models.ifc4.IfcBoundingBox#getYDimAsString YDim As String}
  • *
  • {@link org.bimserver.models.ifc4.IfcBoundingBox#getZDim ZDim}
  • *
  • {@link org.bimserver.models.ifc4.IfcBoundingBox#getZDimAsString ZDim As String}
  • *
  • {@link org.bimserver.models.ifc4.IfcBoundingBox#getDim Dim}
  • *
* * @see org.bimserver.models.ifc4.Ifc4Package#getIfcBoundingBox() * @model * @generated */ public interface IfcBoundingBox extends IfcGeometricRepresentationItem { /** * Returns the value of the 'Corner' reference. * *

* If the meaning of the 'Corner' reference isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Corner' reference. * @see #setCorner(IfcCartesianPoint) * @see org.bimserver.models.ifc4.Ifc4Package#getIfcBoundingBox_Corner() * @model * @generated */ IfcCartesianPoint getCorner(); /** * Sets the value of the '{@link org.bimserver.models.ifc4.IfcBoundingBox#getCorner Corner}' reference. * * * @param value the new value of the 'Corner' reference. * @see #getCorner() * @generated */ void setCorner(IfcCartesianPoint value); /** * Returns the value of the 'XDim' attribute. * *

* If the meaning of the 'XDim' attribute isn't clear, * there really should be more of a description here... *

* * @return the value of the 'XDim' attribute. * @see #setXDim(double) * @see org.bimserver.models.ifc4.Ifc4Package#getIfcBoundingBox_XDim() * @model * @generated */ double getXDim(); /** * Sets the value of the '{@link org.bimserver.models.ifc4.IfcBoundingBox#getXDim XDim}' attribute. * * * @param value the new value of the 'XDim' attribute. * @see #getXDim() * @generated */ void setXDim(double value); /** * Returns the value of the 'XDim As String' attribute. * *

* If the meaning of the 'XDim As String' attribute isn't clear, * there really should be more of a description here... *

* * @return the value of the 'XDim As String' attribute. * @see #setXDimAsString(String) * @see org.bimserver.models.ifc4.Ifc4Package#getIfcBoundingBox_XDimAsString() * @model * @generated */ String getXDimAsString(); /** * Sets the value of the '{@link org.bimserver.models.ifc4.IfcBoundingBox#getXDimAsString XDim As String}' attribute. * * * @param value the new value of the 'XDim As String' attribute. * @see #getXDimAsString() * @generated */ void setXDimAsString(String value); /** * Returns the value of the 'YDim' attribute. * *

* If the meaning of the 'YDim' attribute isn't clear, * there really should be more of a description here... *

* * @return the value of the 'YDim' attribute. * @see #setYDim(double) * @see org.bimserver.models.ifc4.Ifc4Package#getIfcBoundingBox_YDim() * @model * @generated */ double getYDim(); /** * Sets the value of the '{@link org.bimserver.models.ifc4.IfcBoundingBox#getYDim YDim}' attribute. * * * @param value the new value of the 'YDim' attribute. * @see #getYDim() * @generated */ void setYDim(double value); /** * Returns the value of the 'YDim As String' attribute. * *

* If the meaning of the 'YDim As String' attribute isn't clear, * there really should be more of a description here... *

* * @return the value of the 'YDim As String' attribute. * @see #setYDimAsString(String) * @see org.bimserver.models.ifc4.Ifc4Package#getIfcBoundingBox_YDimAsString() * @model * @generated */ String getYDimAsString(); /** * Sets the value of the '{@link org.bimserver.models.ifc4.IfcBoundingBox#getYDimAsString YDim As String}' attribute. * * * @param value the new value of the 'YDim As String' attribute. * @see #getYDimAsString() * @generated */ void setYDimAsString(String value); /** * Returns the value of the 'ZDim' attribute. * *

* If the meaning of the 'ZDim' attribute isn't clear, * there really should be more of a description here... *

* * @return the value of the 'ZDim' attribute. * @see #setZDim(double) * @see org.bimserver.models.ifc4.Ifc4Package#getIfcBoundingBox_ZDim() * @model * @generated */ double getZDim(); /** * Sets the value of the '{@link org.bimserver.models.ifc4.IfcBoundingBox#getZDim ZDim}' attribute. * * * @param value the new value of the 'ZDim' attribute. * @see #getZDim() * @generated */ void setZDim(double value); /** * Returns the value of the 'ZDim As String' attribute. * *

* If the meaning of the 'ZDim As String' attribute isn't clear, * there really should be more of a description here... *

* * @return the value of the 'ZDim As String' attribute. * @see #setZDimAsString(String) * @see org.bimserver.models.ifc4.Ifc4Package#getIfcBoundingBox_ZDimAsString() * @model * @generated */ String getZDimAsString(); /** * Sets the value of the '{@link org.bimserver.models.ifc4.IfcBoundingBox#getZDimAsString ZDim As String}' attribute. * * * @param value the new value of the 'ZDim As String' attribute. * @see #getZDimAsString() * @generated */ void setZDimAsString(String value); /** * Returns the value of the 'Dim' attribute. * *

* If the meaning of the 'Dim' attribute isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Dim' attribute. * @see #isSetDim() * @see #unsetDim() * @see #setDim(long) * @see org.bimserver.models.ifc4.Ifc4Package#getIfcBoundingBox_Dim() * @model unsettable="true" derived="true" * @generated */ long getDim(); /** * Sets the value of the '{@link org.bimserver.models.ifc4.IfcBoundingBox#getDim Dim}' attribute. * * * @param value the new value of the 'Dim' attribute. * @see #isSetDim() * @see #unsetDim() * @see #getDim() * @generated */ void setDim(long value); /** * Unsets the value of the '{@link org.bimserver.models.ifc4.IfcBoundingBox#getDim Dim}' attribute. * * * @see #isSetDim() * @see #getDim() * @see #setDim(long) * @generated */ void unsetDim(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc4.IfcBoundingBox#getDim Dim}' attribute is set. * * * @return whether the value of the 'Dim' attribute is set. * @see #unsetDim() * @see #getDim() * @see #setDim(long) * @generated */ boolean isSetDim(); } // IfcBoundingBox




© 2015 - 2024 Weber Informatics LLC | Privacy Policy