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.Ifc4.StructuralLoadResource
Assembly: Xbim.Ifc4.dll
Syntax
[ExpressType("IfcBoundaryNodeConditionWarping", 395)]
public class IfcBoundaryNodeConditionWarping : IfcBoundaryNodeCondition, INotifyPropertyChanged, IEquatable<IfcBoundaryCondition>, IEquatable<IfcBoundaryNodeCondition>, IInstantiableEntity, IIfcBoundaryNodeConditionWarping, IIfcBoundaryNodeCondition, IIfcBoundaryCondition, IPersistEntity, IPersist, IEquatable<IfcBoundaryNodeConditionWarping>
Properties
| Improve this Doc View SourceWarpingStiffness
Declaration
[EntityAttribute(8, EntityAttributeState.Optional, EntityAttributeType.Class, EntityAttributeType.None, null, null, 8)]
public IfcWarpingStiffnessSelect WarpingStiffness { get; set; }
Property Value
| Type | Description |
|---|---|
| IfcWarpingStiffnessSelect |
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
IIfcWarpingStiffnessSelect IIfcBoundaryNodeConditionWarping.WarpingStiffness { get; set; }
Returns
| Type | Description |
|---|---|
| IIfcWarpingStiffnessSelect |
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<T>
System.IEquatable<T>
System.IEquatable<T>