Visit Gigasoft's Web Site
 ProEssentials v9 Help

AddSkirts

Scope

Pe3do

Type

Boolean/Int32

Default

FALSE

.NET

PePlot.Option.AddSkirts

Ocx|Vcl

AddSkirts

DLL

PEP_bADDSKIRTS

 

Purpose

This property controls whether 3D surface plots will contain skirts which solidify the sides of the 3D image. When the 3D object is initialized, X,Y,Z data is processed into a group of polygons. If this property is TRUE, additional polygons are added which form the sides. Because additional polygons are created, this will slow image construction and rotation.

 

Setting

Description

TRUE

Add polygons to form sides.

FALSE

Do not add polygons to form sides.

 

Comments

PePlot.Option.AddSkirts members of Pe3do.PePlot.Option

 

This property also controls the polygon shading algorithm when PolyMode is set to PEPM_POLYGONDATA. If the polygon data forms an enclosed surface, this property should be set to TRUE, else if the polygon data forms an unenclosed surface, this property should be left to the default state of FALSE.