|
DumperGetMatrix3DText(Matrix3D, String, String, Int32) Method |
Returns string from a Matrix3D in 4 column and 4 rows. It is possible to specify the indent text (the text that is displayed in the begginging of each line to text) and new line text (text that is used for new line).
Namespace: Ab3d.UtilitiesAssembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax public static string GetMatrix3DText(
Matrix3D matrix,
string indentText,
string newlineText,
int numberOfDecimals = 2
)
Parameters
- matrix Matrix3D
- Matrix3D
- indentText String
- indent text (the text that is displayed in the beginning of each line to text)
- newlineText String
- new line text (text that is used for new line)
- numberOfDecimals Int32 (Optional)
- number of decimals (by default 2)
Return Value
Stringstring from a Matrix3D
See Also