bpx-generator

1.0.1 • Public • Published

Install

NPM

npm install bpx

Yarn

yarn add bpx

Example

let BPX = require('bpx-generator');
let bpx = BPX({
    saveName: "Test",
    rotation: 0
});

bpx.Part(
    "6w Fairing", {
        x: 9.0,
        y: 61.0
    }, {
        x: -1,
        y: 1,
        z: 0
    }, "1");

bpx.Part(
    "6w Fairing", {
        x: 9.0,
        y: 61.0
    }, {
        x: -1,
        y: 1,
        z: 0
    }, '0');

console.log(bpx.output)

Readme

Keywords

none

Package Sidebar

Install

npm i bpx-generator

Weekly Downloads

1

Version

1.0.1

License

MIT

Unpacked Size

4.06 kB

Total Files

6

Last publish

Collaborators

  • tyde84