Versions Compared

Key

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

...

The Docking Widget sample contains examples for creation of athe following commands:

  • Docking Command which inherits CFxCommand features like, such as:

CFxCommand::globalName

CFxCommand::localName

CFxCommand::Execute

...

The Editor Reactor sample describes the implementation of a Reactor which inherits CFxEditorReactor. It's CFxEditorReactor is a subclass of OdEditorReactor for representing a an editor reaction. Supports functions like, such as:

OdEdCommandStackReactor::commandAdded

OdEdCommandStackReactor::commandCancelled

OdEdCommandStackReactor::unknownCommand

OdEdLispEngineReactor::lispCancelled

OdEdLispEngineReactor::lispWillStart

OdEditorReactor::sysVarChanged

OdEditorReactor::sysVarWillChange

...

The HelloSCommand sample describes the creation of a simple command called HELLO.It prints typical named HELLO, which prints "Hello World".

Indicated It is recommended to know how to set the name of the command and the execute action.

...

The command MYCIRCLE draws a circle defined by two points or by specifying a center and a radius.

Indicated It is recommended to know how to use a tracker together with a specific draw.

...

The SelectObjects sample describes the way of selecting method used to specify objects.

The command MYSELECT creates which selects objects according to the defined selection mode.

...

The CustomEntity sample describes how to register and use a custom object entity can be registered and used.

A new command called SPECIAL is created to apply the new entity properties.

...

The command SELREACTOR allows the user to select selecting an object to whom which you want to add the reactor will be added.