BarPositionData
Canonical path: NemAll_Python_Reinforcement.BarPositionData
Bases: BendingShape
Implementation of the bar position data
Methods:
-
GetCount–Get the count
-
GetLength–Get the length
-
GetPosition–Get the position number
-
GetSubPosition–Get the sub position number
-
SetCount–Set the count
-
SetLength–Set the length
-
SetPosition–Set the position number
-
SetSubPosition–Set the sub position number
-
__init__–Overloaded function. See individual overloads.
-
__repr__–Convert to string
Attributes:
-
Count(int) –Get the count
-
Length(float) –Get the length
-
Position(int) –Get the position number
-
SubPosition(int) –Get the sub position number
GetSubPosition
Get the sub position number
Returns:
-
int–Sub position number
SetPosition
Set the position number
Parameters:
-
position(int) –Position
SetSubPosition
Set the sub position number
Parameters:
-
subPosition(int) –Sub position
__init__
overloaded
Initialize
__init__(barElement: BaseElementAdapter)
__init__(param: BarPositionData)
Copy constructor
__init__(bendingShape: BendingShape)
Placeholder