Class IfcRepresentationMap
Inheritance
System.Object
IfcRepresentationMap
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.Ifc4.dll
Syntax
[ExpressType("IfcRepresentationMap", 95)]
public class IfcRepresentationMap : PersistEntity, INotifyPropertyChanged, IInstantiableEntity, IIfcRepresentationMap, IfcProductRepresentationSelect, IIfcProductRepresentationSelect, IExpressSelectType, IContainsEntityReferences, IContainsIndexedReferences, IPersistEntity, IPersist, IEquatable<IfcRepresentationMap>, IExpressValidatable
Properties
|
Improve this Doc
View Source
HasShapeAspects
Declaration
[InverseProperty("PartOfProductDefinitionShape")]
[EntityAttribute(-1, EntityAttributeState.Mandatory, EntityAttributeType.Set, EntityAttributeType.Class, new int[]{0}, new int[]{-1}, 3)]
public IEnumerable<IfcShapeAspect> HasShapeAspects { get; }
Property Value
Type |
Description |
System.Collections.Generic.IEnumerable<IfcShapeAspect> |
|
|
Improve this Doc
View Source
MappedRepresentation
Declaration
[IndexedProperty]
[EntityAttribute(2, EntityAttributeState.Mandatory, EntityAttributeType.Class, EntityAttributeType.None, null, null, 2)]
public IfcRepresentation MappedRepresentation { get; set; }
Property Value
|
Improve this Doc
View Source
MappingOrigin
Declaration
[EntityAttribute(1, EntityAttributeState.Mandatory, EntityAttributeType.Class, EntityAttributeType.None, null, null, 1)]
public IfcAxis2Placement MappingOrigin { get; set; }
Property Value
|
Improve this Doc
View Source
MapUsage
Declaration
[InverseProperty("MappingSource")]
[EntityAttribute(-1, EntityAttributeState.Mandatory, EntityAttributeType.Set, EntityAttributeType.Class, new int[]{0}, new int[]{-1}, 4)]
public IEnumerable<IfcMappedItem> MapUsage { get; }
Property Value
Type |
Description |
System.Collections.Generic.IEnumerable<IfcMappedItem> |
|
Methods
|
Improve this Doc
View Source
Equals(IfcRepresentationMap)
Declaration
public bool Equals(IfcRepresentationMap 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
|
Improve this Doc
View Source
Validate()
Declaration
public virtual IEnumerable<ValidationResult> Validate()
Returns
|
Improve this Doc
View Source
ValidateClause(IfcRepresentationMap.IfcRepresentationMapClause)
Tests the express where-clause specified in param 'clause'
Declaration
public bool ValidateClause(IfcRepresentationMap.IfcRepresentationMapClause clause)
Parameters
Returns
Type |
Description |
System.Boolean |
true if the clause is satisfied.
|
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
IIfcRepresentationMap.HasShapeAspects
Declaration
IEnumerable<IIfcShapeAspect> IIfcRepresentationMap.HasShapeAspects { get; }
Returns
|
Improve this Doc
View Source
IIfcRepresentationMap.MappedRepresentation
Declaration
IIfcRepresentation IIfcRepresentationMap.MappedRepresentation { get; set; }
Returns
|
Improve this Doc
View Source
IIfcRepresentationMap.MappingOrigin
Declaration
IIfcAxis2Placement IIfcRepresentationMap.MappingOrigin { get; set; }
Returns
|
Improve this Doc
View Source
IIfcRepresentationMap.MapUsage
Declaration
IEnumerable<IIfcMappedItem> IIfcRepresentationMap.MapUsage { get; }
Returns
Type |
Description |
System.Collections.Generic.IEnumerable<IIfcMappedItem> |
|
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<T>