Back to Aurora Vision Studio website

You are here: Start » Filter Reference » Basic » Format » FormatPoint2DToString

FormatPoint2DToString


Module: FoundationLite

Converts a 2D point to a string of format "(X, Y)".

Name Type Range Description
Input value inPoint Point2D
Input value inIntegerDigitCount Integer 0 - How many characters the integer part of the coordinates should have at least
Input value inFractionalDigitCount Integer 0 - 100 How many characters the fractional part of the coordinates should have
Input value inDecimalMark String The symbol used to separate the integer part from the fractional part of the coordinates
Input value inTrailingCharacter String Defines the trailing character
Input value inForceSignPrinting Bool Forces printing the signs of the numbers even if the number is positive
Input value inSuffix String Defines a suffix. Generally it is an unit of value (e.g. mm)
Input value inPrintBrackets Bool Determines whether the brackets should be printed or not
Output value outString String

Examples

Description of usage of this filter can be found in examples and tutorial: Hand-Eye Calibration - On Filters.

Complexity Level

This filter is available on Basic Complexity Level.