Class IfcBoundaryFaceCondition
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<IfcBoundaryCondition>
System.IEquatable<IfcBoundaryFaceCondition>
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("IfcBoundaryFaceCondition", 674)]
public class IfcBoundaryFaceCondition : IfcBoundaryCondition, INotifyPropertyChanged, IEquatable<IfcBoundaryCondition>, IInstantiableEntity, IIfcBoundaryFaceCondition, IIfcBoundaryCondition, IPersistEntity, IPersist, IEquatable<IfcBoundaryFaceCondition>
Properties
| Improve this Doc View SourceTranslationalStiffnessByAreaX
Declaration
[EntityAttribute(2, EntityAttributeState.Optional, EntityAttributeType.Class, EntityAttributeType.None, null, null, 2)]
public IfcModulusOfSubgradeReactionSelect TranslationalStiffnessByAreaX { get; set; }
Property Value
Type | Description |
---|---|
IfcModulusOfSubgradeReactionSelect |
TranslationalStiffnessByAreaY
Declaration
[EntityAttribute(3, EntityAttributeState.Optional, EntityAttributeType.Class, EntityAttributeType.None, null, null, 3)]
public IfcModulusOfSubgradeReactionSelect TranslationalStiffnessByAreaY { get; set; }
Property Value
Type | Description |
---|---|
IfcModulusOfSubgradeReactionSelect |
TranslationalStiffnessByAreaZ
Declaration
[EntityAttribute(4, EntityAttributeState.Optional, EntityAttributeType.Class, EntityAttributeType.None, null, null, 4)]
public IfcModulusOfSubgradeReactionSelect TranslationalStiffnessByAreaZ { get; set; }
Property Value
Type | Description |
---|---|
IfcModulusOfSubgradeReactionSelect |
Methods
| Improve this Doc View SourceEquals(IfcBoundaryFaceCondition)
Declaration
public bool Equals(IfcBoundaryFaceCondition other)
Parameters
Type | Name | Description |
---|---|---|
IfcBoundaryFaceCondition | 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 SourceIIfcBoundaryFaceCondition.TranslationalStiffnessByAreaX
Declaration
IIfcModulusOfSubgradeReactionSelect IIfcBoundaryFaceCondition.TranslationalStiffnessByAreaX { get; set; }
Returns
Type | Description |
---|---|
IIfcModulusOfSubgradeReactionSelect |
IIfcBoundaryFaceCondition.TranslationalStiffnessByAreaY
Declaration
IIfcModulusOfSubgradeReactionSelect IIfcBoundaryFaceCondition.TranslationalStiffnessByAreaY { get; set; }
Returns
Type | Description |
---|---|
IIfcModulusOfSubgradeReactionSelect |
IIfcBoundaryFaceCondition.TranslationalStiffnessByAreaZ
Declaration
IIfcModulusOfSubgradeReactionSelect IIfcBoundaryFaceCondition.TranslationalStiffnessByAreaZ { get; set; }
Returns
Type | Description |
---|---|
IIfcModulusOfSubgradeReactionSelect |
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<T>
System.IEquatable<T>