Package | Description |
---|---|
eu.printingin3d.javascad.utils |
Modifier and Type | Method and Description |
---|---|
SaveScadFiles |
SaveScadFiles.addModel(String fileName,
Abstract3dModel model,
IScadGenerationContext scadContext)
Deprecated.
|
SaveScadFiles |
SaveScadFiles.addModel(String fileName,
IModel model)
Adds a SCAD file with the given file name and the given model using the default generation context.
|
SaveScadFiles |
SaveScadFiles.addModel(String fileName,
IModel model,
IColorGenerationContext context)
Adds a SCAD file with the given file name and the given model.
|
SaveScadFiles |
SaveScadFiles.addModel(String fileName,
IModel model,
ITagColors tagColors)
Adds a SCAD file with the given file name and the given model.
|
SaveScadFiles |
SaveScadFiles.addModelProvider(IModelProvider provider)
Adds a model provider with the default generation context.
|
SaveScadFiles |
SaveScadFiles.addModelProvider(IModelProvider provider,
IColorGenerationContext context)
Adds a model provider with the given color context.
|
SaveScadFiles |
SaveScadFiles.addModelProvider(IModelProvider provider,
ITagColors tagColors)
Adds a model provider with the given tag colors.
|
SaveScadFiles |
SaveScadFiles.addModels(String fileName,
Collection<IModel> models)
Adds a SCAD file with the given file name and the given model list.
|
SaveScadFiles |
SaveScadFiles.addModels(String fileName,
Collection<IModel> models,
IColorGenerationContext context)
Adds a SCAD file with the given file name and the given model list.
|
SaveScadFiles |
SaveScadFiles.addScadFile(IScadFile scadFile)
Adds a SCAD file.
|
SaveScadFiles |
SaveScadFiles.addScadFiles(Collection<IScadFile> scadFile)
Adds a collection of SCAD files.
|
Copyright © 2014–2020, Printing in 3D. All rights reserved.