Translations:Macros recipes/98/en

From FreeCAD Documentation
  • Macro Rotate View: This macro rotates the current view by 90° to the left. Only works if you are in Std_ViewTop XY (top) view.
  • Macro Rotate ViewAxonometric: This macro rotates the current view in ViewAxonometric.
  • Macro Rotate View Free: This macro is used in the Python console and rotates the current view in the angle and plane given.
  • Macro View Rotation: Provides a GUI to permit rotation of view by precise amounts in all three directions.
  • Macro Texture Objects: This macro allows you to temporarily put a texture image on the selected objects.
  • Macro Mouse Cross: This small macro turns the arrow of the mouse in a precision cross.
  • Macro Move to Origin: This macro translates the Placement of an object so that a selected location becomes its new origin.
  • Macro Align View to Face: This macro aligns the current view to a selected face.
  • Macro Align Object to View: This macro align the selected object to the current View and set the coordinates Placement of the camera.
  • Macro Align Camera to Working Plane: This macro aligns the camera to the current Draft Working Plane
  • Macro Align Working Plane to Camera: This macro moves the current Draft Working Plane to the center of the current view
  • Macro Align Face Object to View: This macro align the face of the selected object to the current View (in case face hole the hole is placed to the view).
  • Macro Toggle Panels Visibility: This macro toggles the visibility of various supporting panels in FreeCAD, allowing the main window to be viewed with all available screen space.
  • Macro FCCamera: This macro can rotate the screen in a defined angle and the defined axis and creates a plan to face the screen to create a form in the specified plan positions the selected face facing the screen, to detect the position of the camera.
  • Macro Toggle Visibility: Set of three macro, macro 1: hidden the objects not selected, macro 2: displayed alls objects, macro 3: hidden alls objects.
  • Macro Visible Alls objects: This macro check visible all object in the document (Visibility=True).
  • Macro Hidden Alls objects: This macro check hidden all object in the document (Visibility=False).
  • Macro If Selected Stay If Not Then Delete :All object not selected hare deletted !!.
  • Macro Toggle Visibility2 1-2: Set of two macro, macro 1:Macro_Toggle_Visibility2_1-2 hidden the objects not selected, macro 2:Macro_Toggle_Visibility2_2-2 displayed alls objects, macro with the original visibility.
  • Macro Toggle Visibility2 2-2: Set of two macro, macro 1:Macro_Toggle_Visibility2_1-2 hidden the objects not selected, macro 2:Macro_Toggle_Visibility2_2-2 displayed alls objects, macro with the original visibility.
  • Macro SelectVisible: All visible objects in the tree will be selected.
  • Macro Duplicate Selection: This macro testing if one selection are duplicate , select the object IN THE 3D VIEW the "ForbiddenCursor" stay if the or one selection is duplicate, the macro stay resident.
  • Macro Copy3DViewToClipboard: Copy contents of 3DView resized 640, 480 px to clipboard .
  • Macro Perpendicular To Wire: This macro positioned your object perpendicularly to wire selected.
  • Macro Rotate To Point: Macro for rotate on object on itself with the axis of rotation the boundbox center, center of mass or last point clicked
  • Macro Select Hovering: this macro select a choice Face, Edge, Vertex hovering by the mouse.
  • Macro ExpandTreeItem: this macro expand selected items in the tree view.. If not selection all item are expand/collapse
  • Macro Mouse over cb: this macro display all elements below cursor (elements covered by other elements will also be displayed)
  • Macro FC element selector: this macro display all elements below cursor same "Macro Mouse over cb" with GUI (elements covered by other elements will also be displayed)
  • Macro_Screen_Wiki: Special macro for the Wiki Worker. This macro allows to save the 3D view in the desired format. The 3D view or the full 3D window of FreeCAD takes the desired dimensions.
  • Macro GuiResetToolbars: This macro resets the position of the toolbars.
  • Macro Zoom 1:1: 1:1 Zoom so objects appear their actual size on the screen.
  • setTextures: Allows to permanently store the URL of textures in a FreeCAD project and load stored textures.