public class ExportModel extends Task
Task.TaskTarget
swigCMemOwn
Constructor and Description |
---|
ExportModel() |
Modifier and Type | Method and Description |
---|---|
boolean |
getBinary()
Enables/disables binary encoding (if supported by format).
|
double |
getBlockMargin()
Block margin (m).
|
boolean |
getClipToBlock()
Clip model to block region.
|
boolean |
getClipToBoundary()
Clip model to boundary shapes.
|
boolean |
getClipToRegion()
Clip model to chunk region.
|
boolean |
getColorsRgb8Bit()
Convert colors to 8 bit RGB.
|
java.lang.String |
getComment()
Optional comment (if supported by selected format).
|
CoordinateSystem |
getCRS()
Output coordinate system.
|
boolean |
getEmbedTexture()
Embeds texture inside the model file (if supported by format).
|
ModelFormat |
getFormat()
Export format.
|
boolean |
getGltfYUp()
Enables/disables y-up axes notation used in glTF.
|
int |
getModel()
Model key to export.
|
java.lang.String |
getPath()
Path to output model.
|
int |
getPrecision()
Number of digits after the decimal point (for text formats).
|
RasterTransformType |
getRasterTransform()
Raster band transformation.
|
boolean |
getSaveAlpha()
Enables/disables alpha channel export.
|
boolean |
getSaveCameras()
Enables/disables camera export.
|
boolean |
getSaveColors()
Enables/disables export of vertex colors.
|
boolean |
getSaveComment()
Enables/disables comment export.
|
boolean |
getSaveConfidence()
Enables/disables export of vertex confidence.
|
boolean |
getSaveMarkers()
Enables/disables marker export.
|
boolean |
getSaveMetadataXml()
Save metadata.xml file.
|
boolean |
getSaveNormals()
Enables/disables export of vertex normals.
|
boolean |
getSaveTexture()
Enables/disables texture export.
|
boolean |
getSaveUdim()
Enables/disables UDIM texture layout.
|
boolean |
getSaveUv()
Enables/disables uv coordinates export.
|
Vector |
getShift()
Optional shift to be applied to vertex coordinates.
|
boolean |
getStripExtensions()
Strips camera label extensions during export.
|
ImageFormat |
getTextureFormat()
Texture format.
|
Viewpoint |
getViewpoint()
Default view.
|
void |
setBinary(boolean value)
Enables/disables binary encoding (if supported by format).
|
void |
setBlockMargin(double value)
Block margin (m).
|
void |
setClipToBlock(boolean value)
Clip model to block region.
|
void |
setClipToBoundary(boolean value)
Clip model to boundary shapes.
|
void |
setClipToRegion(boolean value)
Clip model to chunk region.
|
void |
setColorsRgb8Bit(boolean value)
Convert colors to 8 bit RGB.
|
void |
setComment(java.lang.String value)
Optional comment (if supported by selected format).
|
void |
setCRS(CoordinateSystem value)
Output coordinate system.
|
void |
setEmbedTexture(boolean value)
Embeds texture inside the model file (if supported by format).
|
void |
setFormat(ModelFormat value)
Export format.
|
void |
setGltfYUp(boolean value)
Enables/disables y-up axes notation used in glTF.
|
void |
setModel(int value)
Model key to export.
|
void |
setPath(java.lang.String value)
Path to output model.
|
void |
setPrecision(int value)
Number of digits after the decimal point (for text formats).
|
void |
setRasterTransform(RasterTransformType value)
Raster band transformation.
|
void |
setSaveAlpha(boolean value)
Enables/disables alpha channel export.
|
void |
setSaveCameras(boolean value)
Enables/disables camera export.
|
void |
setSaveColors(boolean value)
Enables/disables export of vertex colors.
|
void |
setSaveComment(boolean value)
Enables/disables comment export.
|
void |
setSaveConfidence(boolean value)
Enables/disables export of vertex confidence.
|
void |
setSaveMarkers(boolean value)
Enables/disables marker export.
|
void |
setSaveMetadataXml(boolean value)
Save metadata.xml file.
|
void |
setSaveNormals(boolean value)
Enables/disables export of vertex normals.
|
void |
setSaveTexture(boolean value)
Enables/disables texture export.
|
void |
setSaveUdim(boolean value)
Enables/disables UDIM texture layout.
|
void |
setSaveUv(boolean value)
Enables/disables uv coordinates export.
|
void |
setShift(Vector value)
Optional shift to be applied to vertex coordinates.
|
void |
setStripExtensions(boolean value)
Strips camera label extensions during export.
|
void |
setTextureFormat(ImageFormat value)
Texture format.
|
void |
setViewpoint(Viewpoint value)
Default view.
|
apply, apply, close, delete, finalize, getCPtr, getGpuSupport, getName, getParameter, getParameterNames, getTarget, getWorkitemCount, setParameter, setWorkitemCount, toNetworkTask, toNetworkTask, toNetworkTask, toNetworkTask
public void setBinary(boolean value)
public boolean getBinary()
public void setBlockMargin(double value)
public double getBlockMargin()
public void setClipToBlock(boolean value)
public boolean getClipToBlock()
public void setClipToBoundary(boolean value)
public boolean getClipToBoundary()
public void setClipToRegion(boolean value)
public boolean getClipToRegion()
public void setColorsRgb8Bit(boolean value)
public boolean getColorsRgb8Bit()
public void setComment(java.lang.String value)
public java.lang.String getComment()
public void setCRS(CoordinateSystem value)
public CoordinateSystem getCRS()
public void setEmbedTexture(boolean value)
public boolean getEmbedTexture()
public void setFormat(ModelFormat value)
public ModelFormat getFormat()
public void setGltfYUp(boolean value)
public boolean getGltfYUp()
public void setModel(int value)
public int getModel()
public void setPath(java.lang.String value)
public java.lang.String getPath()
public void setPrecision(int value)
public int getPrecision()
public void setRasterTransform(RasterTransformType value)
public RasterTransformType getRasterTransform()
public void setSaveAlpha(boolean value)
public boolean getSaveAlpha()
public void setSaveCameras(boolean value)
public boolean getSaveCameras()
public void setSaveColors(boolean value)
public boolean getSaveColors()
public void setSaveComment(boolean value)
public boolean getSaveComment()
public void setSaveConfidence(boolean value)
public boolean getSaveConfidence()
public void setSaveMarkers(boolean value)
public boolean getSaveMarkers()
public void setSaveMetadataXml(boolean value)
public boolean getSaveMetadataXml()
public void setSaveNormals(boolean value)
public boolean getSaveNormals()
public void setSaveTexture(boolean value)
public boolean getSaveTexture()
public void setSaveUdim(boolean value)
public boolean getSaveUdim()
public void setSaveUv(boolean value)
public boolean getSaveUv()
public void setShift(Vector value)
public Vector getShift()
public void setStripExtensions(boolean value)
public boolean getStripExtensions()
public void setTextureFormat(ImageFormat value)
public ImageFormat getTextureFormat()
public void setViewpoint(Viewpoint value)
public Viewpoint getViewpoint()