public class IfcTriangulatedFaceSet extends IfcTessellatedFaceSet
Constructor and Description |
---|
IfcTriangulatedFaceSet() |
Modifier and Type | Method and Description |
---|---|
IfcBoolean |
getClosed() |
IfcCollection2D<IfcPositiveInteger> |
getCoordIndex() |
IfcCollection2D<IfcParameterValue> |
getNormals() |
IfcCollection<IfcPositiveInteger> |
getPnIndex() |
void |
setClosed(IfcBoolean value) |
void |
setCoordIndex(IfcCollection2D<IfcPositiveInteger> value) |
void |
setNormals(IfcCollection2D<IfcParameterValue> value) |
void |
setPnIndex(IfcCollection<IfcPositiveInteger> value) |
getCoordinates, hasColours, hasTextures, setCoordinates
getLayerAssignment, getStyledByItem
equals, getEntityLabel, hashCode, op_Equality, op_Inequality
getClass, notify, notifyAll, toString, wait, wait, wait
getEntityLabel
public final IfcCollection2D<IfcParameterValue> getNormals()
public final void setNormals(IfcCollection2D<IfcParameterValue> value)
public final IfcBoolean getClosed()
public final void setClosed(IfcBoolean value)
public final IfcCollection2D<IfcPositiveInteger> getCoordIndex()
public final void setCoordIndex(IfcCollection2D<IfcPositiveInteger> value)
public final IfcCollection<IfcPositiveInteger> getPnIndex()
public final void setPnIndex(IfcCollection<IfcPositiveInteger> value)