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.Ifc2x3.dll
Syntax
[ExpressType("IfcBoundaryEdgeCondition", 319)]
public class IfcBoundaryEdgeCondition : IfcBoundaryCondition, INotifyPropertyChanged, IEquatable<IfcBoundaryCondition>, IIfcBoundaryEdgeCondition, IIfcBoundaryCondition, IInstantiableEntity, IIfcBoundaryEdgeCondition, IIfcBoundaryCondition, IPersistEntity, IPersist, IEquatable<IfcBoundaryEdgeCondition>
Properties
|
Improve this Doc
View Source
LinearStiffnessByLengthX
Declaration
[EntityAttribute(2, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 2)]
public IfcModulusOfLinearSubgradeReactionMeasure? LinearStiffnessByLengthX { get; set; }
Property Value
|
Improve this Doc
View Source
LinearStiffnessByLengthY
Declaration
[EntityAttribute(3, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 3)]
public IfcModulusOfLinearSubgradeReactionMeasure? LinearStiffnessByLengthY { get; set; }
Property Value
|
Improve this Doc
View Source
LinearStiffnessByLengthZ
Declaration
[EntityAttribute(4, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 4)]
public IfcModulusOfLinearSubgradeReactionMeasure? LinearStiffnessByLengthZ { get; set; }
Property Value
|
Improve this Doc
View Source
RotationalStiffnessByLengthX
Declaration
[EntityAttribute(5, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 5)]
public IfcModulusOfRotationalSubgradeReactionMeasure? RotationalStiffnessByLengthX { get; set; }
Property Value
|
Improve this Doc
View Source
RotationalStiffnessByLengthY
Declaration
[EntityAttribute(6, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 6)]
public IfcModulusOfRotationalSubgradeReactionMeasure? RotationalStiffnessByLengthY { get; set; }
Property Value
|
Improve this Doc
View Source
RotationalStiffnessByLengthZ
Declaration
[EntityAttribute(7, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 7)]
public IfcModulusOfRotationalSubgradeReactionMeasure? RotationalStiffnessByLengthZ { 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.LinearStiffnessByLengthX
Declaration
IfcModulusOfLinearSubgradeReactionMeasure? IIfcBoundaryEdgeCondition.LinearStiffnessByLengthX { get; set; }
Returns
|
Improve this Doc
View Source
IIfcBoundaryEdgeCondition.LinearStiffnessByLengthY
Declaration
IfcModulusOfLinearSubgradeReactionMeasure? IIfcBoundaryEdgeCondition.LinearStiffnessByLengthY { get; set; }
Returns
|
Improve this Doc
View Source
IIfcBoundaryEdgeCondition.LinearStiffnessByLengthZ
Declaration
IfcModulusOfLinearSubgradeReactionMeasure? IIfcBoundaryEdgeCondition.LinearStiffnessByLengthZ { get; set; }
Returns
|
Improve this Doc
View Source
IIfcBoundaryEdgeCondition.RotationalStiffnessByLengthX
Declaration
IfcModulusOfRotationalSubgradeReactionMeasure? IIfcBoundaryEdgeCondition.RotationalStiffnessByLengthX { get; set; }
Returns
|
Improve this Doc
View Source
IIfcBoundaryEdgeCondition.RotationalStiffnessByLengthY
Declaration
IfcModulusOfRotationalSubgradeReactionMeasure? IIfcBoundaryEdgeCondition.RotationalStiffnessByLengthY { get; set; }
Returns
|
Improve this Doc
View Source
IIfcBoundaryEdgeCondition.RotationalStiffnessByLengthZ
Declaration
IfcModulusOfRotationalSubgradeReactionMeasure? IIfcBoundaryEdgeCondition.RotationalStiffnessByLengthZ { get; set; }
Returns
|
Improve this Doc
View Source
IIfcBoundaryEdgeCondition.RotationalStiffnessByLengthX
Declaration
[CrossSchemaAttribute(typeof(IIfcBoundaryEdgeCondition), 5)]
IIfcModulusOfRotationalSubgradeReactionSelect IIfcBoundaryEdgeCondition.RotationalStiffnessByLengthX { get; set; }
Returns
|
Improve this Doc
View Source
IIfcBoundaryEdgeCondition.RotationalStiffnessByLengthY
Declaration
[CrossSchemaAttribute(typeof(IIfcBoundaryEdgeCondition), 6)]
IIfcModulusOfRotationalSubgradeReactionSelect IIfcBoundaryEdgeCondition.RotationalStiffnessByLengthY { get; set; }
Returns
|
Improve this Doc
View Source
IIfcBoundaryEdgeCondition.RotationalStiffnessByLengthZ
Declaration
[CrossSchemaAttribute(typeof(IIfcBoundaryEdgeCondition), 7)]
IIfcModulusOfRotationalSubgradeReactionSelect IIfcBoundaryEdgeCondition.RotationalStiffnessByLengthZ { get; set; }
Returns
|
Improve this Doc
View Source
IIfcBoundaryEdgeCondition.TranslationalStiffnessByLengthX
Declaration
[CrossSchemaAttribute(typeof(IIfcBoundaryEdgeCondition), 2)]
IIfcModulusOfTranslationalSubgradeReactionSelect IIfcBoundaryEdgeCondition.TranslationalStiffnessByLengthX { get; set; }
Returns
|
Improve this Doc
View Source
IIfcBoundaryEdgeCondition.TranslationalStiffnessByLengthY
Declaration
[CrossSchemaAttribute(typeof(IIfcBoundaryEdgeCondition), 3)]
IIfcModulusOfTranslationalSubgradeReactionSelect IIfcBoundaryEdgeCondition.TranslationalStiffnessByLengthY { get; set; }
Returns
|
Improve this Doc
View Source
IIfcBoundaryEdgeCondition.TranslationalStiffnessByLengthZ
Declaration
[CrossSchemaAttribute(typeof(IIfcBoundaryEdgeCondition), 4)]
IIfcModulusOfTranslationalSubgradeReactionSelect IIfcBoundaryEdgeCondition.TranslationalStiffnessByLengthZ { get; set; }
Returns
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<T>
System.IEquatable<T>