Interface IIfcGeneralProfileProperties
Readonly interface for IfcGeneralProfileProperties
Assembly: Xbim.Ifc2x3.dll
Syntax
public interface IIfcGeneralProfileProperties : IIfcProfileProperties, IPersistEntity, IPersist
Properties
|
Improve this Doc
View Source
CrossSectionArea
Declaration
IfcAreaMeasure? CrossSectionArea { get; set; }
Property Value
|
Improve this Doc
View Source
MaximumPlateThickness
Declaration
IfcPositiveLengthMeasure? MaximumPlateThickness { get; set; }
Property Value
|
Improve this Doc
View Source
MinimumPlateThickness
Declaration
IfcPositiveLengthMeasure? MinimumPlateThickness { get; set; }
Property Value
|
Improve this Doc
View Source
Perimeter
Declaration
IfcPositiveLengthMeasure? Perimeter { get; set; }
Property Value
|
Improve this Doc
View Source
PhysicalWeight
Declaration
IfcMassPerLengthMeasure? PhysicalWeight { get; set; }
Property Value