Giter Site home page Giter Site logo

autolisp's Introduction

AutoLISP routines for CorelCad

Start.lsp

My CorelCAD startup file, to automatically load my customizations. The program searches the support file search path for a start.lsp file. If the file is found, it is loaded into memory.

The folder: %APPDATA%\CorelCAD x64\21.2.3515\Support

divisions.lsp

It allow to construct new lines from the division between two defined points

Line From Mid Point

linefrommidpoint
Ask to define two points; a mid point is calculated, and a line start to be drawn from there. The new line finish when defining the third and last point.
linefromthirdpoint
Ask to define two points; the point at one third their distances is calculated, and a line start to be drawn from there. The new line finish when defining the third and last point.
linefromgoldensection
Ask to define two points; then, a point at the golden section from them is calculated, and a line start to be drawn from there. The new line finish when defining the third and last point.

vesicapiscis.lsp

It construct a Vesica Piscis from two defined points

vesicastartend
Ask to define both opposite extreme points, then draw the Vesica.
vesicacenterend
Ask to define the center and one of the opposite extreme points, then draw the Vesica.

autolisp's People

Contributors

darkbuffalo avatar liuteriadautore avatar spadino avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.