Package mgui.interfaces.tools.shapes
Class ToolCreateMeshFromPolylinesOptions
java.lang.Object
mgui.interfaces.InterfaceOptions
mgui.interfaces.tools.shapes.ToolCreateMeshFromPolylinesOptions
- All Implemented Interfaces:
InterfaceObject,NamedObject,TreeObject,CleanableObject
public class ToolCreateMeshFromPolylinesOptions extends InterfaceOptions
-
Field Summary
Fields Modifier and Type Field Description AttributeListattributesfloatmin_seg_lengthjava.lang.StringnamebooleanredirectbooleanresampleSectionSet3DIntsource_setShapeSet3DInttarget_setbooleanuse_2Dbooleanuse_3Ddoubleweight_threshold -
Constructor Summary
Constructors Constructor Description ToolCreateMeshFromPolylinesOptions() -
Method Summary
Methods inherited from class mgui.interfaces.InterfaceOptions
clean, destroy, getName, getTreeLabel, isDestroyed, issueTreeNode, setName, setTreeNodeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
source_set
-
name
public java.lang.String name -
resample
public boolean resample -
redirect
public boolean redirect -
min_seg_length
public float min_seg_length -
use_2D
public boolean use_2D -
use_3D
public boolean use_3D -
attributes
-
target_set
-
weight_threshold
public double weight_threshold
-
-
Constructor Details
-
ToolCreateMeshFromPolylinesOptions
public ToolCreateMeshFromPolylinesOptions()
-