v2.36
|
|
Represents a reinforcement unit style. More...
Public Member Functions | |
HRESULT | GetRebarUsages ([out, retval] IRebarUsageCollection **ppRebarUsageCollection) |
Returns the collection of IRebarUsage objects. | |
Properties | |
int | Id [get] |
The reinforcement unit style ID. | |
BSTR | Name [get] |
The reinforcement unit style name. | |
ReinforcementUnitType | UnitType [get] |
The type of reinforcement unit style. | |
Represents a reinforcement unit style.
IReinforcementUnitStyle describes the style of the fabricated reinforcement unit, such as reinforcing mesh or reinforcing cage. IReinforcementUnitStyle is applicable to objects with reinforcement style, namely to walls, columns, beams, etc. This interface can be obtained from IReinforcementUnitStyleManager interface. Reinforcement unit style ids, used in the object, can be obtained from IReinforcementUnitUsage interface, see IObjectReinforcementModel::GetReinforcementUnitUsages.
HRESULT GetRebarUsages | ( | [out, retval] IRebarUsageCollection ** | ppRebarUsageCollection | ) |
Returns the collection of IRebarUsage objects.