Open CASCADE Technology 7.8.2.dev
BRepApprox_SurfaceTool Class Reference

#include <BRepApprox_SurfaceTool.hxx>

Static Public Member Functions

static Standard_Real FirstUParameter (const BRepAdaptor_Surface &S)
 
static Standard_Real FirstVParameter (const BRepAdaptor_Surface &S)
 
static Standard_Real LastUParameter (const BRepAdaptor_Surface &S)
 
static Standard_Real LastVParameter (const BRepAdaptor_Surface &S)
 
static Standard_Integer NbUIntervals (const BRepAdaptor_Surface &S, const GeomAbs_Shape Sh)
 
static Standard_Integer NbVIntervals (const BRepAdaptor_Surface &S, const GeomAbs_Shape Sh)
 
static void UIntervals (const BRepAdaptor_Surface &S, TColStd_Array1OfReal &T, const GeomAbs_Shape Sh)
 
static void VIntervals (const BRepAdaptor_Surface &S, TColStd_Array1OfReal &T, const GeomAbs_Shape Sh)
 
static Handle< Adaptor3d_SurfaceUTrim (const BRepAdaptor_Surface &S, const Standard_Real First, const Standard_Real Last, const Standard_Real Tol)
 If <First> >= <Last>
 
static Handle< Adaptor3d_SurfaceVTrim (const BRepAdaptor_Surface &S, const Standard_Real First, const Standard_Real Last, const Standard_Real Tol)
 If <First> >= <Last>
 
static Standard_Boolean IsUClosed (const BRepAdaptor_Surface &S)
 
static Standard_Boolean IsVClosed (const BRepAdaptor_Surface &S)
 
static Standard_Boolean IsUPeriodic (const BRepAdaptor_Surface &S)
 
static Standard_Real UPeriod (const BRepAdaptor_Surface &S)
 
static Standard_Boolean IsVPeriodic (const BRepAdaptor_Surface &S)
 
static Standard_Real VPeriod (const BRepAdaptor_Surface &S)
 
static gp_Pnt Value (const BRepAdaptor_Surface &S, const Standard_Real u, const Standard_Real v)
 
static void D0 (const BRepAdaptor_Surface &S, const Standard_Real u, const Standard_Real v, gp_Pnt &P)
 
static void D1 (const BRepAdaptor_Surface &S, const Standard_Real u, const Standard_Real v, gp_Pnt &P, gp_Vec &D1u, gp_Vec &D1v)
 
static void D2 (const BRepAdaptor_Surface &S, const Standard_Real u, const Standard_Real v, gp_Pnt &P, gp_Vec &D1U, gp_Vec &D1V, gp_Vec &D2U, gp_Vec &D2V, gp_Vec &D2UV)
 
static void D3 (const BRepAdaptor_Surface &S, const Standard_Real u, const Standard_Real v, gp_Pnt &P, gp_Vec &D1U, gp_Vec &D1V, gp_Vec &D2U, gp_Vec &D2V, gp_Vec &D2UV, gp_Vec &D3U, gp_Vec &D3V, gp_Vec &D3UUV, gp_Vec &D3UVV)
 
static gp_Vec DN (const BRepAdaptor_Surface &S, const Standard_Real u, const Standard_Real v, const Standard_Integer Nu, const Standard_Integer Nv)
 
static Standard_Real UResolution (const BRepAdaptor_Surface &S, const Standard_Real R3d)
 
static Standard_Real VResolution (const BRepAdaptor_Surface &S, const Standard_Real R3d)
 
static GeomAbs_SurfaceType GetType (const BRepAdaptor_Surface &S)
 
static gp_Pln Plane (const BRepAdaptor_Surface &S)
 
static gp_Cylinder Cylinder (const BRepAdaptor_Surface &S)
 
static gp_Cone Cone (const BRepAdaptor_Surface &S)
 
static gp_Torus Torus (const BRepAdaptor_Surface &S)
 
static gp_Sphere Sphere (const BRepAdaptor_Surface &S)
 
static Handle< Geom_BezierSurfaceBezier (const BRepAdaptor_Surface &S)
 
static Handle< Geom_BSplineSurfaceBSpline (const BRepAdaptor_Surface &S)
 
