Back to FabImage Studio website
You are here: Start » Filter Reference » Basic » Format » FormatPoint3DToString
Module: | FoundationLite |
---|
Converts a 3D point to a string of format "(X, Y, Z)".
Name | Type | Range | Description | |
---|---|---|---|---|
![]() |
inPoint | Point3D | ||
![]() |
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 |
Complexity Level
This filter is available on Basic Complexity Level.