Interface IIfcRepresentation
Readonly interface for IfcRepresentation
Assembly: Xbim.Ifc4.dll
Syntax
public interface IIfcRepresentation : IfcLayeredItem, IIfcLayeredItem, IExpressSelectType, IPersistEntity, IPersist
Properties
|
Improve this Doc
View Source
ContextOfItems
Declaration
IIfcRepresentationContext ContextOfItems { get; set; }
Property Value
|
Improve this Doc
View Source
Items
Declaration
IItemSet<IIfcRepresentationItem> Items { get; }
Property Value
|
Improve this Doc
View Source
LayerAssignments
Declaration
IEnumerable<IIfcPresentationLayerAssignment> LayerAssignments { get; }
Property Value
|
Improve this Doc
View Source
OfProductRepresentation
Declaration
IEnumerable<IIfcProductRepresentation> OfProductRepresentation { get; }
Property Value
|
Improve this Doc
View Source
RepresentationIdentifier
Declaration
IfcLabel? RepresentationIdentifier { get; set; }
Property Value
Type |
Description |
System.Nullable<IfcLabel> |
|
|
Improve this Doc
View Source
RepresentationMap
Declaration
IEnumerable<IIfcRepresentationMap> RepresentationMap { get; }
Property Value
|
Improve this Doc
View Source
RepresentationType
Declaration
IfcLabel? RepresentationType { get; set; }
Property Value
Type |
Description |
System.Nullable<IfcLabel> |
|