AQS12Piece Constructor (Point3Dd, Double)

CVB.Net Documentation
Creates a new AQS12 calibration piece from the given referencePoints and topBasePlaneDistance.

Namespace:  Stemmer.Cvb.Foundation
Assembly:  Stemmer.Cvb.Foundation (in Stemmer.Cvb.Foundation.dll) Version: 14.0.0.0
Syntax

public AQS12Piece(
	Point3Dd[] referencePoints,
	double topBasePlaneDistance = 0
)

Parameters

referencePoints
Type: Stemmer.CvbPoint3Dd
The 12 reference points describing the AQS12.
topBasePlaneDistance (Optional)
Type: SystemDouble
Distance from the top plane to the base plane; 0 to assume the base plane is at z == 0.
See Also

Reference