Description | Hierarchy | Fields | Methods | Properties |
type TAdCubeMesh = class(TAdMesh)
A simple cube.
![]() |
constructor Create(AParent: TAdDraw); override; |
![]() |
property Width: single index 0 read FWidth write SetSizeCoeff; |
![]() |
property Height: single index 1 read FHeight write SetSizeCoeff; |
![]() |
property Depth: single index 2 read FDepth write SetSizeCoeff; |
![]() |
constructor Create(AParent: TAdDraw); override; |
Creates an instance of TAdCubeMesh. |
![]() |
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. |
![]() |
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. |
![]() |
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. |