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

org.bimserver.models.ifc2x3tc1.IfcSurfaceCurveSweptAreaSolid 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.ifc2x3tc1;

/**
 * 
 * A representation of the model object 'Ifc Surface Curve Swept Area Solid'.
 * 
 *
 * 

* The following features are supported: *

*
    *
  • {@link org.bimserver.models.ifc2x3tc1.IfcSurfaceCurveSweptAreaSolid#getDirectrix Directrix}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcSurfaceCurveSweptAreaSolid#getStartParam Start Param}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcSurfaceCurveSweptAreaSolid#getStartParamAsString Start Param As String}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcSurfaceCurveSweptAreaSolid#getEndParam End Param}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcSurfaceCurveSweptAreaSolid#getEndParamAsString End Param As String}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcSurfaceCurveSweptAreaSolid#getReferenceSurface Reference Surface}
  • *
* * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcSurfaceCurveSweptAreaSolid() * @model * @generated */ public interface IfcSurfaceCurveSweptAreaSolid extends IfcSweptAreaSolid { /** * Returns the value of the 'Directrix' reference. * *

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

* * @return the value of the 'Directrix' reference. * @see #setDirectrix(IfcCurve) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcSurfaceCurveSweptAreaSolid_Directrix() * @model * @generated */ IfcCurve getDirectrix(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcSurfaceCurveSweptAreaSolid#getDirectrix Directrix}' reference. * * * @param value the new value of the 'Directrix' reference. * @see #getDirectrix() * @generated */ void setDirectrix(IfcCurve value); /** * Returns the value of the 'Start Param' attribute. * *

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

* * @return the value of the 'Start Param' attribute. * @see #setStartParam(double) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcSurfaceCurveSweptAreaSolid_StartParam() * @model * @generated */ double getStartParam(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcSurfaceCurveSweptAreaSolid#getStartParam Start Param}' attribute. * * * @param value the new value of the 'Start Param' attribute. * @see #getStartParam() * @generated */ void setStartParam(double value); /** * Returns the value of the 'Start Param As String' attribute. * *

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

* * @return the value of the 'Start Param As String' attribute. * @see #setStartParamAsString(String) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcSurfaceCurveSweptAreaSolid_StartParamAsString() * @model * @generated */ String getStartParamAsString(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcSurfaceCurveSweptAreaSolid#getStartParamAsString Start Param As String}' attribute. * * * @param value the new value of the 'Start Param As String' attribute. * @see #getStartParamAsString() * @generated */ void setStartParamAsString(String value); /** * Returns the value of the 'End Param' attribute. * *

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

* * @return the value of the 'End Param' attribute. * @see #setEndParam(double) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcSurfaceCurveSweptAreaSolid_EndParam() * @model * @generated */ double getEndParam(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcSurfaceCurveSweptAreaSolid#getEndParam End Param}' attribute. * * * @param value the new value of the 'End Param' attribute. * @see #getEndParam() * @generated */ void setEndParam(double value); /** * Returns the value of the 'End Param As String' attribute. * *

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

* * @return the value of the 'End Param As String' attribute. * @see #setEndParamAsString(String) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcSurfaceCurveSweptAreaSolid_EndParamAsString() * @model * @generated */ String getEndParamAsString(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcSurfaceCurveSweptAreaSolid#getEndParamAsString End Param As String}' attribute. * * * @param value the new value of the 'End Param As String' attribute. * @see #getEndParamAsString() * @generated */ void setEndParamAsString(String value); /** * Returns the value of the 'Reference Surface' reference. * *

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

* * @return the value of the 'Reference Surface' reference. * @see #setReferenceSurface(IfcSurface) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcSurfaceCurveSweptAreaSolid_ReferenceSurface() * @model * @generated */ IfcSurface getReferenceSurface(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcSurfaceCurveSweptAreaSolid#getReferenceSurface Reference Surface}' reference. * * * @param value the new value of the 'Reference Surface' reference. * @see #getReferenceSurface() * @generated */ void setReferenceSurface(IfcSurface value); } // IfcSurfaceCurveSweptAreaSolid




© 2015 - 2024 Weber Informatics LLC | Privacy Policy