Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Basic Geometric Core Objects:

Point:

To create a point, the X, Y, and Z coordinates are defined.

Code Block
languagexml
<!-- Point -->
    <O T="Point" X="10" Y="15" Z="20" />

Line: