
org.bimserver.models.ifc4.IfcTessellatedFaceSet Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of PluginBase Show documentation
Show all versions of PluginBase Show documentation
Base project for BIMserver plugin development. Some plugins mights also need the Shared library
/**
* 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 Tessellated Face Set'.
*
*
*
* The following features are supported:
*
*
* - {@link org.bimserver.models.ifc4.IfcTessellatedFaceSet#getCoordinates Coordinates}
* - {@link org.bimserver.models.ifc4.IfcTessellatedFaceSet#getNormals Normals}
* - {@link org.bimserver.models.ifc4.IfcTessellatedFaceSet#getClosed Closed}
* - {@link org.bimserver.models.ifc4.IfcTessellatedFaceSet#getHasColours Has Colours}
* - {@link org.bimserver.models.ifc4.IfcTessellatedFaceSet#getHasTextures Has Textures}
*
*
* @see org.bimserver.models.ifc4.Ifc4Package#getIfcTessellatedFaceSet()
* @model
* @generated
*/
public interface IfcTessellatedFaceSet extends IfcTessellatedItem {
/**
* Returns the value of the 'Coordinates' reference.
*
*
* If the meaning of the 'Coordinates' reference isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Coordinates' reference.
* @see #setCoordinates(IfcCartesianPointList3D)
* @see org.bimserver.models.ifc4.Ifc4Package#getIfcTessellatedFaceSet_Coordinates()
* @model
* @generated
*/
IfcCartesianPointList3D getCoordinates();
/**
* Sets the value of the '{@link org.bimserver.models.ifc4.IfcTessellatedFaceSet#getCoordinates Coordinates}' reference.
*
*
* @param value the new value of the 'Coordinates' reference.
* @see #getCoordinates()
* @generated
*/
void setCoordinates(IfcCartesianPointList3D value);
/**
* Returns the value of the 'Normals' reference list.
* The list contents are of type {@link org.bimserver.models.ifc4.ListOfIfcParameterValue}.
*
*
* If the meaning of the 'Normals' reference list isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Normals' reference list.
* @see org.bimserver.models.ifc4.Ifc4Package#getIfcTessellatedFaceSet_Normals()
* @model
* @generated
*/
EList getNormals();
/**
* Returns the value of the 'Closed' attribute.
* The literals are from the enumeration {@link org.bimserver.models.ifc4.Tristate}.
*
*
* If the meaning of the 'Closed' attribute isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Closed' attribute.
* @see org.bimserver.models.ifc4.Tristate
* @see #isSetClosed()
* @see #unsetClosed()
* @see #setClosed(Tristate)
* @see org.bimserver.models.ifc4.Ifc4Package#getIfcTessellatedFaceSet_Closed()
* @model unsettable="true"
* @generated
*/
Tristate getClosed();
/**
* Sets the value of the '{@link org.bimserver.models.ifc4.IfcTessellatedFaceSet#getClosed Closed}' attribute.
*
*
* @param value the new value of the 'Closed' attribute.
* @see org.bimserver.models.ifc4.Tristate
* @see #isSetClosed()
* @see #unsetClosed()
* @see #getClosed()
* @generated
*/
void setClosed(Tristate value);
/**
* Unsets the value of the '{@link org.bimserver.models.ifc4.IfcTessellatedFaceSet#getClosed Closed}' attribute.
*
*
* @see #isSetClosed()
* @see #getClosed()
* @see #setClosed(Tristate)
* @generated
*/
void unsetClosed();
/**
* Returns whether the value of the '{@link org.bimserver.models.ifc4.IfcTessellatedFaceSet#getClosed Closed}' attribute is set.
*
*
* @return whether the value of the 'Closed' attribute is set.
* @see #unsetClosed()
* @see #getClosed()
* @see #setClosed(Tristate)
* @generated
*/
boolean isSetClosed();
/**
* Returns the value of the 'Has Colours' reference list.
* The list contents are of type {@link org.bimserver.models.ifc4.IfcIndexedColourMap}.
* It is bidirectional and its opposite is '{@link org.bimserver.models.ifc4.IfcIndexedColourMap#getMappedTo Mapped To}'.
*
*
* If the meaning of the 'Has Colours' reference list isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Has Colours' reference list.
* @see #isSetHasColours()
* @see #unsetHasColours()
* @see org.bimserver.models.ifc4.Ifc4Package#getIfcTessellatedFaceSet_HasColours()
* @see org.bimserver.models.ifc4.IfcIndexedColourMap#getMappedTo
* @model opposite="MappedTo" unsettable="true" upper="2"
* @generated
*/
EList getHasColours();
/**
* Unsets the value of the '{@link org.bimserver.models.ifc4.IfcTessellatedFaceSet#getHasColours Has Colours}' reference list.
*
*
* @see #isSetHasColours()
* @see #getHasColours()
* @generated
*/
void unsetHasColours();
/**
* Returns whether the value of the '{@link org.bimserver.models.ifc4.IfcTessellatedFaceSet#getHasColours Has Colours}' reference list is set.
*
*
* @return whether the value of the 'Has Colours' reference list is set.
* @see #unsetHasColours()
* @see #getHasColours()
* @generated
*/
boolean isSetHasColours();
/**
* Returns the value of the 'Has Textures' reference list.
* The list contents are of type {@link org.bimserver.models.ifc4.IfcIndexedTextureMap}.
* It is bidirectional and its opposite is '{@link org.bimserver.models.ifc4.IfcIndexedTextureMap#getMappedTo Mapped To}'.
*
*
* If the meaning of the 'Has Textures' reference list isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Has Textures' reference list.
* @see #isSetHasTextures()
* @see #unsetHasTextures()
* @see org.bimserver.models.ifc4.Ifc4Package#getIfcTessellatedFaceSet_HasTextures()
* @see org.bimserver.models.ifc4.IfcIndexedTextureMap#getMappedTo
* @model opposite="MappedTo" unsettable="true"
* @generated
*/
EList getHasTextures();
/**
* Unsets the value of the '{@link org.bimserver.models.ifc4.IfcTessellatedFaceSet#getHasTextures Has Textures}' reference list.
*
*
* @see #isSetHasTextures()
* @see #getHasTextures()
* @generated
*/
void unsetHasTextures();
/**
* Returns whether the value of the '{@link org.bimserver.models.ifc4.IfcTessellatedFaceSet#getHasTextures Has Textures}' reference list is set.
*
*
* @return whether the value of the 'Has Textures' reference list is set.
* @see #unsetHasTextures()
* @see #getHasTextures()
* @generated
*/
boolean isSetHasTextures();
} // IfcTessellatedFaceSet
© 2015 - 2025 Weber Informatics LLC | Privacy Policy