Package com.agisoft.metashape.tasks
Class ImportModel
java.lang.Object
com.agisoft.metashape.tasks.Task
com.agisoft.metashape.tasks.ImportModel
Task class containing processing parameters.
-
Nested Class Summary
Nested classes/interfaces inherited from class com.agisoft.metashape.tasks.Task
Task.TaskTarget -
Field Summary
Fields inherited from class com.agisoft.metashape.tasks.Task
swigCMemOwn -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddelete()protected voidfinalize()protected static longgetCPtr(ImportModel obj) getCRS()Model coordinate system.booleanLoad UDIM texture layout.Model format.getPath()Path to model.getShift()Optional shift to be applied to vertex coordinates.voidsetCRS(CoordinateSystem value) Model coordinate system.voidsetDecodeUdim(boolean value) Load UDIM texture layout.voidsetFormat(ModelFormat value) Model format.voidPath to model.voidOptional shift to be applied to vertex coordinates.Methods inherited from class com.agisoft.metashape.tasks.Task
apply, apply, getCPtr, getName, getParameter, getParameterNames, getTarget, getWorkitemCount, isGPUSupported, setParameter, setWorkitemCount, toNetworkTask, toNetworkTask, toNetworkTask, toNetworkTask
-
Constructor Details
-
ImportModel
protected ImportModel(long cPtr, boolean cMemoryOwn) -
ImportModel
public ImportModel()
-
-
Method Details
-
getCPtr
-
finalize
protected void finalize() -
delete
public void delete() -
setCRS
Model coordinate system. -
getCRS
Model coordinate system. -
setDecodeUdim
public void setDecodeUdim(boolean value) Load UDIM texture layout. Default: true -
getDecodeUdim
public boolean getDecodeUdim()Load UDIM texture layout. Default: true -
setFormat
Model format. Default: ModelFormat.ModelFormatNone -
getFormat
Model format. Default: ModelFormat.ModelFormatNone -
setPath
Path to model. -
getPath
Path to model. -
setShift
Optional shift to be applied to vertex coordinates. -
getShift
Optional shift to be applied to vertex coordinates.
-