IfcPolygonalFaceSet
Inheritance: java.lang.Object, IfcTessellatedFaceSet
All Implemented Interfaces: com.aspose.cad_internal.fileformats.ifc.IIfcPolygonalFaceSet
Constructors
| Constructor | Description |
|---|---|
| IfcPolygonalFaceSet() |
Methods
| Method | Description |
|---|---|
| getClosed() | |
| setClosed(IfcBoolean value) | |
| getFaces() | |
| setFaces(IfcCollection | |
| getPnIndex() | |
| setPnIndex(IfcCollection |
IfcPolygonalFaceSet()
public IfcPolygonalFaceSet()
getClosed()
public final IfcBoolean getClosed()
Returns: IfcBoolean
setClosed(IfcBoolean value)
public final void setClosed(IfcBoolean value)
getFaces()
public final IfcCollection<IfcIndexedPolygonalFace> getFaces()
Returns: IfcCollection
setFaces(IfcCollection value)
public final void setFaces(IfcCollection<IfcIndexedPolygonalFace> value)
getPnIndex()
public final IfcCollection<IfcPositiveInteger> getPnIndex()
Returns: IfcCollection
setPnIndex(IfcCollection value)
public final void setPnIndex(IfcCollection<IfcPositiveInteger> value)