Class IfcStructuralLoadSingleDisplacement
Inheritance
System.Object
IfcStructuralLoadSingleDisplacement
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("IfcStructuralLoadSingleDisplacement", 289)]
public class IfcStructuralLoadSingleDisplacement : IfcStructuralLoadStatic, INotifyPropertyChanged, IEquatable<IfcStructuralLoad>, IEquatable<IfcStructuralLoadStatic>, IIfcStructuralLoadSingleDisplacement, IIfcStructuralLoadStatic, IIfcStructuralLoadOrResult, IIfcStructuralLoad, IInstantiableEntity, IIfcStructuralLoadSingleDisplacement, IIfcStructuralLoadStatic, IIfcStructuralLoad, IPersistEntity, IPersist, IEquatable<IfcStructuralLoadSingleDisplacement>
Properties
|
Improve this Doc
View Source
DisplacementX
Declaration
[EntityAttribute(2, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 2)]
public IfcLengthMeasure? DisplacementX { get; set; }
Property Value
|
Improve this Doc
View Source
DisplacementY
Declaration
[EntityAttribute(3, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 3)]
public IfcLengthMeasure? DisplacementY { get; set; }
Property Value
|
Improve this Doc
View Source
DisplacementZ
Declaration
[EntityAttribute(4, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 4)]
public IfcLengthMeasure? DisplacementZ { get; set; }
Property Value
|
Improve this Doc
View Source
RotationalDisplacementRX
Declaration
[EntityAttribute(5, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 5)]
public IfcPlaneAngleMeasure? RotationalDisplacementRX { get; set; }
Property Value
|
Improve this Doc
View Source
RotationalDisplacementRY
Declaration
[EntityAttribute(6, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 6)]
public IfcPlaneAngleMeasure? RotationalDisplacementRY { get; set; }
Property Value
|
Improve this Doc
View Source
RotationalDisplacementRZ
Declaration
[EntityAttribute(7, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 7)]
public IfcPlaneAngleMeasure? RotationalDisplacementRZ { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
Equals(IfcStructuralLoadSingleDisplacement)
Declaration
public bool Equals(IfcStructuralLoadSingleDisplacement 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
IIfcStructuralLoadSingleDisplacement.DisplacementX
Declaration
IfcLengthMeasure? IIfcStructuralLoadSingleDisplacement.DisplacementX { get; set; }
Returns
|
Improve this Doc
View Source
IIfcStructuralLoadSingleDisplacement.DisplacementY
Declaration
IfcLengthMeasure? IIfcStructuralLoadSingleDisplacement.DisplacementY { get; set; }
Returns
|
Improve this Doc
View Source
IIfcStructuralLoadSingleDisplacement.DisplacementZ
Declaration
IfcLengthMeasure? IIfcStructuralLoadSingleDisplacement.DisplacementZ { get; set; }
Returns
|
Improve this Doc
View Source
IIfcStructuralLoadSingleDisplacement.RotationalDisplacementRX
Declaration
IfcPlaneAngleMeasure? IIfcStructuralLoadSingleDisplacement.RotationalDisplacementRX { get; set; }
Returns
|
Improve this Doc
View Source
IIfcStructuralLoadSingleDisplacement.RotationalDisplacementRY
Declaration
IfcPlaneAngleMeasure? IIfcStructuralLoadSingleDisplacement.RotationalDisplacementRY { get; set; }
Returns
|
Improve this Doc
View Source
IIfcStructuralLoadSingleDisplacement.RotationalDisplacementRZ
Declaration
IfcPlaneAngleMeasure? IIfcStructuralLoadSingleDisplacement.RotationalDisplacementRZ { get; set; }
Returns
|
Improve this Doc
View Source
IIfcStructuralLoadSingleDisplacement.DisplacementX
Declaration
[CrossSchemaAttribute(typeof(IIfcStructuralLoadSingleDisplacement), 2)]
IfcLengthMeasure? IIfcStructuralLoadSingleDisplacement.DisplacementX { get; set; }
Returns
|
Improve this Doc
View Source
IIfcStructuralLoadSingleDisplacement.DisplacementY
Declaration
[CrossSchemaAttribute(typeof(IIfcStructuralLoadSingleDisplacement), 3)]
IfcLengthMeasure? IIfcStructuralLoadSingleDisplacement.DisplacementY { get; set; }
Returns
|
Improve this Doc
View Source
IIfcStructuralLoadSingleDisplacement.DisplacementZ
Declaration
[CrossSchemaAttribute(typeof(IIfcStructuralLoadSingleDisplacement), 4)]
IfcLengthMeasure? IIfcStructuralLoadSingleDisplacement.DisplacementZ { get; set; }
Returns
|
Improve this Doc
View Source
IIfcStructuralLoadSingleDisplacement.RotationalDisplacementRX
Declaration
[CrossSchemaAttribute(typeof(IIfcStructuralLoadSingleDisplacement), 5)]
IfcPlaneAngleMeasure? IIfcStructuralLoadSingleDisplacement.RotationalDisplacementRX { get; set; }
Returns
|
Improve this Doc
View Source
IIfcStructuralLoadSingleDisplacement.RotationalDisplacementRY
Declaration
[CrossSchemaAttribute(typeof(IIfcStructuralLoadSingleDisplacement), 6)]
IfcPlaneAngleMeasure? IIfcStructuralLoadSingleDisplacement.RotationalDisplacementRY { get; set; }
Returns
|
Improve this Doc
View Source
IIfcStructuralLoadSingleDisplacement.RotationalDisplacementRZ
Declaration
[CrossSchemaAttribute(typeof(IIfcStructuralLoadSingleDisplacement), 7)]
IfcPlaneAngleMeasure? IIfcStructuralLoadSingleDisplacement.RotationalDisplacementRZ { get; set; }
Returns
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<T>
System.IEquatable<T>
System.IEquatable<T>