Visit Gigasoft's Web Site
 ProEssentials v11 Help

WireFrameIsoSubsetPoint

Scope

Pe3do

Type

Boolean/Int32

Default

FALSE

JS / .NET

PePlot.Option.WireFrameIsoSubsetPoint

OCX / VCL

WireFrameIsoSubsetPoint

DLL

PEP_bWIREFRAMEISOSUBSETPOINT

 

Purpose

Set True to enable the Wireframe PlottingMethod type be rendered as a grid of lines of equal X and Z magnitude. If False, the Wireframe PlottingMethod renders as low-level Direct3D triangles as defined by the triangle topology of the scene. 

 

Setting

Description

TRUE

Render as line topology a grid of equal X and Z magnitude. 

FALSE

Render as Direct3D triangle topology

 

Comments

 

For large data sets, the density of lines will be less than the number of Subsets / Points.  This prevents cluttering the scene with too many lines.  For smaller data sets, the quantity of lines will equal Subsets and Points.  

 

See also, WireFrameIsoLineBorders to enable grid lines around the outer edge of grid. 

 

Examples 417 implements an example of this feature. 

 

PePlot.Option.WireFrameIsoSubsetPoint members of  Pe3do.PePlot.Option