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