In our studio we design high quality polygonal 3d models for CNC machines or 3d printers according to your preferences.
Vendor: 3d-266768
Category: shapes
Reminder!
Order delivery time is 5-7 working days after payment
The link is sent to your email or messenger
aura .AuraShape; public class AuraShapes { public static AuraShape getAuraShape(String shapeName) { if (shapeName.equals("Circle")) { return new CircleAuraShape(); } else if (shapeName.equals("Square")) { return new SquareAuraShape(); } else if (shapeName.equals("Triangle")) { return new TriangleAuraShape(); } else { return null; } } }
for CNC and 3D printers.