Uses of Class
cz.fidentis.analyst.drawables.DrawableCuttingPlane
Packages that use DrawableCuttingPlane
Package
Description
Drawable objects of the scene.
Generic graphical elements.
Control panel for the symmetry plane computation and fine tuning.
OpenGL rendering classes.
-
Uses of DrawableCuttingPlane in cz.fidentis.analyst.drawables
Constructors in cz.fidentis.analyst.drawables with parameters of type DrawableCuttingPlaneModifierConstructorDescriptionDrawableCuttingPlane
(DrawableCuttingPlane drPlane) Copy constructor. -
Uses of DrawableCuttingPlane in cz.fidentis.analyst.gui.elements
Methods in cz.fidentis.analyst.gui.elements that return DrawableCuttingPlane -
Uses of DrawableCuttingPlane in cz.fidentis.analyst.gui.task.batch.symmetry
Methods in cz.fidentis.analyst.gui.task.batch.symmetry that return types with arguments of type DrawableCuttingPlaneModifier and TypeMethodDescriptionprotected List
<DrawableCuttingPlane> BatchCuttingPlanesAction.getCuttingPlanes
(javax.vecmath.Vector3d direction) Returns a list of cutting planes with given normal vector. -
Uses of DrawableCuttingPlane in cz.fidentis.analyst.gui.task.symmetry
Methods in cz.fidentis.analyst.gui.task.symmetry that return types with arguments of type DrawableCuttingPlaneModifier and TypeMethodDescriptionprotected List
<DrawableCuttingPlane> CuttingPlanesAction.getCuttingPlanes
(javax.vecmath.Vector3d direction) Returns a list of cutting planes with given normal vector. -
Uses of DrawableCuttingPlane in cz.fidentis.analyst.rendering
Methods in cz.fidentis.analyst.rendering that return DrawableCuttingPlaneModifier and TypeMethodDescriptionScene.getDrawableCuttingPlane
(int slot) Returns drawable cutting plane object.Methods in cz.fidentis.analyst.rendering that return types with arguments of type DrawableCuttingPlaneMethods in cz.fidentis.analyst.rendering with parameters of type DrawableCuttingPlaneModifier and TypeMethodDescriptionboolean
Scene.setDrawableCuttingPlane
(int slot, DrawableCuttingPlane cuttingPlane) Sets drawable cutting plane.