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

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

Go to download

Base project for BIMserver plugin development. Some plugins mights also need the Shared library

There is a newer version: 2.0.0
Show newest version
/**
 * 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 Trimmed Curve'.
 * 
 *
 * 

* The following features are supported: *

*
    *
  • {@link org.bimserver.models.ifc4.IfcTrimmedCurve#getBasisCurve Basis Curve}
  • *
  • {@link org.bimserver.models.ifc4.IfcTrimmedCurve#getTrim1 Trim1}
  • *
  • {@link org.bimserver.models.ifc4.IfcTrimmedCurve#getTrim2 Trim2}
  • *
  • {@link org.bimserver.models.ifc4.IfcTrimmedCurve#getSenseAgreement Sense Agreement}
  • *
  • {@link org.bimserver.models.ifc4.IfcTrimmedCurve#getMasterRepresentation Master Representation}
  • *
* * @see org.bimserver.models.ifc4.Ifc4Package#getIfcTrimmedCurve() * @model * @generated */ public interface IfcTrimmedCurve extends IfcBoundedCurve { /** * Returns the value of the 'Basis Curve' reference. * *

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

* * @return the value of the 'Basis Curve' reference. * @see #setBasisCurve(IfcCurve) * @see org.bimserver.models.ifc4.Ifc4Package#getIfcTrimmedCurve_BasisCurve() * @model * @generated */ IfcCurve getBasisCurve(); /** * Sets the value of the '{@link org.bimserver.models.ifc4.IfcTrimmedCurve#getBasisCurve Basis Curve}' reference. * * * @param value the new value of the 'Basis Curve' reference. * @see #getBasisCurve() * @generated */ void setBasisCurve(IfcCurve value); /** * Returns the value of the 'Trim1' reference list. * The list contents are of type {@link org.bimserver.models.ifc4.IfcTrimmingSelect}. * *

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

* * @return the value of the 'Trim1' reference list. * @see org.bimserver.models.ifc4.Ifc4Package#getIfcTrimmedCurve_Trim1() * @model * @generated */ EList getTrim1(); /** * Returns the value of the 'Trim2' reference list. * The list contents are of type {@link org.bimserver.models.ifc4.IfcTrimmingSelect}. * *

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

* * @return the value of the 'Trim2' reference list. * @see org.bimserver.models.ifc4.Ifc4Package#getIfcTrimmedCurve_Trim2() * @model * @generated */ EList getTrim2(); /** * Returns the value of the 'Sense Agreement' attribute. * The literals are from the enumeration {@link org.bimserver.models.ifc4.Tristate}. * *

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

* * @return the value of the 'Sense Agreement' attribute. * @see org.bimserver.models.ifc4.Tristate * @see #setSenseAgreement(Tristate) * @see org.bimserver.models.ifc4.Ifc4Package#getIfcTrimmedCurve_SenseAgreement() * @model * @generated */ Tristate getSenseAgreement(); /** * Sets the value of the '{@link org.bimserver.models.ifc4.IfcTrimmedCurve#getSenseAgreement Sense Agreement}' attribute. * * * @param value the new value of the 'Sense Agreement' attribute. * @see org.bimserver.models.ifc4.Tristate * @see #getSenseAgreement() * @generated */ void setSenseAgreement(Tristate value); /** * Returns the value of the 'Master Representation' attribute. * The literals are from the enumeration {@link org.bimserver.models.ifc4.IfcTrimmingPreference}. * *

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

* * @return the value of the 'Master Representation' attribute. * @see org.bimserver.models.ifc4.IfcTrimmingPreference * @see #setMasterRepresentation(IfcTrimmingPreference) * @see org.bimserver.models.ifc4.Ifc4Package#getIfcTrimmedCurve_MasterRepresentation() * @model * @generated */ IfcTrimmingPreference getMasterRepresentation(); /** * Sets the value of the '{@link org.bimserver.models.ifc4.IfcTrimmedCurve#getMasterRepresentation Master Representation}' attribute. * * * @param value the new value of the 'Master Representation' attribute. * @see org.bimserver.models.ifc4.IfcTrimmingPreference * @see #getMasterRepresentation() * @generated */ void setMasterRepresentation(IfcTrimmingPreference value); } // IfcTrimmedCurve




© 2015 - 2024 Weber Informatics LLC | Privacy Policy