Open CASCADE Technology Reference Manual 8.0.0
Loading...
Searching...
No Matches
Static Public Member Functions
ShapeAnalysis_Geom Class Reference

Analyzing tool aimed to work on primitive geometrical objects. More...

#include <ShapeAnalysis_Geom.hxx>

Static Public Member Functions

static bool NearestPlane (const NCollection_Array1< gp_Pnt > &Pnts, gp_Pln &aPln, double &Dmax)
 Builds a plane out of a set of points in array Returns in <dmax> the maximal distance between the produced plane and given points.
 
static bool PositionTrsf (const occ::handle< NCollection_HArray2< double > > &coefs, gp_Trsf &trsf, const double unit, const double prec)
 Builds transformation object out of matrix. Matrix must be 3 x 4. Unit is used as multiplier.
 

Detailed Description

Analyzing tool aimed to work on primitive geometrical objects.

Member Function Documentation

◆ NearestPlane()

static bool ShapeAnalysis_Geom::NearestPlane ( const NCollection_Array1< gp_Pnt > & Pnts,
gp_Pln & aPln,
double & Dmax )
static

Builds a plane out of a set of points in array Returns in <dmax> the maximal distance between the produced plane and given points.

◆ PositionTrsf()

static bool ShapeAnalysis_Geom::PositionTrsf ( const occ::handle< NCollection_HArray2< double > > & coefs,
gp_Trsf & trsf,
const double unit,
const double prec )
static

Builds transformation object out of matrix. Matrix must be 3 x 4. Unit is used as multiplier.


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