Interface IIfcIndexedPolygonalFace
Readonly interface for IfcIndexedPolygonalFace
Assembly: Xbim.Ifc4.dll
Syntax
public interface IIfcIndexedPolygonalFace : IIfcTessellatedItem, IIfcGeometricRepresentationItem, IIfcRepresentationItem, IfcLayeredItem, IIfcLayeredItem, IExpressSelectType, IPersistEntity, IPersist
Properties
|
Improve this Doc
View Source
CoordIndex
Declaration
IItemSet<IfcPositiveInteger> CoordIndex { get; }
Property Value
|
Improve this Doc
View Source
ToFaceSet
Declaration
IEnumerable<IIfcPolygonalFaceSet> ToFaceSet { get; }
Property Value