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 Plane3Dcut_planeMesh3DIntmeshjava.lang.Stringprefixbooleanretain_originalShapeSet3DInttarget_set -
Constructor Summary
Constructors Constructor Description ToolCutMeshWithPlaneOptions() -
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
-
cut_plane
-
mesh
-
prefix
public java.lang.String prefix -
retain_original
public boolean retain_original -
target_set
-
-
Constructor Details
-
ToolCutMeshWithPlaneOptions
public ToolCutMeshWithPlaneOptions()
-