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

org.bimserver.models.ifc4.IfcBSplineSurface 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;

import org.eclipse.emf.common.util.EList;

/**
 * 
 * A representation of the model object 'Ifc BSpline Surface'.
 * 
 *
 * 

* The following features are supported: *

*
    *
  • {@link org.bimserver.models.ifc4.IfcBSplineSurface#getUDegree UDegree}
  • *
  • {@link org.bimserver.models.ifc4.IfcBSplineSurface#getVDegree VDegree}
  • *
  • {@link org.bimserver.models.ifc4.IfcBSplineSurface#getControlPointsList Control Points List}
  • *
  • {@link org.bimserver.models.ifc4.IfcBSplineSurface#getSurfaceForm Surface Form}
  • *
  • {@link org.bimserver.models.ifc4.IfcBSplineSurface#isUClosed UClosed}
  • *
  • {@link org.bimserver.models.ifc4.IfcBSplineSurface#isVClosed VClosed}
  • *
  • {@link org.bimserver.models.ifc4.IfcBSplineSurface#isSelfIntersect Self Intersect}
  • *
* * @see org.bimserver.models.ifc4.Ifc4Package#getIfcBSplineSurface() * @model * @generated */ public interface IfcBSplineSurface extends IfcBoundedSurface { /** * Returns the value of the 'UDegree' attribute. * *

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

* * @return the value of the 'UDegree' attribute. * @see #setUDegree(long) * @see org.bimserver.models.ifc4.Ifc4Package#getIfcBSplineSurface_UDegree() * @model * @generated */ long getUDegree(); /** * Sets the value of the '{@link org.bimserver.models.ifc4.IfcBSplineSurface#getUDegree UDegree}' attribute. * * * @param value the new value of the 'UDegree' attribute. * @see #getUDegree() * @generated */ void setUDegree(long value); /** * Returns the value of the 'VDegree' attribute. * *

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

* * @return the value of the 'VDegree' attribute. * @see #setVDegree(long) * @see org.bimserver.models.ifc4.Ifc4Package#getIfcBSplineSurface_VDegree() * @model * @generated */ long getVDegree(); /** * Sets the value of the '{@link org.bimserver.models.ifc4.IfcBSplineSurface#getVDegree VDegree}' attribute. * * * @param value the new value of the 'VDegree' attribute. * @see #getVDegree() * @generated */ void setVDegree(long value); /** * Returns the value of the 'Control Points List' reference list. * The list contents are of type {@link org.bimserver.models.ifc4.ListOfIfcCartesianPoint}. * *

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

* * @return the value of the 'Control Points List' reference list. * @see org.bimserver.models.ifc4.Ifc4Package#getIfcBSplineSurface_ControlPointsList() * @model * @generated */ EList getControlPointsList(); /** * Returns the value of the 'Surface Form' attribute. * The literals are from the enumeration {@link org.bimserver.models.ifc4.IfcBSplineSurfaceForm}. * *

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

* * @return the value of the 'Surface Form' attribute. * @see org.bimserver.models.ifc4.IfcBSplineSurfaceForm * @see #setSurfaceForm(IfcBSplineSurfaceForm) * @see org.bimserver.models.ifc4.Ifc4Package#getIfcBSplineSurface_SurfaceForm() * @model * @generated */ IfcBSplineSurfaceForm getSurfaceForm(); /** * Sets the value of the '{@link org.bimserver.models.ifc4.IfcBSplineSurface#getSurfaceForm Surface Form}' attribute. * * * @param value the new value of the 'Surface Form' attribute. * @see org.bimserver.models.ifc4.IfcBSplineSurfaceForm * @see #getSurfaceForm() * @generated */ void setSurfaceForm(IfcBSplineSurfaceForm value); /** * Returns the value of the 'UClosed' attribute. * *

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

* * @return the value of the 'UClosed' attribute. * @see #setUClosed(boolean) * @see org.bimserver.models.ifc4.Ifc4Package#getIfcBSplineSurface_UClosed() * @model * @generated */ boolean isUClosed(); /** * Sets the value of the '{@link org.bimserver.models.ifc4.IfcBSplineSurface#isUClosed UClosed}' attribute. * * * @param value the new value of the 'UClosed' attribute. * @see #isUClosed() * @generated */ void setUClosed(boolean value); /** * Returns the value of the 'VClosed' attribute. * *

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

* * @return the value of the 'VClosed' attribute. * @see #setVClosed(boolean) * @see org.bimserver.models.ifc4.Ifc4Package#getIfcBSplineSurface_VClosed() * @model * @generated */ boolean isVClosed(); /** * Sets the value of the '{@link org.bimserver.models.ifc4.IfcBSplineSurface#isVClosed VClosed}' attribute. * * * @param value the new value of the 'VClosed' attribute. * @see #isVClosed() * @generated */ void setVClosed(boolean value); /** * Returns the value of the 'Self Intersect' attribute. * *

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

* * @return the value of the 'Self Intersect' attribute. * @see #setSelfIntersect(boolean) * @see org.bimserver.models.ifc4.Ifc4Package#getIfcBSplineSurface_SelfIntersect() * @model * @generated */ boolean isSelfIntersect(); /** * Sets the value of the '{@link org.bimserver.models.ifc4.IfcBSplineSurface#isSelfIntersect Self Intersect}' attribute. * * * @param value the new value of the 'Self Intersect' attribute. * @see #isSelfIntersect() * @generated */ void setSelfIntersect(boolean value); } // IfcBSplineSurface




© 2015 - 2024 Weber Informatics LLC | Privacy Policy