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

org.bimserver.models.ifc4.IfcRectangularTrimmedSurface 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 Rectangular Trimmed Surface'.
 * 
 *
 * 

* The following features are supported: *

*
    *
  • {@link org.bimserver.models.ifc4.IfcRectangularTrimmedSurface#getBasisSurface Basis Surface}
  • *
  • {@link org.bimserver.models.ifc4.IfcRectangularTrimmedSurface#getU1 U1}
  • *
  • {@link org.bimserver.models.ifc4.IfcRectangularTrimmedSurface#getU1AsString U1 As String}
  • *
  • {@link org.bimserver.models.ifc4.IfcRectangularTrimmedSurface#getV1 V1}
  • *
  • {@link org.bimserver.models.ifc4.IfcRectangularTrimmedSurface#getV1AsString V1 As String}
  • *
  • {@link org.bimserver.models.ifc4.IfcRectangularTrimmedSurface#getU2 U2}
  • *
  • {@link org.bimserver.models.ifc4.IfcRectangularTrimmedSurface#getU2AsString U2 As String}
  • *
  • {@link org.bimserver.models.ifc4.IfcRectangularTrimmedSurface#getV2 V2}
  • *
  • {@link org.bimserver.models.ifc4.IfcRectangularTrimmedSurface#getV2AsString V2 As String}
  • *
  • {@link org.bimserver.models.ifc4.IfcRectangularTrimmedSurface#getUsense Usense}
  • *
  • {@link org.bimserver.models.ifc4.IfcRectangularTrimmedSurface#getVsense Vsense}
  • *
* * @see org.bimserver.models.ifc4.Ifc4Package#getIfcRectangularTrimmedSurface() * @model * @generated */ public interface IfcRectangularTrimmedSurface extends IfcBoundedSurface { /** * Returns the value of the 'Basis Surface' reference. * *

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

* * @return the value of the 'Basis Surface' reference. * @see #setBasisSurface(IfcSurface) * @see org.bimserver.models.ifc4.Ifc4Package#getIfcRectangularTrimmedSurface_BasisSurface() * @model * @generated */ IfcSurface getBasisSurface(); /** * Sets the value of the '{@link org.bimserver.models.ifc4.IfcRectangularTrimmedSurface#getBasisSurface Basis Surface}' reference. * * * @param value the new value of the 'Basis Surface' reference. * @see #getBasisSurface() * @generated */ void setBasisSurface(IfcSurface value); /** * Returns the value of the 'U1' attribute. * *

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

* * @return the value of the 'U1' attribute. * @see #setU1(double) * @see org.bimserver.models.ifc4.Ifc4Package#getIfcRectangularTrimmedSurface_U1() * @model * @generated */ double getU1(); /** * Sets the value of the '{@link org.bimserver.models.ifc4.IfcRectangularTrimmedSurface#getU1 U1}' attribute. * * * @param value the new value of the 'U1' attribute. * @see #getU1() * @generated */ void setU1(double value); /** * Returns the value of the 'U1 As String' attribute. * *

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

* * @return the value of the 'U1 As String' attribute. * @see #setU1AsString(String) * @see org.bimserver.models.ifc4.Ifc4Package#getIfcRectangularTrimmedSurface_U1AsString() * @model * @generated */ String getU1AsString(); /** * Sets the value of the '{@link org.bimserver.models.ifc4.IfcRectangularTrimmedSurface#getU1AsString U1 As String}' attribute. * * * @param value the new value of the 'U1 As String' attribute. * @see #getU1AsString() * @generated */ void setU1AsString(String value); /** * Returns the value of the 'V1' attribute. * *

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

* * @return the value of the 'V1' attribute. * @see #setV1(double) * @see org.bimserver.models.ifc4.Ifc4Package#getIfcRectangularTrimmedSurface_V1() * @model * @generated */ double getV1(); /** * Sets the value of the '{@link org.bimserver.models.ifc4.IfcRectangularTrimmedSurface#getV1 V1}' attribute. * * * @param value the new value of the 'V1' attribute. * @see #getV1() * @generated */ void setV1(double value); /** * Returns the value of the 'V1 As String' attribute. * *

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

* * @return the value of the 'V1 As String' attribute. * @see #setV1AsString(String) * @see org.bimserver.models.ifc4.Ifc4Package#getIfcRectangularTrimmedSurface_V1AsString() * @model * @generated */ String getV1AsString(); /** * Sets the value of the '{@link org.bimserver.models.ifc4.IfcRectangularTrimmedSurface#getV1AsString V1 As String}' attribute. * * * @param value the new value of the 'V1 As String' attribute. * @see #getV1AsString() * @generated */ void setV1AsString(String value); /** * Returns the value of the 'U2' attribute. * *

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

* * @return the value of the 'U2' attribute. * @see #setU2(double) * @see org.bimserver.models.ifc4.Ifc4Package#getIfcRectangularTrimmedSurface_U2() * @model * @generated */ double getU2(); /** * Sets the value of the '{@link org.bimserver.models.ifc4.IfcRectangularTrimmedSurface#getU2 U2}' attribute. * * * @param value the new value of the 'U2' attribute. * @see #getU2() * @generated */ void setU2(double value); /** * Returns the value of the 'U2 As String' attribute. * *

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

* * @return the value of the 'U2 As String' attribute. * @see #setU2AsString(String) * @see org.bimserver.models.ifc4.Ifc4Package#getIfcRectangularTrimmedSurface_U2AsString() * @model * @generated */ String getU2AsString(); /** * Sets the value of the '{@link org.bimserver.models.ifc4.IfcRectangularTrimmedSurface#getU2AsString U2 As String}' attribute. * * * @param value the new value of the 'U2 As String' attribute. * @see #getU2AsString() * @generated */ void setU2AsString(String value); /** * Returns the value of the 'V2' attribute. * *

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

* * @return the value of the 'V2' attribute. * @see #setV2(double) * @see org.bimserver.models.ifc4.Ifc4Package#getIfcRectangularTrimmedSurface_V2() * @model * @generated */ double getV2(); /** * Sets the value of the '{@link org.bimserver.models.ifc4.IfcRectangularTrimmedSurface#getV2 V2}' attribute. * * * @param value the new value of the 'V2' attribute. * @see #getV2() * @generated */ void setV2(double value); /** * Returns the value of the 'V2 As String' attribute. * *

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

* * @return the value of the 'V2 As String' attribute. * @see #setV2AsString(String) * @see org.bimserver.models.ifc4.Ifc4Package#getIfcRectangularTrimmedSurface_V2AsString() * @model * @generated */ String getV2AsString(); /** * Sets the value of the '{@link org.bimserver.models.ifc4.IfcRectangularTrimmedSurface#getV2AsString V2 As String}' attribute. * * * @param value the new value of the 'V2 As String' attribute. * @see #getV2AsString() * @generated */ void setV2AsString(String value); /** * Returns the value of the 'Usense' attribute. * The literals are from the enumeration {@link org.bimserver.models.ifc4.Tristate}. * *

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

* * @return the value of the 'Usense' attribute. * @see org.bimserver.models.ifc4.Tristate * @see #setUsense(Tristate) * @see org.bimserver.models.ifc4.Ifc4Package#getIfcRectangularTrimmedSurface_Usense() * @model * @generated */ Tristate getUsense(); /** * Sets the value of the '{@link org.bimserver.models.ifc4.IfcRectangularTrimmedSurface#getUsense Usense}' attribute. * * * @param value the new value of the 'Usense' attribute. * @see org.bimserver.models.ifc4.Tristate * @see #getUsense() * @generated */ void setUsense(Tristate value); /** * Returns the value of the 'Vsense' attribute. * The literals are from the enumeration {@link org.bimserver.models.ifc4.Tristate}. * *

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

* * @return the value of the 'Vsense' attribute. * @see org.bimserver.models.ifc4.Tristate * @see #setVsense(Tristate) * @see org.bimserver.models.ifc4.Ifc4Package#getIfcRectangularTrimmedSurface_Vsense() * @model * @generated */ Tristate getVsense(); /** * Sets the value of the '{@link org.bimserver.models.ifc4.IfcRectangularTrimmedSurface#getVsense Vsense}' attribute. * * * @param value the new value of the 'Vsense' attribute. * @see org.bimserver.models.ifc4.Tristate * @see #getVsense() * @generated */ void setVsense(Tristate value); } // IfcRectangularTrimmedSurface




© 2015 - 2024 Weber Informatics LLC | Privacy Policy