Class IfcGeneralMaterialProperties
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<IfcMaterialProperties>
System.IEquatable<IfcGeneralMaterialProperties>
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Xbim.Ifc2x3.MaterialPropertyResource
Assembly: Xbim.Ifc2x3.dll
Syntax
[ExpressType("IfcGeneralMaterialProperties", 716)]
public class IfcGeneralMaterialProperties : IfcMaterialProperties, INotifyPropertyChanged, IIfcMaterialProperties, IIfcExtendedProperties, IIfcPropertyAbstraction, IfcResourceObjectSelect, IIfcResourceObjectSelect, IExpressSelectType, IEquatable<IfcMaterialProperties>, IInstantiableEntity, IIfcGeneralMaterialProperties, IIfcMaterialProperties, IContainsEntityReferences, IPersistEntity, IPersist, IEquatable<IfcGeneralMaterialProperties>
Properties
| Improve this Doc View SourceMassDensity
Declaration
[EntityAttribute(4, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 4)]
public IfcMassDensityMeasure? MassDensity { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<IfcMassDensityMeasure> |
MolecularWeight
Declaration
[EntityAttribute(2, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 2)]
public IfcMolecularWeightMeasure? MolecularWeight { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<IfcMolecularWeightMeasure> |
Porosity
Declaration
[EntityAttribute(3, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 3)]
public IfcNormalisedRatioMeasure? Porosity { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<IfcNormalisedRatioMeasure> |
Methods
| Improve this Doc View SourceEquals(IfcGeneralMaterialProperties)
Declaration
public bool Equals(IfcGeneralMaterialProperties other)
Parameters
| Type | Name | Description |
|---|---|---|
| IfcGeneralMaterialProperties | 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 SourceIContainsEntityReferences.References
Declaration
IEnumerable<IPersistEntity> IContainsEntityReferences.References { get; }
Returns
| Type | Description |
|---|---|
| System.Collections.Generic.IEnumerable<IPersistEntity> |
IIfcGeneralMaterialProperties.MassDensity
Declaration
IfcMassDensityMeasure? IIfcGeneralMaterialProperties.MassDensity { get; set; }
Returns
| Type | Description |
|---|---|
| System.Nullable<IfcMassDensityMeasure> |
IIfcGeneralMaterialProperties.MolecularWeight
Declaration
IfcMolecularWeightMeasure? IIfcGeneralMaterialProperties.MolecularWeight { get; set; }
Returns
| Type | Description |
|---|---|
| System.Nullable<IfcMolecularWeightMeasure> |
IIfcGeneralMaterialProperties.Porosity
Declaration
IfcNormalisedRatioMeasure? IIfcGeneralMaterialProperties.Porosity { get; set; }
Returns
| Type | Description |
|---|---|
| System.Nullable<IfcNormalisedRatioMeasure> |
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<T>
System.IEquatable<T>