Visit Gigasoft's Web Site
 ProEssentials v11 Help

LinesOrTubes

Scope

Pe3do

Type

Int32

Default

PELOT_MEDIUM_THICK_TUBES

JS / .NET

PePlot.LinesOrTubes

OCX / VCL

LinesOrTubes

DLL

PEP_nLINESORTUBES

 

Purpose

Used to control if SubsetLineTypes or GraphAnnotationTypes line styles render as simple Lines or 3d Tubes.

 

By default MediumThickTubes causes Thin, MediumThin, Medium lines will be drawn as a 2d thick line that is facing the screen, and MediumThick, Thick, ExtraThick Lines will be drawn as 3D tubes.

This property is used in conjunction with TubeThicknessMin and TubeThicknessInc.

 

Only applicable for RenderEngine = Direct3D, and lines are currently always solid lines. 

 

Possible values are:

 

.NET Gigasoft.Enums.

ActiveX and

 

LinesOrTubes.

DLL Constants

Description

AllLines

PELOT_ALL_LINES(0)

No Tubes

MediumThickTubes

PELOT_MEDIUM_THICK_TUBES(1)

Medium Thick and thicker lines will be Tubes

MediumTubes

PELOT_MEDIUM_TUBES(2)

Medium lines and thicker will be Tubes

MediumThinTubes

PELOT_MEDIUM_THIN_TUBES(3)

Medium Thin lines and thicker will be Tubes

AllTubes

PELOT_ALL_TUBES(4)

All line styles will be Tubes

 

3D Scientific Graph VCL Enumerations

eLinesOrTubes = (tdAllLines, tdMediumThickTubes, tdMediumTubes, tdMediumThinTubes, tdAllTubes);

 

Comments

PePlot.Option.LinesOrTubes members of Pe3do.PePlot.Option