AGI Components with Insight3D Alpha 2008 r8
PrecisionExponent Property
Library Reference AGI.Graphics.Primitives IAgGxPrimitiveManagerPrecisionExponent
Used to compute the maximum precision for a primitive. For example, a value of -3 indicates the maximum precision of 2^-3, 0.125 m along the x, y, or z axis. The worst case precision, taking into account all axes, is sqrt(3 * (2^-3)^2), 0.2165 m. The defaul???
Declaration Syntax
C# Visual Basic Visual C++
int 
PrecisionExponent { 
get; 
set; }
Property 
PrecisionExponent 
As 
Integer
property 
int 
PrecisionExponent {
        
int 
get ();
        
void 
set (
int 
value);
}

Assembly: AGI.Graphics.Primitives.Interop(Module: AGI.Graphics.Primitives.Interop) Version: 9.0.0.0 (9.0.0.0)