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
/
PrintTask
Print
Task
class
PrintTask
(
val
printer
:
Printer
)
:
ModelTask
Members
Constructors
Print
Task
Link copied to clipboard
constructor
(
printer
:
Printer
)
Properties
check
Printable
Link copied to clipboard
open
override
val
checkPrintable
:
Boolean
If this is set, and there is an annotation :
printer
Link copied to clipboard
val
printer
:
Printer
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
fun
isText
(
)
:
Boolean
output
File
Link copied to clipboard
open
fun
outputFile
(
inputFile
:
File
,
extension
:
String
)
:
File