Interface IIfcRepresentationMap
Readonly interface for IfcRepresentationMap
Assembly: Xbim.Ifc2x3.dll
Syntax
public interface IIfcRepresentationMap : IPersistEntity, IPersist
Properties
|
Improve this Doc
View Source
MappedRepresentation
Declaration
IIfcRepresentation MappedRepresentation { get; set; }
Property Value
|
Improve this Doc
View Source
MappingOrigin
Declaration
IIfcAxis2Placement MappingOrigin { get; set; }
Property Value
|
Improve this Doc
View Source
MapUsage
Declaration
IEnumerable<IIfcMappedItem> MapUsage { get; }
Property Value
Type |
Description |
System.Collections.Generic.IEnumerable<IIfcMappedItem> |
|