AGI Components with Insight3D Alpha 2008 r8
Wireframe Property
Library Reference AGI.Graphics.Primitives IAgGxPrimitiveTriangleMeshWireframe
True if the mesh is drawn as a wireframe. Wireframe is useful for debugging purposes. The default value is false.
Declaration Syntax
C# Visual Basic Visual C++
bool 
Wireframe { 
get; 
set; }
Property 
Wireframe 
As 
Boolean
property 
bool 
Wireframe {
        
bool 
get ();
        
void 
set (
bool 
value);
}

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