Interface IIfcFace
Readonly interface for IfcFace
Assembly: Xbim.Ifc4.dll
Syntax
public interface IIfcFace : IIfcTopologicalRepresentationItem, IIfcRepresentationItem, IfcLayeredItem, IIfcLayeredItem, IExpressSelectType, IPersistEntity, IPersist
Properties
|
Improve this Doc
View Source
Bounds
Declaration
IItemSet<IIfcFaceBound> Bounds { get; }
Property Value
|
Improve this Doc
View Source
HasTextureMaps
Declaration
IEnumerable<IIfcTextureMap> HasTextureMaps { get; }
Property Value
Type |
Description |
System.Collections.Generic.IEnumerable<IIfcTextureMap> |
|