%CONSTRUCT_VolumeForGivenHeight%
compute the volume of a closed body restricted by a certain height
For a closed geometry, defined by a list of
ALIAS names, compute the volume that turns out due to a given filling height.
begin_construct{}
"VolumeVariable" = CONSTRUCT(
%CONSTRUCT_VolumeForGivenHeight%, nRef_x, nRef_y, nRef_z, pRef_x, pRef_y, pRef_z, height, "alias1", "alias2", ...)
end_construct
(nRef_x, nRef_y, nRef_z,) is the reference direction
(pRef_x, pRef_y, pRef_z,) is the reference point
height is the filling level of the closed structure above the reference point, in the direction of the reference direction.
This functionality is the inverse operation of
%CONSTRUCT_PointBasedOnRelativeVolume% and
%CONSTRUCT_PointBasedOnAbsoluteVolume%.