Class IfcBoundaryEdgeCondition
Inheritance
System.Object
IfcBoundaryEdgeCondition
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("IfcBoundaryEdgeCondition", 319)]
public class IfcBoundaryEdgeCondition : IfcBoundaryCondition, INotifyPropertyChanged, IEquatable<IfcBoundaryCondition>, IInstantiableEntity, IIfcBoundaryEdgeCondition, IIfcBoundaryCondition, IPersistEntity, IPersist, IEquatable<IfcBoundaryEdgeCondition>
Properties
|
Improve this Doc
View Source
RotationalStiffnessByLengthX
Declaration
[EntityAttribute(5, EntityAttributeState.Optional, EntityAttributeType.Class, EntityAttributeType.None, null, null, 5)]
public IfcModulusOfRotationalSubgradeReactionSelect RotationalStiffnessByLengthX { get; set; }
Property Value
|
Improve this Doc
View Source
RotationalStiffnessByLengthY
Declaration
[EntityAttribute(6, EntityAttributeState.Optional, EntityAttributeType.Class, EntityAttributeType.None, null, null, 6)]
public IfcModulusOfRotationalSubgradeReactionSelect RotationalStiffnessByLengthY { get; set; }
Property Value
|
Improve this Doc
View Source
RotationalStiffnessByLengthZ
Declaration
[EntityAttribute(7, EntityAttributeState.Optional, EntityAttributeType.Class, EntityAttributeType.None, null, null, 7)]
public IfcModulusOfRotationalSubgradeReactionSelect RotationalStiffnessByLengthZ { get; set; }
Property Value
|
Improve this Doc
View Source
TranslationalStiffnessByLengthX
Declaration
[EntityAttribute(2, EntityAttributeState.Optional, EntityAttributeType.Class, EntityAttributeType.None, null, null, 2)]
public IfcModulusOfTranslationalSubgradeReactionSelect TranslationalStiffnessByLengthX { get; set; }
Property Value
|
Improve this Doc
View Source
TranslationalStiffnessByLengthY
Declaration
[EntityAttribute(3, EntityAttributeState.Optional, EntityAttributeType.Class, EntityAttributeType.None, null, null, 3)]
public IfcModulusOfTranslationalSubgradeReactionSelect TranslationalStiffnessByLengthY { get; set; }
Property Value
|
Improve this Doc
View Source
TranslationalStiffnessByLengthZ
Declaration
[EntityAttribute(4, EntityAttributeState.Optional, EntityAttributeType.Class, EntityAttributeType.None, null, null, 4)]
public IfcModulusOfTranslationalSubgradeReactionSelect TranslationalStiffnessByLengthZ { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
Equals(IfcBoundaryEdgeCondition)
Declaration
public bool Equals(IfcBoundaryEdgeCondition 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
IIfcBoundaryEdgeCondition.RotationalStiffnessByLengthX
Declaration
IIfcModulusOfRotationalSubgradeReactionSelect IIfcBoundaryEdgeCondition.RotationalStiffnessByLengthX { get; set; }
Returns
|
Improve this Doc
View Source
IIfcBoundaryEdgeCondition.RotationalStiffnessByLengthY
Declaration
IIfcModulusOfRotationalSubgradeReactionSelect IIfcBoundaryEdgeCondition.RotationalStiffnessByLengthY { get; set; }
Returns
|
Improve this Doc
View Source
IIfcBoundaryEdgeCondition.RotationalStiffnessByLengthZ
Declaration
IIfcModulusOfRotationalSubgradeReactionSelect IIfcBoundaryEdgeCondition.RotationalStiffnessByLengthZ { get; set; }
Returns
|
Improve this Doc
View Source
IIfcBoundaryEdgeCondition.TranslationalStiffnessByLengthX
Declaration
IIfcModulusOfTranslationalSubgradeReactionSelect IIfcBoundaryEdgeCondition.TranslationalStiffnessByLengthX { get; set; }
Returns
|
Improve this Doc
View Source
IIfcBoundaryEdgeCondition.TranslationalStiffnessByLengthY
Declaration
IIfcModulusOfTranslationalSubgradeReactionSelect IIfcBoundaryEdgeCondition.TranslationalStiffnessByLengthY { get; set; }
Returns
|
Improve this Doc
View Source
IIfcBoundaryEdgeCondition.TranslationalStiffnessByLengthZ
Declaration
IIfcModulusOfTranslationalSubgradeReactionSelect IIfcBoundaryEdgeCondition.TranslationalStiffnessByLengthZ { get; set; }
Returns
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<T>
System.IEquatable<T>