Interface IIfcMechanicalConcreteMaterialProperties
Readonly interface for IfcMechanicalConcreteMaterialProperties
Assembly: Xbim.Ifc2x3.dll
Syntax
public interface IIfcMechanicalConcreteMaterialProperties : IIfcMechanicalMaterialProperties, IIfcMaterialProperties, IPersistEntity, IPersist
Properties
|
Improve this Doc
View Source
AdmixturesDescription
Declaration
IfcText? AdmixturesDescription { get; set; }
Property Value
Type |
Description |
System.Nullable<IfcText> |
|
|
Improve this Doc
View Source
CompressiveStrength
Declaration
IfcPressureMeasure? CompressiveStrength { get; set; }
Property Value
|
Improve this Doc
View Source
MaxAggregateSize
Declaration
IfcPositiveLengthMeasure? MaxAggregateSize { get; set; }
Property Value
|
Improve this Doc
View Source
ProtectivePoreRatio
Declaration
IfcNormalisedRatioMeasure? ProtectivePoreRatio { get; set; }
Property Value
|
Improve this Doc
View Source
WaterImpermeability
Declaration
IfcText? WaterImpermeability { get; set; }
Property Value
Type |
Description |
System.Nullable<IfcText> |
|
|
Improve this Doc
View Source
Workability
Declaration
IfcText? Workability { get; set; }
Property Value
Type |
Description |
System.Nullable<IfcText> |
|