Image CreateImagePlane: Difference between revisions

From FreeCAD Documentation
m (Details)
(Remove notes and add the information in the How to use)
Line 28: Line 28:
* {{PropertyData|YSize}}: specifies the height of the image plane.
* {{PropertyData|YSize}}: specifies the height of the image plane.
* {{PropertyData|Image Plane}}: specifies the image to use for this plane.
* {{PropertyData|Image Plane}}: specifies the image to use for this plane.

==Notes== <!--T:5-->
Selecting the image in the tree view and activating its data-tab in the property view lets you select size<br />
and orientation of the image.
Specifying a small offset of 0,1 mm on import will make it easier to trace the image.


{{Userdocnavi}}
{{Userdocnavi}}

Revision as of 00:49, 6 December 2018

Image CreateImagePlane

Menu location
Image → Create a planar image in the 3D space
Workbenches
Image
Default shortcut
None
Introduced in version
-
See also
Image Open, Image Scaling

Description

The CreateImagePlane tool imports an bitmap image and places it on one of the XY, YZ or XZ planes.

How to use

  1. Press the Image Plane button.
  2. Select the desired image in your system.
  3. Choose the plane where the image will be placed, and optionally an offset.

Properties

Base

  • DataPosition: specifies the coordinates of the base point of the image plane.
  • DataAngle: specifies the angle of rotation of the image plane.
  • DataAxis: specifies the axis used for the rotation angle.

Image Plane

  • DataXSize: specifies the width of the image plane.
  • DataYSize: specifies the height of the image plane.
  • DataImage Plane: specifies the image to use for this plane.