Class IfcMechanicalSteelMaterialProperties
Inheritance
System.Object
IfcMechanicalSteelMaterialProperties
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("IfcMechanicalSteelMaterialProperties", 510)]
public class IfcMechanicalSteelMaterialProperties : IfcMechanicalMaterialProperties, INotifyPropertyChanged, IIfcMaterialProperties, IIfcExtendedProperties, IIfcPropertyAbstraction, IfcResourceObjectSelect, IIfcResourceObjectSelect, IExpressSelectType, IEquatable<IfcMaterialProperties>, IEquatable<IfcMechanicalMaterialProperties>, IInstantiableEntity, IIfcMechanicalSteelMaterialProperties, IIfcMechanicalMaterialProperties, IIfcMaterialProperties, IContainsEntityReferences, IPersistEntity, IPersist, IEquatable<IfcMechanicalSteelMaterialProperties>, IExpressValidatable
Properties
|
Improve this Doc
View Source
HardeningModule
Declaration
[EntityAttribute(10, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 10)]
public IfcModulusOfElasticityMeasure? HardeningModule { get; set; }
Property Value
|
Improve this Doc
View Source
PlasticStrain
Declaration
[EntityAttribute(12, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 12)]
public IfcPositiveRatioMeasure? PlasticStrain { get; set; }
Property Value
|
Improve this Doc
View Source
ProportionalStress
Declaration
[EntityAttribute(11, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 11)]
public IfcPressureMeasure? ProportionalStress { get; set; }
Property Value
|
Improve this Doc
View Source
Relaxations
Declaration
[EntityAttribute(13, EntityAttributeState.Optional, EntityAttributeType.Set, EntityAttributeType.Class, new int[]{1}, new int[]{-1}, 13)]
public IOptionalItemSet<IfcRelaxation> Relaxations { get; }
Property Value
|
Improve this Doc
View Source
UltimateStrain
Declaration
[EntityAttribute(9, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 9)]
public IfcPositiveRatioMeasure? UltimateStrain { get; set; }
Property Value
|
Improve this Doc
View Source
UltimateStress
Declaration
[EntityAttribute(8, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 8)]
public IfcPressureMeasure? UltimateStress { get; set; }
Property Value
|
Improve this Doc
View Source
YieldStress
Declaration
[EntityAttribute(7, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 7)]
public IfcPressureMeasure? YieldStress { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
Equals(IfcMechanicalSteelMaterialProperties)
Declaration
public bool Equals(IfcMechanicalSteelMaterialProperties 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
|
Improve this Doc
View Source
Validate()
Declaration
public override IEnumerable<ValidationResult> Validate()
Returns
Overrides
|
Improve this Doc
View Source
ValidateClause(IfcMechanicalSteelMaterialProperties.IfcMechanicalSteelMaterialPropertiesClause)
Tests the express where-clause specified in param 'clause'
Declaration
public bool ValidateClause(IfcMechanicalSteelMaterialProperties.IfcMechanicalSteelMaterialPropertiesClause clause)
Parameters
Returns
| Type |
Description |
| System.Boolean |
true if the clause is satisfied.
|
Explicit Interface Implementations
|
Improve this Doc
View Source
IContainsEntityReferences.References
Declaration
IEnumerable<IPersistEntity> IContainsEntityReferences.References { get; }
Returns
| Type |
Description |
| System.Collections.Generic.IEnumerable<IPersistEntity> |
|
|
Improve this Doc
View Source
IIfcMechanicalSteelMaterialProperties.HardeningModule
Declaration
IfcModulusOfElasticityMeasure? IIfcMechanicalSteelMaterialProperties.HardeningModule { get; set; }
Returns
|
Improve this Doc
View Source
IIfcMechanicalSteelMaterialProperties.PlasticStrain
Declaration
IfcPositiveRatioMeasure? IIfcMechanicalSteelMaterialProperties.PlasticStrain { get; set; }
Returns
|
Improve this Doc
View Source
IIfcMechanicalSteelMaterialProperties.ProportionalStress
Declaration
IfcPressureMeasure? IIfcMechanicalSteelMaterialProperties.ProportionalStress { get; set; }
Returns
|
Improve this Doc
View Source
IIfcMechanicalSteelMaterialProperties.Relaxations
Declaration
IItemSet<IIfcRelaxation> IIfcMechanicalSteelMaterialProperties.Relaxations { get; }
Returns
|
Improve this Doc
View Source
IIfcMechanicalSteelMaterialProperties.UltimateStrain
Declaration
IfcPositiveRatioMeasure? IIfcMechanicalSteelMaterialProperties.UltimateStrain { get; set; }
Returns
|
Improve this Doc
View Source
IIfcMechanicalSteelMaterialProperties.UltimateStress
Declaration
IfcPressureMeasure? IIfcMechanicalSteelMaterialProperties.UltimateStress { get; set; }
Returns
|
Improve this Doc
View Source
IIfcMechanicalSteelMaterialProperties.YieldStress
Declaration
IfcPressureMeasure? IIfcMechanicalSteelMaterialProperties.YieldStress { get; set; }
Returns
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<T>
System.IEquatable<T>
System.IEquatable<T>