Interface IIfcSectionReinforcementProperties
Readonly interface for IfcSectionReinforcementProperties
Assembly: Xbim.Ifc2x3.dll
Syntax
public interface IIfcSectionReinforcementProperties : IPersistEntity, IPersist
Properties
|
Improve this Doc
View Source
CrossSectionReinforcementDefinitions
Declaration
IItemSet<IIfcReinforcementBarProperties> CrossSectionReinforcementDefinitions { get; }
Property Value
|
Improve this Doc
View Source
LongitudinalEndPosition
Declaration
IfcLengthMeasure LongitudinalEndPosition { get; set; }
Property Value
|
Improve this Doc
View Source
LongitudinalStartPosition
Declaration
IfcLengthMeasure LongitudinalStartPosition { get; set; }
Property Value
|
Improve this Doc
View Source
ReinforcementRole
Declaration
IfcReinforcingBarRoleEnum ReinforcementRole { get; set; }
Property Value
|
Improve this Doc
View Source
SectionDefinition
Declaration
IIfcSectionProperties SectionDefinition { get; set; }
Property Value
|
Improve this Doc
View Source
TransversePosition
Declaration
IfcLengthMeasure? TransversePosition { get; set; }
Property Value