Class TAdPlaneMesh

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TAdPlaneMesh = class(TAdMesh)

Description

A simple plane.

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;

Description

Methods

Public constructor Create(AParent: TAdDraw); override;

Creates an instance of TAdPlaneMesh.

Properties

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

Set this value to change the base width of TAdPlaneMesh. 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 TAdPlaneMesh. If you want to scale the cube, you should use scale y instead.

SourceForge.net Logo


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