Package mgui.interfaces.tools.shapes
Class ToolCutMeshWithPlaneOptions
java.lang.Object
mgui.interfaces.InterfaceOptions
mgui.interfaces.tools.shapes.ToolCutMeshWithPlaneOptions
- All Implemented Interfaces:
InterfaceObject
,NamedObject
,TreeObject
,CleanableObject
public class ToolCutMeshWithPlaneOptions extends InterfaceOptions
-
Field Summary
Fields Modifier and Type Field Description Plane3D
cut_plane
Mesh3DInt
mesh
java.lang.String
prefix
boolean
retain_original
ShapeSet3DInt
target_set
-
Constructor Summary
Constructors Constructor Description ToolCutMeshWithPlaneOptions()
-
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
-
cut_plane
-
mesh
-
prefix
public java.lang.String prefix -
retain_original
public boolean retain_original -
target_set
-
-
Constructor Details
-
ToolCutMeshWithPlaneOptions
public ToolCutMeshWithPlaneOptions()
-