v2.32
 
IObjectReinforcementModel Interface Reference

Represents a reinforcement model of an object. More...

Inheritance diagram for IObjectReinforcementModel:

Public Member Functions

HRESULT GetRebarUsages ([out, retval] IRebarUsageCollection **ppRebarUsageCollection)
 Returns the collection of IRebarUsage objects.
 
HRESULT GetReinforcementUnitUsages ([out, retval] IReinforcementUnitUsageCollection **ppReinforcementUnitUsageCollection)
 Returns the collection of IReinforcementUnitUsage objects.
 

Detailed Description

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.

Member Function Documentation

◆ GetRebarUsages()

HRESULT GetRebarUsages ( [out, retval] IRebarUsageCollection ** ppRebarUsageCollection)

Returns the collection of IRebarUsage objects.

Returns
Collection of IRebarUsage objects.

◆ GetReinforcementUnitUsages()

HRESULT GetReinforcementUnitUsages ( [out, retval] IReinforcementUnitUsageCollection ** ppReinforcementUnitUsageCollection)

Returns the collection of IReinforcementUnitUsage objects.

Returns
Collection of IReinforcementUnitUsage objects.