public class IfcReinforcingBarType extends IfcReinforcingElementType
Constructor and Description |
---|
IfcReinforcingBarType() |
Modifier and Type | Method and Description |
---|---|
IfcPositiveLengthMeasure |
getBarLength() |
IfcReinforcingBarSurfaceEnum |
getBarSurface() |
IfcCollection<IfcBendingParameterSelect> |
getBendingParameters() |
IfcLabel |
getBendingShapeCode() |
IfcAreaMeasure |
getCrossSectionArea() |
IfcPositiveLengthMeasure |
getNominalDiameter() |
IfcReinforcingBarTypeEnum |
getPredefinedType() |
void |
setBarLength(IfcPositiveLengthMeasure value) |
void |
setBarSurface(IfcReinforcingBarSurfaceEnum value) |
void |
setBendingParameters(IfcCollection<IfcBendingParameterSelect> value) |
void |
setBendingShapeCode(IfcLabel value) |
void |
setCrossSectionArea(IfcAreaMeasure value) |
void |
setNominalDiameter(IfcPositiveLengthMeasure value) |
void |
setPredefinedType(IfcReinforcingBarTypeEnum value) |
getElementType, setElementType
getReferencedBy, getRepresentationMaps, getTag, setRepresentationMaps, setTag
getApplicableOccurrence, getTypes, hasPropertySets, setApplicableOccurrence, setPropertySets
getDecomposes, getNests, hasAssignments, hasAssociations, hasContext, isDecomposedBy, isNestedBy
getDescription, getGlobalId, getName, getOwnerHistory, setDescription, setGlobalId, setName, setOwnerHistory
equals, getEntityLabel, hashCode, op_Equality, op_Inequality
getClass, notify, notifyAll, toString, wait, wait, wait
getEntityLabel
public final IfcReinforcingBarTypeEnum getPredefinedType()
public final void setPredefinedType(IfcReinforcingBarTypeEnum value)
public final IfcPositiveLengthMeasure getNominalDiameter()
public final void setNominalDiameter(IfcPositiveLengthMeasure value)
public final IfcAreaMeasure getCrossSectionArea()
public final void setCrossSectionArea(IfcAreaMeasure value)
public final IfcPositiveLengthMeasure getBarLength()
public final void setBarLength(IfcPositiveLengthMeasure value)
public final IfcReinforcingBarSurfaceEnum getBarSurface()
public final void setBarSurface(IfcReinforcingBarSurfaceEnum value)
public final IfcLabel getBendingShapeCode()
public final void setBendingShapeCode(IfcLabel value)
public final IfcCollection<IfcBendingParameterSelect> getBendingParameters()
public final void setBendingParameters(IfcCollection<IfcBendingParameterSelect> value)