Class IfcBoundaryNodeConditionWarping
Inheritance
System.Object
IfcBoundaryNodeConditionWarping
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<IfcBoundaryCondition>
System.IEquatable<IfcBoundaryNodeCondition>
System.IEquatable<IfcBoundaryNodeConditionWarping>
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("IfcBoundaryNodeConditionWarping", 395)]
public class IfcBoundaryNodeConditionWarping : IfcBoundaryNodeCondition, INotifyPropertyChanged, IEquatable<IfcBoundaryCondition>, IEquatable<IfcBoundaryNodeCondition>, IIfcBoundaryNodeConditionWarping, IIfcBoundaryNodeCondition, IIfcBoundaryCondition, IInstantiableEntity, IIfcBoundaryNodeConditionWarping, IIfcBoundaryNodeCondition, IIfcBoundaryCondition, IPersistEntity, IPersist, IEquatable<IfcBoundaryNodeConditionWarping>
Properties
| Improve this Doc View SourceWarpingStiffness
Declaration
[EntityAttribute(8, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 8)]
public IfcWarpingMomentMeasure? WarpingStiffness { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<IfcWarpingMomentMeasure> |
Methods
| Improve this Doc View SourceEquals(IfcBoundaryNodeConditionWarping)
Declaration
public bool Equals(IfcBoundaryNodeConditionWarping other)
Parameters
Type | Name | Description |
---|---|---|
IfcBoundaryNodeConditionWarping | 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 SourceIIfcBoundaryNodeConditionWarping.WarpingStiffness
Declaration
IfcWarpingMomentMeasure? IIfcBoundaryNodeConditionWarping.WarpingStiffness { get; set; }
Returns
Type | Description |
---|---|
System.Nullable<IfcWarpingMomentMeasure> |
IIfcBoundaryNodeConditionWarping.WarpingStiffness
Declaration
[CrossSchemaAttribute(typeof(IIfcBoundaryNodeConditionWarping), 8)]
IIfcWarpingStiffnessSelect IIfcBoundaryNodeConditionWarping.WarpingStiffness { get; set; }
Returns
Type | Description |
---|---|
IIfcWarpingStiffnessSelect |
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<T>
System.IEquatable<T>
System.IEquatable<T>