Isometric Axes (SetIsometric)
Posted: Thu Feb 23, 2006 1:19 pm
Hi,
I'm working on a isometric plot with some problems when using SetIsometric(aVertical, aHorizontal: Integer), if I call it twice or more, it toggles the isometric mode.
Eg.
1. Call SetIsometric /* axes are now isometric */
2. Call SetIsometric /* axes are now not-isometric */
2. Call SetIsometric /* axes are now isometric */
I want to know if I can disable the "toggle" mode of the procedure, or if exists a way to know if the axes are already in isometric mode, so I don't call it again if is already set.
Regards,
I'm working on a isometric plot with some problems when using SetIsometric(aVertical, aHorizontal: Integer), if I call it twice or more, it toggles the isometric mode.
Eg.
1. Call SetIsometric /* axes are now isometric */
2. Call SetIsometric /* axes are now not-isometric */
2. Call SetIsometric /* axes are now isometric */
I want to know if I can disable the "toggle" mode of the procedure, or if exists a way to know if the axes are already in isometric mode, so I don't call it again if is already set.
Regards,