static gp_Ax1 AxeOfRevolution (const BRepAdaptor_Surface &S)
 
static gp_Dir Direction (const BRepAdaptor_Surface &S)
 
static Handle< Adaptor3d_CurveBasisCurve (const BRepAdaptor_Surface &S)
 
static Standard_Integer NbSamplesU (const BRepAdaptor_Surface &S)
 
static Standard_Integer NbSamplesV (const BRepAdaptor_Surface &S)
 
static Standard_Integer NbSamplesU (const BRepAdaptor_Surface &S, const Standard_Real u1, const Standard_Real u2)
 
static Standard_Integer NbSamplesV (const BRepAdaptor_Surface &S, const Standard_Real v1, const Standard_Real v2)
 

Member Function Documentation

◆ AxeOfRevolution()

static gp_Ax1 BRepApprox_SurfaceTool::AxeOfRevolution ( const BRepAdaptor_Surface & S)
static

◆ BasisCurve()

static Handle< Adaptor3d_Curve > BRepApprox_SurfaceTool::BasisCurve ( const BRepAdaptor_Surface & S)
static

◆ Bezier()

static Handle< Geom_BezierSurface > BRepApprox_SurfaceTool::Bezier ( const BRepAdaptor_Surface & S)
static

◆ BSpline()

static Handle< Geom_BSplineSurface > BRepApprox_SurfaceTool::BSpline ( const BRepAdaptor_Surface & S)
static

◆ Cone()

static gp_Cone BRepApprox_SurfaceTool::Cone ( const BRepAdaptor_Surface & S)
static

◆ Cylinder()

static gp_Cylinder BRepApprox_SurfaceTool::Cylinder ( const BRepAdaptor_Surface & S)
static

◆ D0()

static void BRepApprox_SurfaceTool::D0 ( const BRepAdaptor_Surface & S,
const Standard_Real u,
const Standard_Real v,
gp_Pnt & P )
static

◆ D1()

static void BRepApprox_SurfaceTool::D1 ( const BRepAdaptor_Surface & S,
const Standard_Real u,
const Standard_Real v,
gp_Pnt & P,
gp_Vec & D1u,
gp_Vec & D1v )
static

◆ D2()

static void BRepApprox_SurfaceTool::D2 ( const BRepAdaptor_Surface & S,
const Standard_Real u,
const Standard_Real v,
gp_Pnt & P,
gp_Vec & D1U,
gp_Vec & D1V,
gp_Vec & D2U,
gp_Vec & D2V,
gp_Vec & D2UV )
static

◆ D3()

static void BRepApprox_SurfaceTool::D3 ( const BRepAdaptor_Surface & S,
const Standard_Real u,
const Standard_Real v,
gp_Pnt & P,
gp_Vec & D1U,
gp_Vec & D1V,
gp_Vec & D2U,
gp_Vec & D2V,
gp_Vec & D2UV,
gp_Vec & D3U,
gp_Vec & D3V,
gp_Vec & D3UUV,
gp_Vec & D3UVV )
static

◆ Direction()

static gp_Dir BRepApprox_SurfaceTool::Direction ( const BRepAdaptor_Surface & S)
static

◆ DN()

static gp_Vec BRepApprox_SurfaceTool::DN ( const BRepAdaptor_Surface & S,
const Standard_Real u,
const Standard_Real v,
const Standard_Integer Nu,
const Standard_Integer Nv )
static

◆ FirstUParameter()

static Standard_Real BRepApprox_SurfaceTool::FirstUParameter ( const BRepAdaptor_Surface & S)
static

◆ FirstVParameter()

static Standard_Real BRepApprox_SurfaceTool::FirstVParameter ( const BRepAdaptor_Surface & S)
static

◆ GetType()

static GeomAbs_SurfaceType BRepApprox_SurfaceTool::GetType ( const BRepAdaptor_Surface & S)
static

◆ IsUClosed()

static Standard_Boolean BRepApprox_SurfaceTool::IsUClosed ( const BRepAdaptor_Surface & S)
static

◆ IsUPeriodic()

