class PlateBlockerObject
Defined in:
The C4Blockers.h
PlateBlockerObject
class encapsulates data pertaining to a plate blocker.
Definition
class PlateBlockerObject final : public BlockerObject, public PlateVolume
Constructor
PlateBlockerObject(const Vector2D& size);
Parameters
size |
The size of the plate. |
Description
The PlateBlockerObject
class encapsulates a blocker volume shaped like a plate whose dimensions are specified by the size
parameter.
Base Classes
BlockerObject |
A PlateBlockerObject is an object that can be shared by multiple plate blocker nodes.
|
PlateVolume |
A PlateBlockerObject is represented by a generic plate volume.
|
See Also