3D보기 에서 두 도형을 올바르게 정렬합니다. 단면의 원점을 경로 선에 배치하는 것이 좋습니다. 두 스케치는 대부분의 경우 직교해야 합니다. 이는 'Map Mode' 기능으로 수행할 수 있습니다.(Space를 사용하여 두 스케치를 모두 표시합니다. 단면 스케치를 선택합니다. Properties/DataTab/MapMode를 선택합니다. 오른쪽에 나타나는 ... 버튼을 클릭합니다. 부착 대화 상자에서 경로 스케치의 꼭지점을 선택하고 올바른 모드를 선택하여 두 스케치가 올바르게 정렬되도록 합니다.)
3D 보기에서 경로로 사용할 스케치를 선택합니다. 이 경우 전체 스케치가 경로로 사용됩니다.
또는 모서리 추가를 누르고 3D 보기에서 모서리를 선택하여 스케치에 하나의 모서리를 선택할 수 있습니다. 각 가장자리에 대해 모서리 추가를 다시 눌러야 한다는 점에 유의하세요. 분기가 없는 연속되는 을 선택해야 합니다.
대부분의 경우 다른 설정은 기본 설정과 함께 작동합니다.
확인버튼을 누릅니다.
둘 이상의 단면을 사용하려면 위에서 설명한 대로 첫 번째 단면 스케치부터 시작합니다. 그런 다음 단면 변환에서 변환 모드를 다중 단으로 설정합니다; 단면 추가를 누른 다음 3D 보기에서 스케치를 선택하세요. 각각의 추가 단면에 대해 반복합니다.
선택 사항
Section Transformation:
Select Constant to use a single profile
Select Multisection to use multiple profiles
Section Orientation:
Standard
This keeps the cross-section shape perpendicular to the path. This is the default setting.
Fixed
Orientation set by the first profile and constant throughout. This deactivates the alignment to the path normal vector. That means that the cross-section shape will not rotate with the path. Sweep along a circle to see the effect.
A PartDesign AdditivePipe object is derived from a Part Feature object and inherits all its properties. It also has the following additional properties:
Data
Base
데이터 (Hidden)Add Sub Shape (PartShape):
데이터 (Hidden)Base Feature (Link):
데이터 (Hidden)_Body (LinkHidden):
Part Design
데이터Refine: true or false. If set to true, cleans the solid from residual edges left by features. See Part RefineShape for more details.
Sketch Based
데이터Profile (LinkSub): reference to sketch.
데이터Midplane (Bool): extrude symmetrically to sketch face.
데이터Reversed (Bool): reverses extrusion direction.
데이터Up To Face (LinkSub): face where feature will end.
데이터Allow Multi Face (Bool): allow multiple faces in profile.
Sweep
데이터Sections (LinkSubList): lists the sections used.
데이터Spine (LinkSub): spine (path) to sweep along.
데이터Spine Tangent (Bool): true or false (default). True extends the spine to include tangent edges.
데이터 (Hidden)Auxiliary Spine (LinkSub): secondary spine (path) to orient the Sweep.
데이터Auxiliary Spine Tangent (Bool): true or false (default). True extends the auxiliary spine to include tangent edges.
데이터Auxiliary Curvelinear (Bool): true or false (default). True calculates the normal between equidistant points on both spines.
데이터Mode (Enumeration): profile mode. Options are Fixed, Frenet, Auxiliary or Binormal. See Options.
데이터Binormal (Vector): binormal vector for corresponding orientation mode.
데이터Transition (Enumeration): transition mode. Options are Transformed, Right Corner or Round Corner.
데이터Transformation (Enumeration): Constant uses a single cross-section. Multisection uses two or more cross-sections. Linear, S-shape and Interpolation are currently not functional.
Notes
To better control the shape of the pipe, it is recommended that all cross-sections have the same number of segments. For example, for a pipe between a rectangle and a circle, the circle should be broken down into 4 connected arcs.
When you select a vertex as section, it must be the last section of the pipe. Otherwise the pipe body would consist of two solids connected at a single point. This would violates the CAD kernel's definition of a 3D object. You can change the order of the sections by dragging them in the list.
The path can only be from a single sketch, feature or ShapeBinder. In case you want to sweep along several edges from different sketches, use a SubShapeBinder.
The path must not contain branches or T-junctions etc. Loops are allowed.
It can lead to issues if the cross-section is not perpendicular to the path in 3D.
A cross-section cannot lie on the same plane as the one immediately preceding it.
The cross-sections must not contain disjoint or crossing loops.
If the sketch has inner geometry, then the order in which the sketch geometry is created should be the same for all sections. Either start all sections with the inner geometry, or start them all with the outer. Otherwise an invalid pipe will be created where inner and outer walls cross.