Class IfcRepresentation
Inheritance
System.Object
IfcRepresentation
Implements
System.ComponentModel.INotifyPropertyChanged
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: Xbim.Ifc2x3.dll
Syntax
[ExpressType("IfcRepresentation", 87)]
public class IfcRepresentation : PersistEntity, INotifyPropertyChanged, IIfcRepresentation, IfcLayeredItem, IInstantiableEntity, IIfcRepresentation, IfcLayeredItem, IIfcLayeredItem, IIfcLayeredItem, IExpressSelectType, IContainsEntityReferences, IContainsIndexedReferences, IPersistEntity, IPersist, IEquatable<IfcRepresentation>
Properties
|
Improve this Doc
View Source
ContextOfItems
Declaration
[IndexedProperty]
[EntityAttribute(1, EntityAttributeState.Mandatory, EntityAttributeType.Class, EntityAttributeType.None, null, null, 1)]
public IfcRepresentationContext ContextOfItems { get; set; }
Property Value
|
Improve this Doc
View Source
Items
Declaration
[EntityAttribute(4, EntityAttributeState.Mandatory, EntityAttributeType.Set, EntityAttributeType.Class, new int[]{1}, new int[]{-1}, 4)]
public IItemSet<IfcRepresentationItem> Items { get; }
Property Value
|
Improve this Doc
View Source
LayerAssignments
Declaration
[InverseProperty("AssignedItems")]
[EntityAttribute(-1, EntityAttributeState.Mandatory, EntityAttributeType.Set, EntityAttributeType.Class, new int[]{0}, new int[]{-1}, 6)]
public IEnumerable<IfcPresentationLayerAssignment> LayerAssignments { get; }
Property Value
|
Improve this Doc
View Source
OfProductRepresentation
Declaration
[InverseProperty("Representations")]
[EntityAttribute(-1, EntityAttributeState.Mandatory, EntityAttributeType.Set, EntityAttributeType.Class, new int[]{0}, new int[]{1}, 7)]
public IEnumerable<IfcProductRepresentation> OfProductRepresentation { get; }
Property Value
|
Improve this Doc
View Source
RepresentationIdentifier
Declaration
[EntityAttribute(2, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 2)]
public IfcLabel? RepresentationIdentifier { get; set; }
Property Value
Type |
Description |
System.Nullable<IfcLabel> |
|
|
Improve this Doc
View Source
RepresentationMap
Declaration
[InverseProperty("MappedRepresentation")]
[EntityAttribute(-1, EntityAttributeState.Mandatory, EntityAttributeType.Set, EntityAttributeType.Class, new int[]{0}, new int[]{1}, 5)]
public IEnumerable<IfcRepresentationMap> RepresentationMap { get; }
Property Value
|
Improve this Doc
View Source
RepresentationType
Declaration
[EntityAttribute(3, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 3)]
public IfcLabel? RepresentationType { get; set; }
Property Value
Type |
Description |
System.Nullable<IfcLabel> |
|
Methods
|
Improve this Doc
View Source
Equals(IfcRepresentation)
Declaration
public bool Equals(IfcRepresentation other)
Parameters
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Parse(Int32, IPropertyValue, Int32[])
Declaration
public override void Parse(int propIndex, IPropertyValue value, int[] nestedIndex)
Parameters
Type |
Name |
Description |
System.Int32 |
propIndex |
|
IPropertyValue |
value |
|
System.Int32[] |
nestedIndex |
|
Overrides
Explicit Interface Implementations
|
Improve this Doc
View Source
IContainsEntityReferences.References
Declaration
IEnumerable<IPersistEntity> IContainsEntityReferences.References { get; }
Returns
Type |
Description |
System.Collections.Generic.IEnumerable<IPersistEntity> |
|
|
Improve this Doc
View Source
IContainsIndexedReferences.IndexedReferences
Declaration
IEnumerable<IPersistEntity> IContainsIndexedReferences.IndexedReferences { get; }
Returns
Type |
Description |
System.Collections.Generic.IEnumerable<IPersistEntity> |
|
|
Improve this Doc
View Source
IIfcRepresentation.ContextOfItems
Declaration
IIfcRepresentationContext IIfcRepresentation.ContextOfItems { get; set; }
Returns
|
Improve this Doc
View Source
IIfcRepresentation.Items
Declaration
IItemSet<IIfcRepresentationItem> IIfcRepresentation.Items { get; }
Returns
|
Improve this Doc
View Source
IIfcRepresentation.LayerAssignments
Declaration
IEnumerable<IIfcPresentationLayerAssignment> IIfcRepresentation.LayerAssignments { get; }
Returns
|
Improve this Doc
View Source
IIfcRepresentation.OfProductRepresentation
Declaration
IEnumerable<IIfcProductRepresentation> IIfcRepresentation.OfProductRepresentation { get; }
Returns
|
Improve this Doc
View Source
IIfcRepresentation.RepresentationIdentifier
Declaration
IfcLabel? IIfcRepresentation.RepresentationIdentifier { get; set; }
Returns
Type |
Description |
System.Nullable<IfcLabel> |
|
|
Improve this Doc
View Source
IIfcRepresentation.RepresentationMap
Declaration
IEnumerable<IIfcRepresentationMap> IIfcRepresentation.RepresentationMap { get; }
Returns
|
Improve this Doc
View Source
IIfcRepresentation.RepresentationType
Declaration
IfcLabel? IIfcRepresentation.RepresentationType { get; set; }
Returns
Type |
Description |
System.Nullable<IfcLabel> |
|
|
Improve this Doc
View Source
IIfcRepresentation.ContextOfItems
Declaration
[CrossSchemaAttribute(typeof(IIfcRepresentation), 1)]
IIfcRepresentationContext IIfcRepresentation.ContextOfItems { get; set; }
Returns
|
Improve this Doc
View Source
IIfcRepresentation.Items
Declaration
[CrossSchemaAttribute(typeof(IIfcRepresentation), 4)]
IItemSet<IIfcRepresentationItem> IIfcRepresentation.Items { get; }
Returns
|
Improve this Doc
View Source
IIfcRepresentation.LayerAssignments
Declaration
IEnumerable<IIfcPresentationLayerAssignment> IIfcRepresentation.LayerAssignments { get; }
Returns
|
Improve this Doc
View Source
IIfcRepresentation.OfProductRepresentation
Declaration
IEnumerable<IIfcProductRepresentation> IIfcRepresentation.OfProductRepresentation { get; }
Returns
|
Improve this Doc
View Source
IIfcRepresentation.RepresentationIdentifier
Declaration
[CrossSchemaAttribute(typeof(IIfcRepresentation), 2)]
IfcLabel? IIfcRepresentation.RepresentationIdentifier { get; set; }
Returns
Type |
Description |
System.Nullable<IfcLabel> |
|
|
Improve this Doc
View Source
IIfcRepresentation.RepresentationMap
Declaration
IEnumerable<IIfcRepresentationMap> IIfcRepresentation.RepresentationMap { get; }
Returns
|
Improve this Doc
View Source
IIfcRepresentation.RepresentationType
Declaration
[CrossSchemaAttribute(typeof(IIfcRepresentation), 3)]
IfcLabel? IIfcRepresentation.RepresentationType { get; set; }
Returns
Type |
Description |
System.Nullable<IfcLabel> |
|
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<T>