public class IfcPolygonalFaceSet extends IfcTessellatedFaceSet implements com.aspose.cad_internal.fileformats.ifc.IIfcPolygonalFaceSet
Constructor and Description |
---|
IfcPolygonalFaceSet() |
Modifier and Type | Method and Description |
---|---|
IfcBoolean |
getClosed() |
IfcCollection<IfcIndexedPolygonalFace> |
getFaces() |
IfcCollection<IfcPositiveInteger> |
getPnIndex() |
void |
setClosed(IfcBoolean value) |
void |
setFaces(IfcCollection<IfcIndexedPolygonalFace> 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 IfcBoolean getClosed()
public final void setClosed(IfcBoolean value)
public final IfcCollection<IfcIndexedPolygonalFace> getFaces()
public final void setFaces(IfcCollection<IfcIndexedPolygonalFace> value)
public final IfcCollection<IfcPositiveInteger> getPnIndex()
public final void setPnIndex(IfcCollection<IfcPositiveInteger> value)