Giter Site home page Giter Site logo

acrea3d_a3_openscad_library's Introduction

Acrea3D_A3_OpenSCAD_Library

A Library for OpenSCAD with common features

Acrea3D_Lib is a library to make 3D design simpler

Use it in openSCAD with "use <Acrea3D_Lib.scad>" You can then call any of the functions within the library itself by calling the name of the functions directly

Rules for writing functions in the Library:

  1. Every module and function starts with "A3_" and then we use camelcase lower ex. A3_quadConnect()
  2. Every parameter called by a function is written by writing the variable name in upper camelcase preceded by "A3_" ex. A3_quadConnect(A3_Period, A3_ForkPeriod)
  3. Every Parameter made in the module is named by writing the variable name in upper camelcase preceded by "AF_" ex. AF_YTrans = ...
  4. If there is a module written within another module the child module is named by writing the name of the module in lower camelcase preceded by "AF_" up to the number of parents it has ex. module A3_quadConnect(){ module AF_childQuadConnect(){ module AF_AF_example(){ ... } } }
  5. Variables written in a child module must be written as said previously and additionally preceded by "AF_" for the number of parents it has until the parent module ex. module A3_quadConnect(){ module AF_childQuadConnect(){ AF_AF_YTrans = ... } }
  6. All Modules and Functions must have a summary previous to the function itself

**I will probably add more to this list as I discover potential problems

acrea3d_a3_openscad_library's People

Contributors

bickhambp 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.