CODBspNode::ClassifyRect
OD_BSP_TYPECODBspNode::ClassifyRect(CRectrect)
Determines how a rectangle is situated with respect to the partition of the node.
Defined in: OdBspNode.cpp
Return Value
The classification of the rectangle. This value can be one of:
OD_BSP_COINCIDENT
The rectangle is in exactly the same space as the partition.
OD_BSP_IN_BACK_OF
The rectangle is in back of the partition.
OD_BSP_IN_FRONT_OF
The rectangle is in front of the partition.
OD_BSP_SPANNING
The rectangle falls on both sides of the partition.
Parameters
rect
The rectangle to classify.
See Also