Visit Gigasoft's Web Site
 ProEssentials v11 Help

SequentialDataY

Scope

Pesgo

Type

Enum / Int32

Default

PESD_AUTO (0)

JS / .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

 

See Also: SequentialDataX, Filter2D, Filter3D, FilterOn