/usr/include/opencascade/GeomAbs_SurfaceForm.hxx is in libopencascade-foundation-dev 6.5.0.dfsg-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 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 | // 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 _GeomAbs_SurfaceForm_HeaderFile
#define _GeomAbs_SurfaceForm_HeaderFile
//! Provides information about the continuity of a curve: <br>
//! - C0: only geometric continuity. <br>
//! - G1: for each point on the curve, the tangent vectors <br>
//! "on the right" and "on the left" are collinear with the same orientation. <br>
//! - C1: continuity of the first derivative. The "C1" curve is <br>
//! also "G1" but, in addition, the tangent vectors " on the <br>
//! right" and "on the left" are equal. <br>
//! - G2: for each point on the curve, the normalized <br>
//! normal vectors "on the right" and "on the left" are equal. <br>
//! - C2: continuity of the second derivative. <br>
//! - C3: continuity of the third derivative. <br>
//! - CN: continuity of the N-th derivative, whatever is the <br>
//! value given for N (infinite order of continuity). <br>
//! Also provides information about the continuity of a surface: <br>
//! - C0: only geometric continuity. <br>
//! - C1: continuity of the first derivatives; any <br>
//! isoparametric (in U or V) of a surface "C1" is also "C1". <br>
//! - G2: for BSpline curves only; "on the right" and "on the <br>
//! left" of a knot the computation of the "main curvature <br>
//! radii" and the "main directions" (when they exist) gives the same result. <br>
//! - C2: continuity of the second derivative. <br>
//! - C3: continuity of the third derivative. <br>
//! - CN: continuity of any N-th derivative, whatever is the <br>
//! value given for N (infinite order of continuity). <br>
//! We may also say that a surface is "Ci" in u, and "Cj" in v <br>
//! to indicate the continuity of its derivatives up to the order <br>
//! i in the u parametric direction, and j in the v parametric direction. <br>
enum GeomAbs_SurfaceForm {
GeomAbs_PlanarForm,
GeomAbs_ConicalForm,
GeomAbs_CylindricalForm,
GeomAbs_ToroidalForm,
GeomAbs_SphericalForm,
GeomAbs_RevolutionForm,
GeomAbs_RuledForm,
GeomAbs_QuadricForm,
GeomAbs_OtherSurfaceForm
};
#ifndef _Standard_PrimitiveTypes_HeaderFile
#include <Standard_PrimitiveTypes.hxx>
#endif
#endif
|