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 | |
|---|---|---|---|---|---|
![]() |
inPoint | Point2D | Origin of the created coordinate system | ||
![]() |
inAngle | float | 0 | ||
![]() |
inScale | float | 0.001 - ![]() |
1.0 | |
![]() |
inScaleDivisor | float | 0.001 - ![]() |
1.0 | |
![]() |
outCoordinateSystem | CoordinateSystem2D |



