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, setCoordinatesgetLayerAssignment, getStyledByItemequals, getEntityLabel, hashCode, op_Equality, op_InequalitygetClass, notify, notifyAll, toString, wait, wait, waitgetEntityLabelpublic 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)