Class TAdCubeMesh

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TAdCubeMesh = class(TAdMesh)

Description

A simple cube.

Hierarchy

Overview

Methods

Public constructor Create(AParent: TAdDraw); override;

Properties

Public property Width: single index 0 read FWidth write SetSizeCoeff;
Public property Height: single index 1 read FHeight write SetSizeCoeff;
Public property Depth: single index 2 read FDepth write SetSizeCoeff;

Description

Methods

Public constructor Create(AParent: TAdDraw); override;

Creates an instance of TAdCubeMesh.

Properties

Public property Width: single index 0 read FWidth write SetSizeCoeff;

Set this value to change the base width of TAdCubeMesh. If you want to scale the cube, you should use scale x instead.

Public property Height: single index 1 read FHeight write SetSizeCoeff;

Set this value to change the base height of TAdCubeMesh. If you want to scale the cube, you should use scale y instead.

Public property Depth: single index 2 read FDepth write SetSizeCoeff;

Set this value to change the base depth of TAdCubeMesh. If you want to scale the cube, you should use scale z instead.

SourceForge.net Logo


Generated by PasDoc 0.11.0 on 2008-12-31 14:31:58