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