If at DDTM has an area/tolerace/anything of 0, could I just not have the line that defines it?
Simba Code:dtmSubPoints[3].AreaSize := 0;
dtmSubPoints[3].AreaShape := 0;
dtmSubPoints[3].Color := 131072;
dtmSubPoints[3].Tolerance := 0;
Could I just make that
And will Simba assume the non-defined values are 0?Simba Code:dtmSubPoints[3].Color := 131072;
