Skip to content

Inference locking for custom SketchUp Ruby tools to match behavior of native tools.

License

Notifications You must be signed in to change notification settings

kienlua191291/inference-lock-lib

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Inference Lock

Mixin module to get inference locking in custom Ruby tool to match that of native SketchUp tool (as close as possible).

Supports constraint lock (Shift) and axial locks (Arrow Keys). Parallel/Perpendicular lock (Down Arrow) is not supported.

Installation

  1. Place file inside your extension's directory, preferably in a sub-directory called vendor to distinguish it from your own code base.
  2. Wrap file content in your extension's namespace.
  3. Require the file from files depending on it.

About

Inference locking for custom SketchUp Ruby tools to match behavior of native tools.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 100.0%