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 AttributeList
attributes
float
min_seg_length
java.lang.String
name
boolean
redirect
boolean
resample
SectionSet3DInt
source_set
ShapeSet3DInt
target_set
boolean
use_2D
boolean
use_3D
double
weight_threshold
-
Constructor Summary
Constructors Constructor Description ToolCreateMeshFromPolylinesOptions()
-
Method Summary
Methods inherited from class mgui.interfaces.InterfaceOptions
clean, destroy, getName, getTreeLabel, isDestroyed, issueTreeNode, setName, setTreeNode
Methods 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()
-