class WaterGeometryObject
Defined in:
The C4Water.h
WaterGeometryObject
class encapsulates data pertaining to a water geometry.
Definition
class WaterGeometryObject final : public GeometryObject
Member Functions
WaterGeometryObject::GetGeometryCoord |
Returns the water geometry coordinates. |
Constructor
WaterGeometryObject(const Integer2D& coord);
Parameters
coord |
The coordinates of the water geometry within the water block. |
Description
Base Classes
GeometryObject |
A WaterGeometryObject is an object that can be shared by multiple water geometry nodes.
|
See Also