Open CASCADE Technology 7.8.2.dev
ShapeAnalysis_Geom Class Reference

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

#include <ShapeAnalysis_Geom.hxx>

Static Public Member Functions

static Standard_Boolean NearestPlane (const TColgp_Array1OfPnt &Pnts, gp_Pln &aPln, Standard_Real &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 Standard_Boolean PositionTrsf (const Handle< TColStd_HArray2OfReal > &coefs, gp_Trsf &trsf, const Standard_Real unit, const Standard_Real 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 Standard_Boolean ShapeAnalysis_Geom::NearestPlane ( const TColgp_Array1OfPnt & Pnts,
gp_Pln & aPln,
Standard_Real & 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 Standard_Boolean ShapeAnalysis_Geom::PositionTrsf ( const Handle< TColStd_HArray2OfReal > & coefs,
gp_Trsf & trsf,
const Standard_Real unit,
const Standard_Real 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: