Jump to content

부품설계 깔판

From FreeCAD Documentation
This page is a translated version of the page PartDesign Pad and the translation is 29% complete.
Outdated translations are marked like this.

This documentation is not finished. Please help and contribute documentation.

GuiCommand model explains how commands should be documented. Browse Category:UnfinishedDocu to see more incomplete pages like this one. See Category:Command Reference for all commands.

See WikiPages to learn about editing the wiki pages, and go to Help FreeCAD to learn about other ways in which you can contribute.

This page has to be updated for FreeCAD version 1.1.

PartDesign Pad

Menu location
부품 설계 → 덧셈 도형특징 생성 → 깔판
Workbenches
부품설계 작업대
Default shortcut
None
Introduced in version
-
See also
부품설계 오목자리

설명

깔판(Pad) 도구는 직선 경로를 따라 스케치나 고체의 면을 돌출시킵니다.

왼쪽은 스케치(A)이고, 오른쪽은 그것을 깔판으로 만든 결과(B)입니다.

용법

  1. Select a single sketch or one or more faces from the Body.
  2. There are several ways to invoke the tool:
    • Press the Pad button.
    • Select the Part Design → Additive Features → Pad option from the menu.
  3. Set the Pad parameters, see Options below.
  4. Press the OK button.

선택 사항

When creating a pad, or after double-clicking an existing pad in the Tree View, the Pad parameters task panel is shown. It offers the following settings:

유형

Type offers five different ways of specifying the length of the pad:

치수

Enter a numeric value for the Length of the pad. With the option Symmetric to plane the pad will extend half the given length to either side of the sketch or face.

To last

The pad will extend up to the last face of the support it encounters in its direction. If there is no support, an error message will appear.

To first

The pad will extend up to the first face of the support it encounters in its direction. If there is no support, an error message will appear.

면까지

The pad will extend up to a face. Press the Select face button and select a face or a datum plane from the Body.

2개 치수

This allows to enter a second length in which the pad should extend in the opposite direction. The directions can be switched by checking the Reversed option.

형상까지

introduced in 1.0: The pad will extend up to the selected shape. Optionally press the Select shape button and select a shape. Leave the Select all faces checkbox enabled or disable it, press the Select faces button and select the faces up to which the pad should be created.

면에서 편차

Offset from face at which the pad will end. This option is only available if Type is To last, To first or Up to face.

길이

Defines the length of the pad. This option is only available if Type is Dimension or Two dimensions. The length is measured along the direction vector, or along the normal of the sketch or face. Negative values are not possible. Use the Reversed option instead.

두 번째 길이

Defines the length of the pad in the opposite direction. This option is only available if Type is Two dimensions.

평면에 대칭

Check this option to extrude half the given length to either side of the sketch or face. This option is only available if Type is Dimension.

Reversed

Reverses the direction of the pad.

방향

Direction/edge

You can select the direction of the extrusion:

  • Sketch normal or Face normal: The sketch or face is extruded in the direction of its normal. If you have selected several sketches or faces to be extruded, the normal of the first one will be used.
  • Select reference…: The sketch or face is extruded in the direction of a straight edge or a datum line selected from the Body.
  • Custom direction: The sketch or face is extruded in the direction of the specified vector.

Show direction

If checked, the pad direction will be shown. In case the pad uses a Custom direction, it can be changed.

Length along sketch normal

If checked, the pad length is measured along the sketch or face normal, otherwise along the custom direction.

Taper angle

Tapers the pad in the extrusion direction by the given angle. A positive angle means the outer pad border gets wider. Note that inner structures receive the opposite taper angle. This is done to facilitate the design of molds and molded parts. This option is only available if Type is Dimension or Two dimensions.

2nd taper angle

Tapers the pad in the opposite extrusion direction by the given angle. See Taper angle. This option is only available if Type is Two dimensions.

속성

Data

Pad

  • 데이터Type (Enumeration): Defines how the pad will be extruded, see Options.
  • 데이터Length (Length): Defines the length of the pad, see Options.
  • 데이터Length2 (Length): Second pad length in case the 데이터Type is TwoLengths, see Options.
  • 데이터Use Custom Vector (Bool): If checked, the pad direction will not be the normal vector of the sketch but the given vector, see Options.
  • 데이터Direction (Vector): Vector of the pad direction if 데이터Use Custom Vector is used.
  • 데이터Reference Axis (LinkSub)
  • 데이터Along Sketch Normal (Bool): If true, the pad length is measured along the sketch normal. Otherwise and if 데이터Use Custom Vector is used, it is measured along the custom direction.
  • 데이터Up To Face (LinkSub): A face the pad will extrude up to, see Options.
  • 데이터Offset (Length): Offset from face in which the pad will end. This is only taken into account if the 데이터Type option UpToLast, UpToFirst or UpToFace is used.
  • 데이터Taper Angle (Angle)
  • 데이터Taper Angle2 (Angle)

Part Design

  • 데이터Refine (Bool): True or false. Cleans up residual edges left after the operation. This property is initially set according to the user's settings (found in Preferences → Part Design → General → Model settings).

Sketch Based

  • 데이터Profile (LinkSub)
  • 데이터Midplane (Bool)
  • 데이터Reversed (Bool)
  • 데이터Allow Multi Face (Bool)

제한 사항

  • Like all Part Design features, Pad creates a solid, thus the sketch must include a closed profile or it will fail with a Wire is not closed error.
  • Sketches containing B-Splines often cannot be tapered properly. This is a limitation of the OpenCASCADE kernel that FreeCAD uses.
  • For larger angles tapering will fail if the end face would have fewer edges than the start face/sketch.
  • The algorithm used for To First and To Last is:
    • Create a line through the center of gravity of the sketch
    • Find all faces of the support cut by this line
    • Choose the face where the intersection point is nearest/furthest from the sketch
This means that the face that is found might not always be what you expected. If you run into this problem, use the Up to face type instead, and pick the face you want.
For the very special case of extrusion to a concave surface, where the sketch is larger than this surface, extrusion will fail. This is an unresolved bug.