public class ImportModel extends Task
Task.TaskTargetswigCMemOwn| Constructor and Description |
|---|
ImportModel() |
| Modifier and Type | Method and Description |
|---|---|
CoordinateSystem |
getCRS()
Model coordinate system.
|
boolean |
getDecodeUdim()
Load UDIM texture layout.
|
ModelFormat |
getFormat()
Model format.
|
java.lang.String |
getPath()
Path to model.
|
Vector |
getShift()
Optional shift to be applied to vertex coordinates.
|
void |
setCRS(CoordinateSystem value)
Model coordinate system.
|
void |
setDecodeUdim(boolean value)
Load UDIM texture layout.
|
void |
setFormat(ModelFormat value)
Model format.
|
void |
setPath(java.lang.String value)
Path to model.
|
void |
setShift(Vector value)
Optional shift to be applied to vertex coordinates.
|
apply, apply, close, delete, finalize, getCPtr, getName, getParameter, getParameterNames, getTarget, getWorkitemCount, isGPUSupported, setParameter, setWorkitemCount, toNetworkTask, toNetworkTask, toNetworkTask, toNetworkTaskpublic void setCRS(CoordinateSystem value)
public CoordinateSystem getCRS()
public void setDecodeUdim(boolean value)
public boolean getDecodeUdim()
public void setFormat(ModelFormat value)
public ModelFormat getFormat()
public void setPath(java.lang.String value)
public java.lang.String getPath()
public void setShift(Vector value)
public Vector getShift()