FooCAD
Toggle table of contents
3.0
jvm
Platform filter
jvm
Switch theme
Search in API
FooCAD
foocad-build
/
uk.co.nickthecoder.foocad.build.task
/
ImageTask
Image
Task
open
class
ImageTask
(
val
width
:
Int
?
,
val
height
:
Int
?
)
:
ModelTask
Members
Constructors
Image
Task
Link copied to clipboard
constructor
(
)
constructor
(
width
:
Int
?
,
height
:
Int
?
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
check
Printable
Link copied to clipboard
open
override
val
checkPrintable
:
Boolean
If this is set, and there is an annotation :
height
Link copied to clipboard
val
height
:
Int
?
width
Link copied to clipboard
val
width
:
Int
?
Functions
action
Link copied to clipboard
open
override
fun
action
(
scriptFile
:
File
,
model
:
Model
,
shape
:
Shape3d
,
pieceName
:
String
?
,
customName
:
String
?
,
extras
:
String
?
)
:
ModelAction
is
Text
Link copied to clipboard
open
override
fun
isText
(
)
:
Boolean
output
File
Link copied to clipboard
open
fun
outputFile
(
inputFile
:
File
,
extension
:
String
)
:
File