CVBpy 15.1
Loading...
Searching...
No Matches
AQS12Piece Class Reference

Object to collect all input parameters for the AQS12 calibration piece. More...

Public Member Functions

None AQS12Piece (self, List[cvb.Point3D] points, float distance)
 Creates an object describing an AQS12 calibration piece with point coordinates.
 

Properties

 points = property
 List[cvb.Point3D]: Gets list with AQS12 points.
 
 top_base_plane_distance = property
 float: Gets and sets the distance between the top and base plane.
 

Detailed Description

Object to collect all input parameters for the AQS12 calibration piece.

Constructor & Destructor Documentation

◆ AQS12Piece()

None AQS12Piece ( self,
List[cvb.Point3D] points,
float distance )

Creates an object describing an AQS12 calibration piece with point coordinates.

Parameters

points : List[cvb.Point3D] List with points.

distance : float Top base plane distance.