Extension : Layers (v1)
Class : Layer
Fields
- name : String
- height : double
- colorString : Object
- color : Color
Methods
- postProcess( GCode)
- extrude( Shape2d) : Shape3d
- recess( Shape2d) : Transformation3d
- chamferedExtrude( Shape2d ,double) : Shape3d
- chamferedExtrude( Shape2d ,double ,double) : Shape3d
Class : Layers
Fields
Methods
- add( String ,double ,Color)
- add( String ,double ,String)
- addAll( Layer[]...)
- postProcess( GCode ,Layer[]...)
- extrude( Shape2d ,Layers ,String) : Shape3d
- extrude( Shape2d ,String) : Shape3d
- extrude( Shape2d ,Layer) : Shape3d
- recess( Shape2d ,Layer) : Transformation3d
- chamferedExtrude( Shape2d ,String ,double ,double) : Shape3d
- chamferedExtrude( Shape2d ,Layers ,String ,double ,double) : Shape3d
- chamferedExtrude( Shape2d ,Layer ,double ,double) : Shape3d
- findLayer( String) : Layer
- pauseAtHeights( GCode)