![]() |
v2.46
|
|
The description of the calculated room region. This interface can be obtained with IRoom::CalculateRegion method. More...
Public Member Functions | |
| HRESULT | GetObjectId ([in] int regionCurveTrackingId, [out, retval] int *pObjectId) |
| Returns the id of the object that the curve of the room region with given regionCurveTrackingId corresponds to. | |
Properties | |
| IRegion2D | Region [get] |
| The calculated region of the room. The calculated region contains all the contours created by walls, columns, wall foundations, isolated foundations and other rooms inside the room. | |
The description of the calculated room region. This interface can be obtained with IRoom::CalculateRegion method.
| HRESULT GetObjectId | ( | [in] int | regionCurveTrackingId, |
| [out, retval] int * | pObjectId ) |
Returns the id of the object that the curve of the room region with given regionCurveTrackingId corresponds to.
| [in] | regionCurveTrackingId | Tracking id of the curve of the room region. The curve tracking id can be obtained using the ICurve2D::TrackingId. |
| [out] | pObjectId | Id of the object that the curve with given curveId corresponds to. |
See an example of using this method below:
|
get |
The calculated region of the room. The calculated region contains all the contours created by walls, columns, wall foundations, isolated foundations and other rooms inside the room.
!