Class IfcStructuralLoadPlanarForce
Inheritance
System.Object
IfcStructuralLoadPlanarForce
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<IfcStructuralLoad>
System.IEquatable<IfcStructuralLoadOrResult>
System.IEquatable<IfcStructuralLoadStatic>
System.IEquatable<IfcStructuralLoadPlanarForce>
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("IfcStructuralLoadPlanarForce", 174)]
public class IfcStructuralLoadPlanarForce : IfcStructuralLoadStatic, INotifyPropertyChanged, IEquatable<IfcStructuralLoad>, IEquatable<IfcStructuralLoadOrResult>, IEquatable<IfcStructuralLoadStatic>, IInstantiableEntity, IIfcStructuralLoadPlanarForce, IIfcStructuralLoadStatic, IIfcStructuralLoadOrResult, IIfcStructuralLoad, IPersistEntity, IPersist, IEquatable<IfcStructuralLoadPlanarForce>
Properties
| Improve this Doc View SourcePlanarForceX
Declaration
[EntityAttribute(2, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 2)]
public IfcPlanarForceMeasure? PlanarForceX { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<IfcPlanarForceMeasure> |
PlanarForceY
Declaration
[EntityAttribute(3, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 3)]
public IfcPlanarForceMeasure? PlanarForceY { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<IfcPlanarForceMeasure> |
PlanarForceZ
Declaration
[EntityAttribute(4, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 4)]
public IfcPlanarForceMeasure? PlanarForceZ { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<IfcPlanarForceMeasure> |
Methods
| Improve this Doc View SourceEquals(IfcStructuralLoadPlanarForce)
Declaration
public bool Equals(IfcStructuralLoadPlanarForce other)
Parameters
Type | Name | Description |
---|---|---|
IfcStructuralLoadPlanarForce | 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 SourceIIfcStructuralLoadPlanarForce.PlanarForceX
Declaration
IfcPlanarForceMeasure? IIfcStructuralLoadPlanarForce.PlanarForceX { get; set; }
Returns
Type | Description |
---|---|
System.Nullable<IfcPlanarForceMeasure> |
IIfcStructuralLoadPlanarForce.PlanarForceY
Declaration
IfcPlanarForceMeasure? IIfcStructuralLoadPlanarForce.PlanarForceY { get; set; }
Returns
Type | Description |
---|---|
System.Nullable<IfcPlanarForceMeasure> |
IIfcStructuralLoadPlanarForce.PlanarForceZ
Declaration
IfcPlanarForceMeasure? IIfcStructuralLoadPlanarForce.PlanarForceZ { get; set; }
Returns
Type | Description |
---|---|
System.Nullable<IfcPlanarForceMeasure> |
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<T>
System.IEquatable<T>
System.IEquatable<T>
System.IEquatable<T>