public class ImportModel extends Task
Task.TaskTarget
swigCMemOwn
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[] |
getFramePaths()
List of model paths to import in each frame of a multiframe chunk.
|
java.lang.String |
getPath()
Path to model.
|
boolean |
getReplaceAsset()
Replace default asset with imported 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 |
setFramePaths(java.lang.String[] value)
List of model paths to import in each frame of a multiframe chunk.
|
void |
setPath(java.lang.String value)
Path to model.
|
void |
setReplaceAsset(boolean value)
Replace default asset with imported model.
|
void |
setShift(Vector value)
Optional shift to be applied to vertex coordinates.
|
apply, apply, close, delete, finalize, getCPtr, getGpuSupport, getName, getParameter, getParameterNames, getTarget, getWorkitemCount, setParameter, setWorkitemCount, toNetworkTask, toNetworkTask, toNetworkTask, toNetworkTask
public 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 setFramePaths(java.lang.String[] value)
public java.lang.String[] getFramePaths()
public void setPath(java.lang.String value)
public java.lang.String getPath()
public void setReplaceAsset(boolean value)
public boolean getReplaceAsset()
public void setShift(Vector value)
public Vector getShift()