Class IfcStructuralLoadSingleDisplacementDistortion
Inheritance
System.Object
IfcStructuralLoadSingleDisplacementDistortion
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<IfcStructuralLoad>
System.IEquatable<IfcStructuralLoadStatic>
System.IEquatable<IfcStructuralLoadSingleDisplacement>
System.IEquatable<IfcStructuralLoadSingleDisplacementDistortion>
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Xbim.Ifc2x3.StructuralLoadResource
Assembly: Xbim.Ifc2x3.dll
Syntax
[ExpressType("IfcStructuralLoadSingleDisplacementDistortion", 290)]
public class IfcStructuralLoadSingleDisplacementDistortion : IfcStructuralLoadSingleDisplacement, INotifyPropertyChanged, IEquatable<IfcStructuralLoad>, IEquatable<IfcStructuralLoadStatic>, IEquatable<IfcStructuralLoadSingleDisplacement>, IIfcStructuralLoadSingleDisplacementDistortion, IIfcStructuralLoadSingleDisplacement, IIfcStructuralLoadStatic, IIfcStructuralLoadOrResult, IIfcStructuralLoad, IInstantiableEntity, IIfcStructuralLoadSingleDisplacementDistortion, IIfcStructuralLoadSingleDisplacement, IIfcStructuralLoadStatic, IIfcStructuralLoad, IPersistEntity, IPersist, IEquatable<IfcStructuralLoadSingleDisplacementDistortion>
Properties
| Improve this Doc View SourceDistortion
Declaration
[EntityAttribute(8, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 8)]
public IfcCurvatureMeasure? Distortion { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<IfcCurvatureMeasure> |
Methods
| Improve this Doc View SourceEquals(IfcStructuralLoadSingleDisplacementDistortion)
Declaration
public bool Equals(IfcStructuralLoadSingleDisplacementDistortion other)
Parameters
Type | Name | Description |
---|---|---|
IfcStructuralLoadSingleDisplacementDistortion | 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 SourceIIfcStructuralLoadSingleDisplacementDistortion.Distortion
Declaration
IfcCurvatureMeasure? IIfcStructuralLoadSingleDisplacementDistortion.Distortion { get; set; }
Returns
Type | Description |
---|---|
System.Nullable<IfcCurvatureMeasure> |
IIfcStructuralLoadSingleDisplacementDistortion.Distortion
Declaration
[CrossSchemaAttribute(typeof(IIfcStructuralLoadSingleDisplacementDistortion), 8)]
IfcCurvatureMeasure? IIfcStructuralLoadSingleDisplacementDistortion.Distortion { get; set; }
Returns
Type | Description |
---|---|
System.Nullable<IfcCurvatureMeasure> |
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<T>
System.IEquatable<T>
System.IEquatable<T>
System.IEquatable<T>