Std ToggleClipPlane: Difference between revisions

From FreeCAD Documentation
No edit summary
No edit summary
(2 intermediate revisions by the same user not shown)
Line 14: Line 14:
}}
}}


<!--T:2-->
<!--Empty=1 to suppress icon-->
<!--Empty=1 to suppress icon-->
{{GuiCommand
{{GuiCommand
Line 22: Line 23:
}}
}}


==Description==
==Description== <!--T:22-->


<!--T:3-->
The '''Std ToggleClipPlane''' command temporarily hides objects and parts of objects on one side of up to three virtual planes in a [[3D_view|3D view]].
The '''Std ToggleClipPlane''' command temporarily hides objects and parts of objects on one side of up to three virtual planes in the active [[3D_view|3D view]].


</translate>
==Usage==
[[Image:Std_ToggleClipPlane_example.png]]
<translate>
{{Caption|A clipped hollow object}}


</translate>
[[Image:ClippingPlane1_it.png]]
<translate>
{{Caption|The Clipping task panel}}

==Usage== <!--T:23-->

<!--T:24-->
# Select the {{MenuCommand|View → Clipping plane}} option from the menu.
# Select the {{MenuCommand|View → Clipping plane}} option from the menu.
# In the Clipping task panel do one of the following:
# In the Clipping task panel do one of the following:
Line 45: Line 58:


* To clearly distinguish the interior of partially clipped objects change their {{PropertyView|Lighting}} property to 'One side'. The color of the interior side of their faces will then depend on the backlight settings: {{MenuCommand|Edit → Preferences... → Display → 3D View → Backlight color - Intensity}}. See [[Preferences_Editor#3D_View|Preferences Editor]].
* To clearly distinguish the interior of partially clipped objects change their {{PropertyView|Lighting}} property to 'One side'. The color of the interior side of their faces will then depend on the backlight settings: {{MenuCommand|Edit → Preferences... → Display → 3D View → Backlight color - Intensity}}. See [[Preferences_Editor#3D_View|Preferences Editor]].

==Preferences==

* Todo.

==Properties==

* Todo.

==Scripting==

* Todo.


{{Docnav
{{Docnav

Revision as of 19:40, 3 April 2020

This documentation is a work in progress. Please don't mark it as translatable since it will change in the next hours and days.


Std ToggleClipPlane

Menu location
View → Clipping plane
Workbenches
All
Default shortcut
None
Introduced in version
-
See also
None

Description

The Std ToggleClipPlane command temporarily hides objects and parts of objects on one side of up to three virtual planes in the active 3D view.

A clipped hollow object

The Clipping task panel

Usage

  1. Select the View → Clipping plane option from the menu.
  2. In the Clipping task panel do one of the following:
    • Check one or more of the Clipping X to Clipping Z checkboxes.
      • Optionally change the offset distance(s).
      • Optionally press the Flip button(s) to change the side of the clipping plane objects are hidden on.
    • Check the Clipping custom direction checkbox.
      • Optionally change the offset distance.
      • Do one of the following:
        • Press the View button to use the direction of the current view.
        • Check the Adjust to view direction checkbox for a direction that dynamically adepts to view changes.
        • Specify the direction by entering the X, Y and Z coordinates of a normal vector.
  3. Optionally change the view to inspect the model.
  4. Press the Close button to close the task panel and finish the command.

Notes

  • To clearly distinguish the interior of partially clipped objects change their ViewLighting property to 'One side'. The color of the interior side of their faces will then depend on the backlight settings: Edit → Preferences... → Display → 3D View → Backlight color - Intensity. See Preferences Editor.