SDK:Tool Plug-in

From Vectorworks Developer
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

.SDK|SDK ..SDK:Types|SDK Types ..SDK:Using the SDK|Using the SDK ..VCOM:VCOM (Vectorworks Component Object Model)|VCOM Basics ..VCOM:Class Reference|VCOM Class Reference

Tools

The VectorWorks SDK can be used to develop Plug-in Tools. These tools will be driven by the main event loop of the application- they will not run their own event loop.

This enables VectorWorks to provide some standard behaviors across all tools, for example:

  • auto zoom
  • double-click switching to cursor
  • deleting the most recent segment of a polygon, wall or other multiple point tool
  • escaping a tool to start over without finishing current actions
  • other view changes during a tool such as scroll bar keys

The main topics:

Documentation

Once you have a tool plug-in project you can:

See Also

Overview | SDK:Tool Plug-in Resources | SDK:Tool Plug-in Main Function | SDK:Tool Plug-in Events