Virtual Models

Discrete 3D objects and presentation graphics

Fractal staircase

Overview

In this section we explore selected 3D classes that use points, lines, rectangles, bars, etc. Many of the enclosed here examples were already modified and saved in JavaView. All errors mentioned in earlier sections of this project were corrected in JavaView.

Units

  1. Point size in 3D using units mm
  2. Point size in 3D using units pt
  3. Large points in 3D
  4. Line segment thickness using units mm
  5. Line segment thickness using units pt

Points and lines

  1. One hundred of random points in 3D
  2. One thousand of points in 3D
  3. One thousand of points in 3D (PointList3d structure)
  4. One hundred of points in 3D (Polygon3d structure)
  5. One hundred of points in 3D (Polygon3d, with points visible)
  6. One hundred of lines in 3D
  7. One hundred of lines in 3D (random size)
  8. One hundred of lines in 3D (in MuPAD using Tubular=TRUE)

Discrete objects

  1. MuPAD class - Arrow3d
  2. MuPAD class - Circle3d, 10 random circles
  3. MuPAD class - Parallelogram3d
  4. MuPAD class - Plane

Presentation graphics

  1. MuPAD class - Bars3d, default plot parameters
  2. MuPAD class - Bars3d with gaps between bars
  3. MuPAD class - Bars3d, using BarStyle=Lines
  4. MuPAD class - Bars3d, using BarStyle=Points
  5. MuPAD class - Bars3d, using BarStyle=PointLines
  6. MuPAD class - Matrixplot
  7. MuPAD class - Matrixplot again
  8. MuPAD class - Piechart3d
  9. MuPAD class - Piechart3d again
©2005 Miroslaw Majewski (created in Sep. 2004, last update 22/09/2005)