Interface IIfcPolygonalFaceSet
Readonly interface for IfcPolygonalFaceSet
Assembly: Xbim.Ifc4.dll
Syntax
public interface IIfcPolygonalFaceSet : IIfcTessellatedFaceSet, IIfcTessellatedItem, IIfcGeometricRepresentationItem, IIfcRepresentationItem, IfcLayeredItem, IIfcLayeredItem, IfcBooleanOperand, IIfcBooleanOperand, IExpressSelectType, IPersistEntity, IPersist
Properties
|
Improve this Doc
View Source
Closed
Declaration
IfcBoolean? Closed { get; set; }
Property Value
|
Improve this Doc
View Source
Faces
Declaration
IItemSet<IIfcIndexedPolygonalFace> Faces { get; }
Property Value
|
Improve this Doc
View Source
PnIndex
Declaration
IItemSet<IfcPositiveInteger> PnIndex { get; }
Property Value