Class IfcStructuralLoadSingleDisplacement
Inheritance
System.Object
IfcStructuralLoadSingleDisplacement
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<IfcStructuralLoad>
System.IEquatable<IfcStructuralLoadOrResult>
System.IEquatable<IfcStructuralLoadStatic>
System.IEquatable<IfcStructuralLoadSingleDisplacement>
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.StructuralLoadResource
Assembly: Xbim.Ifc4.dll
Syntax
[ExpressType("IfcStructuralLoadSingleDisplacement", 289)]
public class IfcStructuralLoadSingleDisplacement : IfcStructuralLoadStatic, INotifyPropertyChanged, IEquatable<IfcStructuralLoad>, IEquatable<IfcStructuralLoadOrResult>, IEquatable<IfcStructuralLoadStatic>, IInstantiableEntity, IIfcStructuralLoadSingleDisplacement, IIfcStructuralLoadStatic, IIfcStructuralLoadOrResult, IIfcStructuralLoad, IPersistEntity, IPersist, IEquatable<IfcStructuralLoadSingleDisplacement>
Properties
| Improve this Doc View SourceDisplacementX
Declaration
[EntityAttribute(2, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 2)]
public IfcLengthMeasure? DisplacementX { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<IfcLengthMeasure> |
DisplacementY
Declaration
[EntityAttribute(3, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 3)]
public IfcLengthMeasure? DisplacementY { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<IfcLengthMeasure> |
DisplacementZ
Declaration
[EntityAttribute(4, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 4)]
public IfcLengthMeasure? DisplacementZ { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<IfcLengthMeasure> |
RotationalDisplacementRX
Declaration
[EntityAttribute(5, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 5)]
public IfcPlaneAngleMeasure? RotationalDisplacementRX { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<IfcPlaneAngleMeasure> |
RotationalDisplacementRY
Declaration
[EntityAttribute(6, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 6)]
public IfcPlaneAngleMeasure? RotationalDisplacementRY { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<IfcPlaneAngleMeasure> |
RotationalDisplacementRZ
Declaration
[EntityAttribute(7, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 7)]
public IfcPlaneAngleMeasure? RotationalDisplacementRZ { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<IfcPlaneAngleMeasure> |
Methods
| Improve this Doc View SourceEquals(IfcStructuralLoadSingleDisplacement)
Declaration
public bool Equals(IfcStructuralLoadSingleDisplacement other)
Parameters
Type | Name | Description |
---|---|---|
IfcStructuralLoadSingleDisplacement | 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 SourceIIfcStructuralLoadSingleDisplacement.DisplacementX
Declaration
IfcLengthMeasure? IIfcStructuralLoadSingleDisplacement.DisplacementX { get; set; }
Returns
Type | Description |
---|---|
System.Nullable<IfcLengthMeasure> |
IIfcStructuralLoadSingleDisplacement.DisplacementY
Declaration
IfcLengthMeasure? IIfcStructuralLoadSingleDisplacement.DisplacementY { get; set; }
Returns
Type | Description |
---|---|
System.Nullable<IfcLengthMeasure> |
IIfcStructuralLoadSingleDisplacement.DisplacementZ
Declaration
IfcLengthMeasure? IIfcStructuralLoadSingleDisplacement.DisplacementZ { get; set; }
Returns
Type | Description |
---|---|
System.Nullable<IfcLengthMeasure> |
IIfcStructuralLoadSingleDisplacement.RotationalDisplacementRX
Declaration
IfcPlaneAngleMeasure? IIfcStructuralLoadSingleDisplacement.RotationalDisplacementRX { get; set; }
Returns
Type | Description |
---|---|
System.Nullable<IfcPlaneAngleMeasure> |
IIfcStructuralLoadSingleDisplacement.RotationalDisplacementRY
Declaration
IfcPlaneAngleMeasure? IIfcStructuralLoadSingleDisplacement.RotationalDisplacementRY { get; set; }
Returns
Type | Description |
---|---|
System.Nullable<IfcPlaneAngleMeasure> |
IIfcStructuralLoadSingleDisplacement.RotationalDisplacementRZ
Declaration
IfcPlaneAngleMeasure? IIfcStructuralLoadSingleDisplacement.RotationalDisplacementRZ { get; set; }
Returns
Type | Description |
---|---|
System.Nullable<IfcPlaneAngleMeasure> |
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<T>
System.IEquatable<T>
System.IEquatable<T>
System.IEquatable<T>