|
OCCT-Light 0.1
C ABI and C++ veneer for multi-language CAD workflows
|
This is the complete list of members for occtl::Surface, including all inherited members.
| area() const | occtl::Surface | inline |
| as_bspline() const | occtl::Surface | inline |
| as_cone() const | occtl::Surface | inline |
| as_cylinder() const | occtl::Surface | inline |
| as_extrusion() const (defined in occtl::Surface) | occtl::Surface | inline |
| as_offset() const (defined in occtl::Surface) | occtl::Surface | inline |
| as_plane() const | occtl::Surface | inline |
| as_rectangular_trimmed() const (defined in occtl::Surface) | occtl::Surface | inline |
| as_revolution() const (defined in occtl::Surface) | occtl::Surface | inline |
| as_sphere() const | occtl::Surface | inline |
| as_torus() const | occtl::Surface | inline |
| bezier_is_rational() const | occtl::Surface | inline |
| bezier_u_degree() const | occtl::Surface | inline |
| bezier_u_pole_count() const | occtl::Surface | inline |
| bezier_v_degree() const | occtl::Surface | inline |
| bezier_v_pole_count() const | occtl::Surface | inline |
| bspline_is_rational() const | occtl::Surface | inline |
| bspline_poles() const | occtl::Surface | inline |
| bspline_poles_view(size_t &theNbU, size_t &theNbV) const | occtl::Surface | inline |
| bspline_u_degree() const | occtl::Surface | inline |
| bspline_u_flat_knots() const | occtl::Surface | inline |
| bspline_u_knot_count() const | occtl::Surface | inline |
| bspline_u_knots() const | occtl::Surface | inline |
| bspline_u_multiplicities() const | occtl::Surface | inline |
| bspline_u_pole_count() const | occtl::Surface | inline |
| bspline_v_degree() const | occtl::Surface | inline |
| bspline_v_flat_knots() const | occtl::Surface | inline |
| bspline_v_knot_count() const | occtl::Surface | inline |
| bspline_v_knots() const | occtl::Surface | inline |
| bspline_v_multiplicities() const | occtl::Surface | inline |
| bspline_v_pole_count() const | occtl::Surface | inline |
| bspline_weights() const | occtl::Surface | inline |
| continuity() const | occtl::Surface | inline |
| eval_d0(const double theU, const double theV) const | occtl::Surface | inline |
| eval_d1(const double theU, const double theV) const | occtl::Surface | inline |
| eval_d2(const double theU, const double theV) const | occtl::Surface | inline |
| eval_d3(const double theU, const double theV) const | occtl::Surface | inline |
| eval_dn(const double theU, const double theV, const int32_t theNu, const int32_t theNv) const | occtl::Surface | inline |
| from_approximation(occtl_graph_t *graph, const occtl_surface_approximated_info_t &theInfo) | occtl::Surface | inlinestatic |
| from_bezier(occtl_graph_t *graph, const occtl_surface_bezier_create_info_t &theInfo) | occtl::Surface | inlinestatic |
| from_bezier_grid(occtl_graph_t *graph, const occtl_surface_bezier_create_info_t &theInfo) | occtl::Surface | inlinestatic |
| from_boundary_curves(occtl_graph_t *graph, const std::vector< const Curve * > &theCurves, ::occtl_surface_filling_style_t theStyle=OCCTL_SURFACE_FILLING_STRETCH) | occtl::Surface | inlinestatic |
| from_bspline(occtl_graph_t *graph, const occtl_surface_bspline_create_info_t &theInfo) | occtl::Surface | inlinestatic |
| from_cone(occtl_graph_t *graph, const occtl_geom_conical_surface_t &theCone) | occtl::Surface | inlinestatic |
| from_curve_grid(occtl_graph_t *graph, const std::vector< const Curve * > &theUCurves, const std::vector< const Curve * > &theVCurves, const double theTolerance=1.0e-7, const bool theParallel=false) | occtl::Surface | inlinestatic |
| from_cylinder(occtl_graph_t *graph, const occtl_geom_cylindrical_surface_t &theCyl) | occtl::Surface | inlinestatic |
| from_extrusion(occtl_graph_t *graph, const occtl_surface_extrusion_create_info_t &theInfo) | occtl::Surface | inlinestatic |
| from_gordon(occtl_graph_t *graph, const std::vector< const Curve * > &theProfiles, const std::vector< const Curve * > &theGuides, const double theTolerance=1.0e-7, const bool theParallel=false) | occtl::Surface | inlinestatic |
| from_interpolation(occtl_graph_t *graph, const occtl_surface_interpolated_info_t &theInfo) | occtl::Surface | inlinestatic |
| from_offset(occtl_graph_t *graph, const occtl_surface_offset_create_info_t &theInfo) | occtl::Surface | inlinestatic |
| from_plane(occtl_graph_t *graph, const occtl_geom_plane_t &thePlane) | occtl::Surface | inlinestatic |
| from_point_grid(occtl_graph_t *graph, const occtl_surface_point_grid_create_info_t &theInfo) | occtl::Surface | inlinestatic |
| from_rectangular_trimmed(occtl_graph_t *graph, const occtl_surface_rectangular_trimmed_create_info_t &theInfo) | occtl::Surface | inlinestatic |
| from_revolution(occtl_graph_t *graph, const occtl_surface_revolution_create_info_t &theInfo) | occtl::Surface | inlinestatic |
| from_sphere(occtl_graph_t *graph, const occtl_geom_spherical_surface_t &theSphere) | occtl::Surface | inlinestatic |
| from_torus(occtl_graph_t *graph, const occtl_geom_toroidal_surface_t &theTorus) | occtl::Surface | inlinestatic |
| graph() const noexcept | occtl::Surface | inline |
| id() const noexcept | occtl::Surface | inline |
| intersect_curve(const Curve &theCurve) const | occtl::Surface | inline |
| intersect_surface(const Surface &theOther, double theTolerance=1.0e-7) const | occtl::Surface | inline |
| is_closed() const | occtl::Surface | inline |
| is_periodic() const | occtl::Surface | inline |
| is_u_periodic() const | occtl::Surface | inline |
| is_v_periodic() const | occtl::Surface | inline |
| kind() const | occtl::Surface | inline |
| operator bool() const noexcept | occtl::Surface | inlineexplicit |
| parameter_range(double &theUMin, double &theUMax, double &theVMin, double &theVMax) const | occtl::Surface | inline |
| project_point(const Point3 &thePoint) const | occtl::Surface | inline |
| reversed() const | occtl::Surface | inline |
| rotated(const Axis1Placement &theAxis, double theAngle) const | occtl::Surface | inline |
| scaled(const Point3 &theOrigin, double theFactor) const | occtl::Surface | inline |
| Surface(occtl_graph_t *theGraph=nullptr, occtl_rep_id_t theId=occtl_rep_id_t{0}) noexcept | occtl::Surface | inline |
| transformed(const Transform &theTrsf) const | occtl::Surface | inline |
| translated(const Vector3 &theDelta) const | occtl::Surface | inline |
| uv_of_point(const Point3 &thePoint) const | occtl::Surface | inline |