Log in

View Full Version : Ddtm



YoHoJo
12-13-2011, 03:09 AM
If at DDTM has an area/tolerace/anything of 0, could I just not have the line that defines it?
dtmSubPoints[3].AreaSize := 0;
dtmSubPoints[3].AreaShape := 0;
dtmSubPoints[3].Color := 131072;
dtmSubPoints[3].Tolerance := 0;

Could I just make that
dtmSubPoints[3].Color := 131072;
And will Simba assume the non-defined values are 0?