Open CASCADE Technology 7.9.1
Loading...
Searching...
No Matches
BRepMesh_ConeRangeSplitter Class Reference

Auxiliary class extending default range splitter in order to generate internal nodes for conical surface. More...

#include <BRepMesh_ConeRangeSplitter.hxx>

Inheritance diagram for BRepMesh_ConeRangeSplitter:

Public Member Functions

 BRepMesh_ConeRangeSplitter ()
 Constructor.
virtual ~BRepMesh_ConeRangeSplitter ()
 Destructor.
std::pair< Standard_Real, Standard_RealGetSplitSteps (const IMeshTools_Parameters &theParameters, std::pair< Standard_Integer, Standard_Integer > &theStepsNb) const
 Returns split intervals along U and V direction.
virtual Handle< IMeshData::ListOfPnt2dGenerateSurfaceNodes (const IMeshTools_Parameters &theParameters) const override
 Returns list of nodes generated using surface data and specified parameters.
Public Member Functions inherited from BRepMesh_DefaultRangeSplitter
 BRepMesh_DefaultRangeSplitter ()
 Constructor.
virtual ~BRepMesh_DefaultRangeSplitter ()
 Destructor.
virtual void Reset (const IMeshData::IFaceHandle &theDFace, const IMeshTools_Parameters &theParameters)
 Resets this splitter. Must be called before first use.
virtual void AddPoint (const gp_Pnt2d &thePoint)
 Registers border point.
virtual void AdjustRange ()
 Updates discrete range of surface according to its geometric range.
virtual Standard_Boolean IsValid ()
 Returns True if computed range is valid.
gp_Pnt2d Scale (const gp_Pnt2d &thePoint, const Standard_Boolean isToFaceBasis) const
 Scales the given point from real parametric space to face basis and otherwise.
gp_Pnt Point (const gp_Pnt2d &thePoint2d) const
 Returns point in 3d space corresponded to the given point defined in parametric space of surface.
const IMeshData::IFaceHandleGetDFace () const
 Returns face model.
const Handle< BRepAdaptor_Surface > & GetSurface () const
 Returns surface.
const std::pair< Standard_Real, Standard_Real > & GetRangeU () const
 Returns U range.
const std::pair< Standard_Real, Standard_Real > & GetRangeV () const
 Returns V range.
const std::pair< Standard_Real, Standard_Real > & GetDelta () const
 Returns delta.
const std::pair< Standard_Real, Standard_Real > & GetToleranceUV () const

Additional Inherited Members

Protected Member Functions inherited from BRepMesh_DefaultRangeSplitter
virtual void computeTolerance (const Standard_Real theLenU, const Standard_Real theLenV)
 Computes parametric tolerance taking length along U and V into account.
virtual void computeDelta (const Standard_Real theLengthU, const Standard_Real theLengthV)
 Computes parametric delta taking length along U and V and value of tolerance into account.
Protected Attributes inherited from BRepMesh_DefaultRangeSplitter
IMeshData::IFaceHandle myDFace
std::pair< Standard_Real, Standard_RealmyRangeU
std::pair< Standard_Real, Standard_RealmyRangeV
std::pair< Standard_Real, Standard_RealmyDelta
std::pair< Standard_Real, Standard_RealmyTolerance
Standard_Boolean myIsValid

Detailed Description

Auxiliary class extending default range splitter in order to generate internal nodes for conical surface.

Constructor & Destructor Documentation

◆ BRepMesh_ConeRangeSplitter()

BRepMesh_ConeRangeSplitter::BRepMesh_ConeRangeSplitter ( )
inline

Constructor.

◆ ~BRepMesh_ConeRangeSplitter()

virtual BRepMesh_ConeRangeSplitter::~BRepMesh_ConeRangeSplitter ( )
inlinevirtual

Destructor.

Member Function Documentation

◆ GenerateSurfaceNodes()

virtual Handle< IMeshData::ListOfPnt2d > BRepMesh_ConeRangeSplitter::GenerateSurfaceNodes ( const IMeshTools_Parameters & theParameters) const
overridevirtual

Returns list of nodes generated using surface data and specified parameters.

Reimplemented from BRepMesh_DefaultRangeSplitter.

◆ GetSplitSteps()

std::pair< Standard_Real, Standard_Real > BRepMesh_ConeRangeSplitter::GetSplitSteps ( const IMeshTools_Parameters & theParameters,
std::pair< Standard_Integer, Standard_Integer > & theStepsNb ) const

Returns split intervals along U and V direction.

Parameters
theParametersmeshing parameters.
[out]theStepsNbnumber of steps along corresponding direction.

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