Class IfcMechanicalMaterialProperties
Inheritance
System.Object
IfcMechanicalMaterialProperties
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("IfcMechanicalMaterialProperties", 436)]
public class IfcMechanicalMaterialProperties : IfcMaterialProperties, INotifyPropertyChanged, IIfcMaterialProperties, IIfcExtendedProperties, IIfcPropertyAbstraction, IfcResourceObjectSelect, IIfcResourceObjectSelect, IExpressSelectType, IEquatable<IfcMaterialProperties>, IInstantiableEntity, IIfcMechanicalMaterialProperties, IIfcMaterialProperties, IContainsEntityReferences, IPersistEntity, IPersist, IEquatable<IfcMechanicalMaterialProperties>, IExpressValidatable
Properties
|
Improve this Doc
View Source
DynamicViscosity
Declaration
[EntityAttribute(2, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 2)]
public IfcDynamicViscosityMeasure? DynamicViscosity { get; set; }
Property Value
|
Improve this Doc
View Source
PoissonRatio
Declaration
[EntityAttribute(5, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 5)]
public IfcPositiveRatioMeasure? PoissonRatio { get; set; }
Property Value
|
Improve this Doc
View Source
ShearModulus
Declaration
[EntityAttribute(4, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 4)]
public IfcModulusOfElasticityMeasure? ShearModulus { get; set; }
Property Value
|
Improve this Doc
View Source
ThermalExpansionCoefficient
Declaration
[EntityAttribute(6, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 6)]
public IfcThermalExpansionCoefficientMeasure? ThermalExpansionCoefficient { get; set; }
Property Value
|
Improve this Doc
View Source
YoungModulus
Declaration
[EntityAttribute(3, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 3)]
public IfcModulusOfElasticityMeasure? YoungModulus { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
Equals(IfcMechanicalMaterialProperties)
Declaration
public bool Equals(IfcMechanicalMaterialProperties 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 virtual IEnumerable<ValidationResult> Validate()
Returns
|
Improve this Doc
View Source
ValidateClause(IfcMechanicalMaterialProperties.IfcMechanicalMaterialPropertiesClause)
Tests the express where-clause specified in param 'clause'
Declaration
public bool ValidateClause(IfcMechanicalMaterialProperties.IfcMechanicalMaterialPropertiesClause 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
IIfcMechanicalMaterialProperties.DynamicViscosity
Declaration
IfcDynamicViscosityMeasure? IIfcMechanicalMaterialProperties.DynamicViscosity { get; set; }
Returns
|
Improve this Doc
View Source
IIfcMechanicalMaterialProperties.PoissonRatio
Declaration
IfcPositiveRatioMeasure? IIfcMechanicalMaterialProperties.PoissonRatio { get; set; }
Returns
|
Improve this Doc
View Source
IIfcMechanicalMaterialProperties.ShearModulus
Declaration
IfcModulusOfElasticityMeasure? IIfcMechanicalMaterialProperties.ShearModulus { get; set; }
Returns
|
Improve this Doc
View Source
IIfcMechanicalMaterialProperties.ThermalExpansionCoefficient
Declaration
IfcThermalExpansionCoefficientMeasure? IIfcMechanicalMaterialProperties.ThermalExpansionCoefficient { get; set; }
Returns
|
Improve this Doc
View Source
IIfcMechanicalMaterialProperties.YoungModulus
Declaration
IfcModulusOfElasticityMeasure? IIfcMechanicalMaterialProperties.YoungModulus { get; set; }
Returns
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<T>
System.IEquatable<T>