Visit Gigasoft's Web Site
 ProEssentials v9 Help

RotationDetail

Scope

Pe3do

Type

Int32

Default

PERD_WIREFRAME

.NET

PePlot.Option.RotationDetail

Ocx|Vcl

RotationDetail

DLL

PEP_nROTATIONDETAIL

 

Purpose

This property controls the detail/complexity of the image during rotation. If the object contains a large quantity of data, PERD_WIREFRAME will speed-up rotation. Possible values are defined by the following constants:

 

.NET Gigasoft.Enums.

ActiveX and

 

RotationDetail.

DLL Constants

Description

WireFrame

PERD_WIREFRAME (0)

Wireframe and no axes during rotation

PlottingMethod

PERD_PLOTTINGMETHOD (1)

PlottingMethod but no axes during rotation

FullDetail

PERD_FULLDETAIL (2)

Full Detail during rotation

 

3D Scientific Graph VCL Enumerations

eRotationDetail = (tdWireFrame, tdPlottingMethod, tdFullDetail);

 

Comments

PePlot.Option.RotationDetail members of Pe3do.PePlot.Option

 

Note that if PolyMode is set to PEPM_SCATTER, the only possible settings are PERD_PLOTTINGMETHOD and PERD_FULLDETAIL.

 

See Also: RotationIncrement, RotationSpeed, AutoRotation and AllowRotation.