Class IfcBoundaryNodeCondition
Inheritance
System.Object
IfcBoundaryNodeCondition
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.Ifc4.dll
Syntax
[ExpressType("IfcBoundaryNodeCondition", 394)]
public class IfcBoundaryNodeCondition : IfcBoundaryCondition, INotifyPropertyChanged, IEquatable<IfcBoundaryCondition>, IInstantiableEntity, IIfcBoundaryNodeCondition, IIfcBoundaryCondition, IPersistEntity, IPersist, IEquatable<IfcBoundaryNodeCondition>
Properties
|
Improve this Doc
View Source
RotationalStiffnessX
Declaration
[EntityAttribute(5, EntityAttributeState.Optional, EntityAttributeType.Class, EntityAttributeType.None, null, null, 5)]
public IfcRotationalStiffnessSelect RotationalStiffnessX { get; set; }
Property Value
|
Improve this Doc
View Source
RotationalStiffnessY
Declaration
[EntityAttribute(6, EntityAttributeState.Optional, EntityAttributeType.Class, EntityAttributeType.None, null, null, 6)]
public IfcRotationalStiffnessSelect RotationalStiffnessY { get; set; }
Property Value
|
Improve this Doc
View Source
RotationalStiffnessZ
Declaration
[EntityAttribute(7, EntityAttributeState.Optional, EntityAttributeType.Class, EntityAttributeType.None, null, null, 7)]
public IfcRotationalStiffnessSelect RotationalStiffnessZ { get; set; }
Property Value
|
Improve this Doc
View Source
TranslationalStiffnessX
Declaration
[EntityAttribute(2, EntityAttributeState.Optional, EntityAttributeType.Class, EntityAttributeType.None, null, null, 2)]
public IfcTranslationalStiffnessSelect TranslationalStiffnessX { get; set; }
Property Value
|
Improve this Doc
View Source
TranslationalStiffnessY
Declaration
[EntityAttribute(3, EntityAttributeState.Optional, EntityAttributeType.Class, EntityAttributeType.None, null, null, 3)]
public IfcTranslationalStiffnessSelect TranslationalStiffnessY { get; set; }
Property Value
|
Improve this Doc
View Source
TranslationalStiffnessZ
Declaration
[EntityAttribute(4, EntityAttributeState.Optional, EntityAttributeType.Class, EntityAttributeType.None, null, null, 4)]
public IfcTranslationalStiffnessSelect TranslationalStiffnessZ { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
Equals(IfcBoundaryNodeCondition)
Declaration
public bool Equals(IfcBoundaryNodeCondition 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
IIfcBoundaryNodeCondition.RotationalStiffnessX
Declaration
IIfcRotationalStiffnessSelect IIfcBoundaryNodeCondition.RotationalStiffnessX { get; set; }
Returns
|
Improve this Doc
View Source
IIfcBoundaryNodeCondition.RotationalStiffnessY
Declaration
IIfcRotationalStiffnessSelect IIfcBoundaryNodeCondition.RotationalStiffnessY { get; set; }
Returns
|
Improve this Doc
View Source
IIfcBoundaryNodeCondition.RotationalStiffnessZ
Declaration
IIfcRotationalStiffnessSelect IIfcBoundaryNodeCondition.RotationalStiffnessZ { get; set; }
Returns
|
Improve this Doc
View Source
IIfcBoundaryNodeCondition.TranslationalStiffnessX
Declaration
IIfcTranslationalStiffnessSelect IIfcBoundaryNodeCondition.TranslationalStiffnessX { get; set; }
Returns
|
Improve this Doc
View Source
IIfcBoundaryNodeCondition.TranslationalStiffnessY
Declaration
IIfcTranslationalStiffnessSelect IIfcBoundaryNodeCondition.TranslationalStiffnessY { get; set; }
Returns
|
Improve this Doc
View Source
IIfcBoundaryNodeCondition.TranslationalStiffnessZ
Declaration
IIfcTranslationalStiffnessSelect IIfcBoundaryNodeCondition.TranslationalStiffnessZ { get; set; }
Returns
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<T>
System.IEquatable<T>