Visit Gigasoft's Web Site
 ProEssentials v9 Help

SequentialDataY

Scope

Pesgo, Pe3do

Type

Enum / Int32

Default

PESD_AUTO (0)

.NET

PeData.SequentialDataY

Ocx|Vcl

SequentialDataY

DLL

PEP_nSEQUENTIALDATAY

 

Purpose

Gets and Sets if data can potentially be optimized. Default=Auto. This setting can be used to disable or force filtering. Sequential data in y direction is mostly used in 2d contours, and 3d surfaces 3d contours. X data is most commonly optimized.

 

.NET Gigasoft.Enums.

ActiveX and

 

SequentialData.

DLL Constants

Description

Auto

PESD_AUTO (0)

Attempts to confirm data is sequential and optimizes if seems ok.

Always

PESD_ALWAYS (1)

Force Optimization

Never

PESD_NEVER (2)

Disable Optimiation

 

Comments

PeData.SequentialDataY members of Pesgo.PeData, Pe3do.PeData

 

See Also: SequentialDataX, Filter2D, Filter3D, FilterOn