Lattice Unit Generator
Endpoint: https://studiobitonti.appspot.com/latticeUnit
The lattice unit function generates a single lattice structure inside a cube. Using input parameters such as chamfers, blend, connection point, etc. It outputs a vector file of the lattice module.
Input:
Case: Is an integer value between 0 - 7, defining different type of lattice units.
Chamfer: Is a float value between 0 to 0.5 defining the angle of chamfer of the corners.
Center Chamfer: Is a float value between 0 to 0.5 defining the angle of chamfer from the center.
Bendln: Is a float value between 0 and 1, defining angle bend of the lines.
cBendln: Is a float value between 0 and 1,defining the central bend of the lines.
Connect Pt: Is a float value between 0 and 1, defining the connection points.
Filename: Name of the resultant file for the lattice unit.
T: [YOUR SECRET TOKEN]
Output:
A list of result files in storage.
Example:
Required: { "case": 3, "chamfer": 0.2, "centerChamfer": 0.3, "bendIn": 0.7, "cBendIn": 0.3, "connectPt": 0.8, "filename": "Example_LatticeUnit1.obj", "t": [YOUR SECRET TOKEN] } Full request URL: https://studiobitonti.appspot.com/latticeUnit Response: ["Example_LatticeUnit.obj"] This file can be downloaded at https://studiobitonti.appspot.com/storage/download?name=Example_LatticeUnit.obj&t=[YOUR SECRET TOKEN]