Represents a reinforcement model of an object. More...
Public Member Functions | |
HRESULT | GetRebarUsages ([out, retval] IRebarUsageCollection **ppRebarUsageCollection) |
Returns the collection of IRebarUsage objects. More... | |
HRESULT | GetReinforcementUnitUsages ([out, retval] IReinforcementUnitUsageCollection **ppReinforcementUnitUsageCollection) |
Returns the collection of IReinforcementUnitUsage objects. More... | |
Represents a reinforcement model of an object.
Use IObjectReinforcementModel interface to obtain the reinforcement units and rebars used in an object and to get their quantities. This interface can be obtained from IModelObject using standard COM QueryInterface method.
HRESULT IObjectReinforcementModel::GetRebarUsages | ( | [out, retval] IRebarUsageCollection ** | ppRebarUsageCollection | ) |
Returns the collection of IRebarUsage objects.
HRESULT IObjectReinforcementModel::GetReinforcementUnitUsages | ( | [out, retval] IReinforcementUnitUsageCollection ** | ppReinforcementUnitUsageCollection | ) |
Returns the collection of IReinforcementUnitUsage objects.