IfcPolygonalFaceSet

Inheritance: java.lang.Object, IfcTessellatedFaceSet

All Implemented Interfaces: com.aspose.cad_internal.fileformats.ifc.IIfcPolygonalFaceSet

Constructors

ConstructorDescription
IfcPolygonalFaceSet()

Methods

MethodDescription
getClosed()
setClosed(IfcBoolean value)
getFaces()
setFaces(IfcCollection value)
getPnIndex()
setPnIndex(IfcCollection value)

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)