/usr/include/oce/Prs3d_DimensionTextVerticalPosition.hxx is in liboce-visualization-dev 0.18.2-2build1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | // This file is generated by WOK (CPPExt).
// Please do not edit this file; modify original file instead.
// The copyright and license terms as defined for the original file apply to
// this header file considered to be the "object code" form of the original source.
#ifndef _Prs3d_DimensionTextVerticalPosition_HeaderFile
#define _Prs3d_DimensionTextVerticalPosition_HeaderFile
#include <Standard_PrimitiveTypes.hxx>
//! Specifies options for positioning dimension value label in vertical direction
//! with respect to dimension (extension) line.
//! DTVP_Above - text label is located above the dimension or extension line.
//! DTVP_Below - text label is located below the dimension or extension line.
//! DTVP_Center - the text label middle-point is in line with dimension or extension line.
enum Prs3d_DimensionTextVerticalPosition
{
Prs3d_DTVP_Above,
Prs3d_DTVP_Below,
Prs3d_DTVP_Center
};
#endif // _Prs3d_DimensionTextVerticalPosition_HeaderFile
|