Class IfcMaterialLayerWithOffsets
Inheritance
System.Object
IfcMaterialLayerWithOffsets
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<IfcMaterialDefinition>
System.IEquatable<IfcMaterialLayer>
System.IEquatable<IfcMaterialLayerWithOffsets>
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Xbim.Ifc4.MaterialResource
Assembly: Xbim.Ifc4.dll
Syntax
[ExpressType("IfcMaterialLayerWithOffsets", 1204)]
public class IfcMaterialLayerWithOffsets : IfcMaterialLayer, INotifyPropertyChanged, IEquatable<IfcMaterialDefinition>, IEquatable<IfcMaterialLayer>, IExpressValidatable, IInstantiableEntity, IIfcMaterialLayerWithOffsets, IIfcMaterialLayer, IIfcMaterialDefinition, IfcMaterialSelect, IIfcMaterialSelect, IfcObjectReferenceSelect, IIfcObjectReferenceSelect, IfcResourceObjectSelect, IIfcResourceObjectSelect, IExpressSelectType, IContainsEntityReferences, IPersistEntity, IPersist, IEquatable<IfcMaterialLayerWithOffsets>
Properties
| Improve this Doc View SourceOffsetDirection
Declaration
[EntityAttribute(8, EntityAttributeState.Mandatory, EntityAttributeType.Enum, EntityAttributeType.None, null, null, 12)]
public IfcLayerSetDirectionEnum OffsetDirection { get; set; }
Property Value
Type | Description |
---|---|
IfcLayerSetDirectionEnum |
OffsetValues
Declaration
[EntityAttribute(9, EntityAttributeState.Mandatory, EntityAttributeType.Array, EntityAttributeType.None, new int[]{1}, new int[]{2}, 13)]
public IItemSet<IfcLengthMeasure> OffsetValues { get; }
Property Value
Type | Description |
---|---|
IItemSet<IfcLengthMeasure> |
Methods
| Improve this Doc View SourceEquals(IfcMaterialLayerWithOffsets)
Declaration
public bool Equals(IfcMaterialLayerWithOffsets other)
Parameters
Type | Name | Description |
---|---|---|
IfcMaterialLayerWithOffsets | other |
Returns
Type | Description |
---|---|
System.Boolean |
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 SourceIContainsEntityReferences.References
Declaration
IEnumerable<IPersistEntity> IContainsEntityReferences.References { get; }
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<IPersistEntity> |
IIfcMaterialLayerWithOffsets.OffsetDirection
Declaration
IfcLayerSetDirectionEnum IIfcMaterialLayerWithOffsets.OffsetDirection { get; set; }
Returns
Type | Description |
---|---|
IfcLayerSetDirectionEnum |
IIfcMaterialLayerWithOffsets.OffsetValues
Declaration
IItemSet<IfcLengthMeasure> IIfcMaterialLayerWithOffsets.OffsetValues { get; }
Returns
Type | Description |
---|---|
IItemSet<IfcLengthMeasure> |
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<T>
System.IEquatable<T>
System.IEquatable<T>