Interface IIfcRepresentationMap
Readonly interface for IfcRepresentationMap
Assembly: Xbim.Ifc4.dll
Syntax
public interface IIfcRepresentationMap : IfcProductRepresentationSelect, IIfcProductRepresentationSelect, IExpressSelectType, IPersistEntity, IPersist
Properties
|
Improve this Doc
View Source
HasShapeAspects
Declaration
IEnumerable<IIfcShapeAspect> HasShapeAspects { get; }
Property Value
|
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> |
|