Versions Compared

Key

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

...

Module

Short Description

DrawCirclesCommand

The sample DrawCirclesCommand introduces the most important technique: the command. A command name must be unique and can be executed by runCommand(). The command (DrawCircleCommand) shows how to access the document database, invoke user prompts and create entities using a custom tracker (CDrawCircleTracker). For more details please also check the comments in the source and header files.

CustomEntity

The sample SpecialEntity demonstrates how a custom entity is created,registered and registeredused. The custom entity inherits from base class OdDbCircle and is transformed visually by overwriting the entity's subWorldDraw() method. For more details please also check the comments in the source and header files.

CreateText

Coming soon …

DrawTemporaryEntities

Coming soon …

SelectObjects

Coming soon …

DocumentCommands

Coming soon …

GetClosestOsnap

Coming soon …

...