TruncatedConeGeometryObject::SetConeHeight
Defined in:
Sets the truncated cone height.
C4Primitives.hPrototype
void SetConeHeight(float height);
Parameters
height |
The new cone height. |
Description
The SetConeHeight function sets the height of a cone primitive. The height parameter defines the distance in the positive z direction between the base of the cone and the plane parallel to the base at which the cone is truncated.
See Also
TruncatedConeGeometryObject::GetConeHeight
TruncatedConeGeometryObject::GetConeSize
TruncatedConeGeometryObject::SetConeSize
