Support Board
Date/Time: Wed, 15 Jan 2025 17:36:29 +0000
Post From: are tool object properties accessable?
[2017-07-04 22:16:32] |
dtl-saw - Posts: 79 |
using the following code fragment immediately after a DRAWING_RETRACEMENT instantiation returns the value of -FLT_MAX which is same as when you do a Tool.Clear() sc.UseTool(Tool); for (int index = 0; index < ACSIL_DRAWING_MAX_LEVELS; ++index) { Buffer.Format("retrace %d has value %f ", 0, Tool.RetracementLevels[index]); sc.AddMessageToLog(Buffer, 0); } Message Log output: Chart: F.US.ENQU17 [CB] 1 Min #3 | Study: Drawings #2 | retrace 0 has value -340282346638528859811704183484516925440.000000 | 2017-07-04 17:11:23 |