CreateCoordinateSystemFromPoint


Creates a coordinate system with the specified origin.

Applications:Most often used to define an object alignment from results of 1D Edge Detection or Blob Analysis.

Syntax

C++
Python
 
def CreateCoordinateSystemFromPoint(
	inPoint: Point2D,
	/,
	*,
	inAngle: float = 0,
	inScale: float = 1.0,
	inScaleDivisor: float = 1.0
)
-> outCoordinateSystem: CoordinateSystem2D

Parameters

Name Type Range Default Description
Input value inPoint Point2D Origin of the created coordinate system
Input value inAngle float 0
Input value inScale float 0.001 - 1.0
Input value inScaleDivisor float 0.001 - 1.0
Output value outCoordinateSystem CoordinateSystem2D