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