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

org.bimserver.models.ifc4.IfcFillAreaStyleHatching 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 Fill Area Style Hatching'.
 * 
 *
 * 

* The following features are supported: *

*
    *
  • {@link org.bimserver.models.ifc4.IfcFillAreaStyleHatching#getHatchLineAppearance Hatch Line Appearance}
  • *
  • {@link org.bimserver.models.ifc4.IfcFillAreaStyleHatching#getStartOfNextHatchLine Start Of Next Hatch Line}
  • *
  • {@link org.bimserver.models.ifc4.IfcFillAreaStyleHatching#getPointOfReferenceHatchLine Point Of Reference Hatch Line}
  • *
  • {@link org.bimserver.models.ifc4.IfcFillAreaStyleHatching#getPatternStart Pattern Start}
  • *
  • {@link org.bimserver.models.ifc4.IfcFillAreaStyleHatching#getHatchLineAngle Hatch Line Angle}
  • *
  • {@link org.bimserver.models.ifc4.IfcFillAreaStyleHatching#getHatchLineAngleAsString Hatch Line Angle As String}
  • *
* * @see org.bimserver.models.ifc4.Ifc4Package#getIfcFillAreaStyleHatching() * @model * @generated */ public interface IfcFillAreaStyleHatching extends IfcGeometricRepresentationItem, IfcFillStyleSelect { /** * Returns the value of the 'Hatch Line Appearance' reference. * *

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

* * @return the value of the 'Hatch Line Appearance' reference. * @see #setHatchLineAppearance(IfcCurveStyle) * @see org.bimserver.models.ifc4.Ifc4Package#getIfcFillAreaStyleHatching_HatchLineAppearance() * @model * @generated */ IfcCurveStyle getHatchLineAppearance(); /** * Sets the value of the '{@link org.bimserver.models.ifc4.IfcFillAreaStyleHatching#getHatchLineAppearance Hatch Line Appearance}' reference. * * * @param value the new value of the 'Hatch Line Appearance' reference. * @see #getHatchLineAppearance() * @generated */ void setHatchLineAppearance(IfcCurveStyle value); /** * Returns the value of the 'Start Of Next Hatch Line' reference. * *

* If the meaning of the 'Start Of Next Hatch Line' reference isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Start Of Next Hatch Line' reference. * @see #setStartOfNextHatchLine(IfcHatchLineDistanceSelect) * @see org.bimserver.models.ifc4.Ifc4Package#getIfcFillAreaStyleHatching_StartOfNextHatchLine() * @model * @generated */ IfcHatchLineDistanceSelect getStartOfNextHatchLine(); /** * Sets the value of the '{@link org.bimserver.models.ifc4.IfcFillAreaStyleHatching#getStartOfNextHatchLine Start Of Next Hatch Line}' reference. * * * @param value the new value of the 'Start Of Next Hatch Line' reference. * @see #getStartOfNextHatchLine() * @generated */ void setStartOfNextHatchLine(IfcHatchLineDistanceSelect value); /** * Returns the value of the 'Point Of Reference Hatch Line' reference. * *

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

* * @return the value of the 'Point Of Reference Hatch Line' reference. * @see #isSetPointOfReferenceHatchLine() * @see #unsetPointOfReferenceHatchLine() * @see #setPointOfReferenceHatchLine(IfcCartesianPoint) * @see org.bimserver.models.ifc4.Ifc4Package#getIfcFillAreaStyleHatching_PointOfReferenceHatchLine() * @model unsettable="true" * @generated */ IfcCartesianPoint getPointOfReferenceHatchLine(); /** * Sets the value of the '{@link org.bimserver.models.ifc4.IfcFillAreaStyleHatching#getPointOfReferenceHatchLine Point Of Reference Hatch Line}' reference. * * * @param value the new value of the 'Point Of Reference Hatch Line' reference. * @see #isSetPointOfReferenceHatchLine() * @see #unsetPointOfReferenceHatchLine() * @see #getPointOfReferenceHatchLine() * @generated */ void setPointOfReferenceHatchLine(IfcCartesianPoint value); /** * Unsets the value of the '{@link org.bimserver.models.ifc4.IfcFillAreaStyleHatching#getPointOfReferenceHatchLine Point Of Reference Hatch Line}' reference. * * * @see #isSetPointOfReferenceHatchLine() * @see #getPointOfReferenceHatchLine() * @see #setPointOfReferenceHatchLine(IfcCartesianPoint) * @generated */ void unsetPointOfReferenceHatchLine(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc4.IfcFillAreaStyleHatching#getPointOfReferenceHatchLine Point Of Reference Hatch Line}' reference is set. * * * @return whether the value of the 'Point Of Reference Hatch Line' reference is set. * @see #unsetPointOfReferenceHatchLine() * @see #getPointOfReferenceHatchLine() * @see #setPointOfReferenceHatchLine(IfcCartesianPoint) * @generated */ boolean isSetPointOfReferenceHatchLine(); /** * Returns the value of the 'Pattern Start' reference. * *

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

* * @return the value of the 'Pattern Start' reference. * @see #isSetPatternStart() * @see #unsetPatternStart() * @see #setPatternStart(IfcCartesianPoint) * @see org.bimserver.models.ifc4.Ifc4Package#getIfcFillAreaStyleHatching_PatternStart() * @model unsettable="true" * @generated */ IfcCartesianPoint getPatternStart(); /** * Sets the value of the '{@link org.bimserver.models.ifc4.IfcFillAreaStyleHatching#getPatternStart Pattern Start}' reference. * * * @param value the new value of the 'Pattern Start' reference. * @see #isSetPatternStart() * @see #unsetPatternStart() * @see #getPatternStart() * @generated */ void setPatternStart(IfcCartesianPoint value); /** * Unsets the value of the '{@link org.bimserver.models.ifc4.IfcFillAreaStyleHatching#getPatternStart Pattern Start}' reference. * * * @see #isSetPatternStart() * @see #getPatternStart() * @see #setPatternStart(IfcCartesianPoint) * @generated */ void unsetPatternStart(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc4.IfcFillAreaStyleHatching#getPatternStart Pattern Start}' reference is set. * * * @return whether the value of the 'Pattern Start' reference is set. * @see #unsetPatternStart() * @see #getPatternStart() * @see #setPatternStart(IfcCartesianPoint) * @generated */ boolean isSetPatternStart(); /** * Returns the value of the 'Hatch Line Angle' attribute. * *

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

* * @return the value of the 'Hatch Line Angle' attribute. * @see #setHatchLineAngle(double) * @see org.bimserver.models.ifc4.Ifc4Package#getIfcFillAreaStyleHatching_HatchLineAngle() * @model * @generated */ double getHatchLineAngle(); /** * Sets the value of the '{@link org.bimserver.models.ifc4.IfcFillAreaStyleHatching#getHatchLineAngle Hatch Line Angle}' attribute. * * * @param value the new value of the 'Hatch Line Angle' attribute. * @see #getHatchLineAngle() * @generated */ void setHatchLineAngle(double value); /** * Returns the value of the 'Hatch Line Angle As String' attribute. * *

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

* * @return the value of the 'Hatch Line Angle As String' attribute. * @see #setHatchLineAngleAsString(String) * @see org.bimserver.models.ifc4.Ifc4Package#getIfcFillAreaStyleHatching_HatchLineAngleAsString() * @model * @generated */ String getHatchLineAngleAsString(); /** * Sets the value of the '{@link org.bimserver.models.ifc4.IfcFillAreaStyleHatching#getHatchLineAngleAsString Hatch Line Angle As String}' attribute. * * * @param value the new value of the 'Hatch Line Angle As String' attribute. * @see #getHatchLineAngleAsString() * @generated */ void setHatchLineAngleAsString(String value); } // IfcFillAreaStyleHatching




© 2015 - 2024 Weber Informatics LLC | Privacy Policy