Class IfcStructuralLoadLinearForce
Inheritance
System.Object
IfcStructuralLoadLinearForce
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<IfcStructuralLoad>
System.IEquatable<IfcStructuralLoadOrResult>
System.IEquatable<IfcStructuralLoadStatic>
System.IEquatable<IfcStructuralLoadLinearForce>
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("IfcStructuralLoadLinearForce", 419)]
public class IfcStructuralLoadLinearForce : IfcStructuralLoadStatic, INotifyPropertyChanged, IEquatable<IfcStructuralLoad>, IEquatable<IfcStructuralLoadOrResult>, IEquatable<IfcStructuralLoadStatic>, IInstantiableEntity, IIfcStructuralLoadLinearForce, IIfcStructuralLoadStatic, IIfcStructuralLoadOrResult, IIfcStructuralLoad, IPersistEntity, IPersist, IEquatable<IfcStructuralLoadLinearForce>
Properties
| Improve this Doc View SourceLinearForceX
Declaration
[EntityAttribute(2, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 2)]
public IfcLinearForceMeasure? LinearForceX { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<IfcLinearForceMeasure> |
LinearForceY
Declaration
[EntityAttribute(3, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 3)]
public IfcLinearForceMeasure? LinearForceY { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<IfcLinearForceMeasure> |
LinearForceZ
Declaration
[EntityAttribute(4, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 4)]
public IfcLinearForceMeasure? LinearForceZ { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<IfcLinearForceMeasure> |
LinearMomentX
Declaration
[EntityAttribute(5, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 5)]
public IfcLinearMomentMeasure? LinearMomentX { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<IfcLinearMomentMeasure> |
LinearMomentY
Declaration
[EntityAttribute(6, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 6)]
public IfcLinearMomentMeasure? LinearMomentY { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<IfcLinearMomentMeasure> |
LinearMomentZ
Declaration
[EntityAttribute(7, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 7)]
public IfcLinearMomentMeasure? LinearMomentZ { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<IfcLinearMomentMeasure> |
Methods
| Improve this Doc View SourceEquals(IfcStructuralLoadLinearForce)
Declaration
public bool Equals(IfcStructuralLoadLinearForce other)
Parameters
Type | Name | Description |
---|---|---|
IfcStructuralLoadLinearForce | 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 SourceIIfcStructuralLoadLinearForce.LinearForceX
Declaration
IfcLinearForceMeasure? IIfcStructuralLoadLinearForce.LinearForceX { get; set; }
Returns
Type | Description |
---|---|
System.Nullable<IfcLinearForceMeasure> |
IIfcStructuralLoadLinearForce.LinearForceY
Declaration
IfcLinearForceMeasure? IIfcStructuralLoadLinearForce.LinearForceY { get; set; }
Returns
Type | Description |
---|---|
System.Nullable<IfcLinearForceMeasure> |
IIfcStructuralLoadLinearForce.LinearForceZ
Declaration
IfcLinearForceMeasure? IIfcStructuralLoadLinearForce.LinearForceZ { get; set; }
Returns
Type | Description |
---|---|
System.Nullable<IfcLinearForceMeasure> |
IIfcStructuralLoadLinearForce.LinearMomentX
Declaration
IfcLinearMomentMeasure? IIfcStructuralLoadLinearForce.LinearMomentX { get; set; }
Returns
Type | Description |
---|---|
System.Nullable<IfcLinearMomentMeasure> |
IIfcStructuralLoadLinearForce.LinearMomentY
Declaration
IfcLinearMomentMeasure? IIfcStructuralLoadLinearForce.LinearMomentY { get; set; }
Returns
Type | Description |
---|---|
System.Nullable<IfcLinearMomentMeasure> |
IIfcStructuralLoadLinearForce.LinearMomentZ
Declaration
IfcLinearMomentMeasure? IIfcStructuralLoadLinearForce.LinearMomentZ { get; set; }
Returns
Type | Description |
---|---|
System.Nullable<IfcLinearMomentMeasure> |
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<T>
System.IEquatable<T>
System.IEquatable<T>
System.IEquatable<T>