static Standard_Boolean BRepApprox_SurfaceTool::IsUPeriodic ( const BRepAdaptor_Surface & S)
static

◆ IsVClosed()

static Standard_Boolean BRepApprox_SurfaceTool::IsVClosed ( const BRepAdaptor_Surface & S)
static

◆ IsVPeriodic()

static Standard_Boolean BRepApprox_SurfaceTool::IsVPeriodic ( const BRepAdaptor_Surface & S)
static

◆ LastUParameter()

static Standard_Real BRepApprox_SurfaceTool::LastUParameter ( const BRepAdaptor_Surface & S)
static

◆ LastVParameter()

static Standard_Real BRepApprox_SurfaceTool::LastVParameter ( const BRepAdaptor_Surface & S)
static

◆ NbSamplesU() [1/2]

static Standard_Integer BRepApprox_SurfaceTool::NbSamplesU ( const BRepAdaptor_Surface & S)
static

◆ NbSamplesU() [2/2]

static Standard_Integer BRepApprox_SurfaceTool::NbSamplesU ( const BRepAdaptor_Surface & S,
const Standard_Real u1,
const Standard_Real u2 )
static

◆ NbSamplesV() [1/2]

static Standard_Integer BRepApprox_SurfaceTool::NbSamplesV ( const BRepAdaptor_Surface & S)
static

◆ NbSamplesV() [2/2]

static Standard_Integer BRepApprox_SurfaceTool::NbSamplesV ( const BRepAdaptor_Surface & S,
const Standard_Real v1,
const Standard_Real v2 )
static

◆ NbUIntervals()

static Standard_Integer BRepApprox_SurfaceTool::NbUIntervals ( const BRepAdaptor_Surface & S,
const GeomAbs_Shape Sh )
static

◆ NbVIntervals()

static Standard_Integer BRepApprox_SurfaceTool::NbVIntervals ( const BRepAdaptor_Surface & S,
const GeomAbs_Shape Sh )
static

◆ Plane()

static gp_Pln BRepApprox_SurfaceTool::Plane ( const BRepAdaptor_Surface & S)
static

◆ Sphere()

static gp_Sphere BRepApprox_SurfaceTool::Sphere ( const BRepAdaptor_Surface & S)
static

◆ Torus()

static gp_Torus BRepApprox_SurfaceTool::Torus ( const BRepAdaptor_Surface & S)
static

◆ UIntervals()

static void BRepApprox_SurfaceTool::UIntervals ( const BRepAdaptor_Surface & S,
TColStd_Array1OfReal & T,
const GeomAbs_Shape Sh )
static

◆ UPeriod()

static Standard_Real BRepApprox_SurfaceTool::UPeriod ( const BRepAdaptor_Surface & S)
static

◆ UResolution()

static Standard_Real BRepApprox_SurfaceTool::UResolution ( const BRepAdaptor_Surface & S,
const Standard_Real R3d )
static

◆ UTrim()

static Handle< Adaptor3d_Surface > BRepApprox_SurfaceTool::UTrim ( const BRepAdaptor_Surface & S,
const Standard_Real First,
const Standard_Real Last,
const Standard_Real Tol )
static

If <First> >= <Last>

◆ Value()

static gp_Pnt BRepApprox_SurfaceTool::Value ( const BRepAdaptor_Surface & S,
const Standard_Real u,
const Standard_Real v )
static

◆ VIntervals()

static void BRepApprox_SurfaceTool::VIntervals ( const BRepAdaptor_Surface & S,
TColStd_Array1OfReal & T,
const GeomAbs_Shape Sh )
static

◆ VPeriod()

static Standard_Real BRepApprox_SurfaceTool::VPeriod ( const BRepAdaptor_Surface & S)
static

◆ VResolution()

static Standard_Real BRepApprox_SurfaceTool::VResolution ( const BRepAdaptor_Surface & S,
const Standard_Real R3d )
static

◆ VTrim()

static Handle< Adaptor3d_Surface > BRepApprox_SurfaceTool::VTrim ( const BRepAdaptor_Surface & S,
const Standard_Real First,
const Standard_Real Last,
const Standard_Real Tol )
static

If <First> >= <Last>


The documentation for this class was generated from the following file: