ImageTask

open class ImageTask(val width: Int?, val height: Int?) : ModelTask

Constructors

Link copied to clipboard
constructor()
constructor(width: Int?, height: Int?)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
open override val checkPrintable: Boolean

If this is set, and there is an annotation :

Link copied to clipboard
val height: Int?
Link copied to clipboard
val width: Int?

Functions

Link copied to clipboard
open override fun action(scriptFile: File, model: Model, shape: Shape3d, pieceName: String?, customName: String?, extras: String?): ModelAction
Link copied to clipboard
open override fun isText(): Boolean
Link copied to clipboard
open fun outputFile(inputFile: File, extension: String): File