Class TCylindricalShape

DescriptionHierarchyFieldsMethodsProperties

Unit

Shapes

Declaration

type TCylindricalShape = class(TShape)

Description

Class implementing a cylindrical shape.

Hierarchy

TCylindricalShape > TShape > TObject

Methods

Overview

Public constructor Create;
Public constructor CreateAndSet(Shape: TShape); override;
Public destructor Destroy; override;
Public procedure Assign(Shape: TShape); override;
Public procedure Draw(Bitmap: TBitmap; XMin, YMin, XMax, YMax: real); override;
Public procedure GenerateNormal; override;

Description

Public constructor Create;
 
Public constructor CreateAndSet(Shape: TShape); override;
 
Public destructor Destroy; override;
 
Public procedure Assign(Shape: TShape); override;
 
Public procedure Draw(Bitmap: TBitmap; XMin, YMin, XMax, YMax: real); override;
 
Public procedure GenerateNormal; override;
 

Properties

Overview

Public property Direction: TVector;
Public property Height: real;
Public property Position: TVector;
Public property Radius: real;

Description

Public property Direction: TVector;
 
Public property Height: real;
 
Public property Position: TVector;
 
Public property Radius: real;
 
Generated by PasDoc 0.8.8.3 on 2005-05-28 08:13:50