Assembly/ko
소개
FreeCAD에서 "조립품"이라는 단어는 일반적으로 여러 개의 구별 가능한 부분으로 구성된 3D 모델을 지칭하는 데 사용됩니다. 이 부분은 어떤 방식으로든 함께 결합되어 기능적인 객체를 생성합니다. 실제 제품이 만들어지는 것처럼요.
예를 들어, 볼트, 와셔 및 너트는 함께 조립할 때 조립품을 구성하는 세 개의 별도 몸통들입니다.
왼쪽: 3개의 개별 연속 고체, 각각 몸통으로 모델링됨. 오른쪽: 조립품을 생성하기 위해 표준 부품 내부에 결합된 개별 몸통.
용법
수동 조립
일반적으로 조립품을 생성하는 데 특별한 도구가 필요하지 않으며, 단지 여러 가지 다른 몸통들을 어떤 방식으로든 배열하면 됩니다.
원하는 위치에 몸통을 배치하려면
Lattice2, Manipulator, Part-o-magic 또는 WorkFeature와 같은 유사 조립품 외부 작업대 중 하나를 사용하여 교차점을 찾고, 거리를 측정하고, 원하는 방식으로 개체를 배포할 수 있습니다.
일반적으로
표준부품 객체는 조립품을 생성하기 위한 기본 빌딩 블록 역할을 하도록 설계되었습니다. 이 객체는 여러 개의 몸통들을 그룹화하여 하나의 단위, 즉 하위 조립품으로 함께 이동하는 데 사용됩니다. 그런 다음 이 하위 어셈블리를 다른 하위 조립품 옆에 배치하거나 다른 하위 조립품 내부에 사용하여 최종 조립품을 만들 수 있습니다.
구속조건 지어진 조립
내장된 조립 작업대 또는
A2plus,
Assembly3,
Assembly4와 같은 별도 설치 가능한 다른 조립 작업대를 사용할 수도 있습니다. Assembly2작업대는 유지 관리되지 않으므로 새 모델에는 권장되지 않습니다.
조립 작업대는 수학적으로 객체를 제자리에 묶기 위해 구속조건과 표현식을 사용하여 모델의 객체 간의 관계를 생성합니다. 예를 들면, "이 면은 다른 면에 달라붙어야 합니다.", "이 원통은 저 원과 중심이 같아야 합니다.", "이 점은 이 가장자리를 따라야 합니다." 등이 있습니다.
이는 복잡한 기계 시스템에서 일반적으로 사용되는 소프트웨어의 고급 사용법입니다. 모델이 그다지 복잡하지 않다면 조립 작업대를 사용할 필요가 없을 수도 있습니다.
보충 설명
- FreeCAD 1.0부터는 공식 조립 작업대가 기본적으로 포함되어 있습니다.
조립 작업대는 일반적으로 서로 호환되지 않는 것에 주의 하세요. 이러한 작업대 중 하나를 사용하여 조립품을 생성하는 경우 해당 작업대를 고수해야 하며 동일한 문서에 다른 조립 작업대를 혼용해 사용해서는 안 됩니다.
Std Base
- File: New, Open, Open Recent, Close, Close All, Save, Save As, Save a Copy, Save All, Revert, Import, Export,Merge project, Document information, Print, Print preview, Export PDF, Exit
- Edit: Undo, Redo, Cut, Copy, Paste, Duplicate selection, Refresh, Box selection, Box element selection, Select All, Delete, Send to Python Console, Placement, Transform, Alignment, Toggle Edit mode, Properties, Edit mode, Preferences
- View:
- Miscellaneous: Create new view, Orthographic view, Perspective view, Fullscreen, Bounding box, Toggle axis cross, Clipping plane, Persistent section cut, Texture mapping, Toggle navigation/Edit mode, Material, Appearance, Random color, Color per face, Toggle transparency, Workbench, Status bar
- Standard views: Fit all, Fit selection, Align to selection, Isometric, Dimetric, Trimetric, Home, Front, Top, Right, Rear, Bottom, Left, Rotate Left, Rotate Right, Store working view, Recall working view
- Freeze display: Save views, Load views, Freeze view, Clear views
- Draw style: As is, Points, Wireframe, Hidden line, No shading, Shaded, Flat lines
- Stereo: Stereo red/cyan, Stereo quad buffer, Stereo Interleaved Rows, Stereo Interleaved Columns, Stereo Off, Issue camera position
- Zoom: Zoom In, Zoom Out, Box zoom
- Document window: Docked, Undocked, Fullscreen
- Visibility: Toggle visibility, Show selection, Hide selection, Select visible objects, Toggle all objects, Show all objects, Hide all objects, Toggle selectability
- Toolbars: File, Edit, Clipboard, Workbench, Macro, View, Individual views, Structure, Help, Lock toolbars
- Panels: Tree view, Property view, Model, Selection view, Python console, Report view, Tasks, DAG view
- Dock window overlay: Toggle overlay for all, Toggle transparent for all, Toggle overlay, Toggle transparent, Bypass mouse events in docked overlay windows, Toggle left, Toggle right, Toggle top, Toggle bottom
- Link navigation: Go to linked object, Go to the deepest linked object, Select all links
- Tree view actions: Sync view, Sync selection, Sync placement, Pre-selection, Record selection, Single document, Multi document, Collapse/Expand, Initiate dragging, Go to selection, Selection back, Selection forward
- Tools: Edit parameters, Save image, Load image, Scene inspector, Dependency graph, Export dependency graph, Document utility, Add text document, View turntable, Units converter, Customize, Addon manager, Measure
- Help: Help, FreeCAD Website, Donate, Users documentation, Python scripting documentation, Automatic Python modules documentation, FreeCAD Forum, FreeCAD FAQ, Report a bug, About FreeCAD, What's This, Start
- Additional:
- Miscellaneous: Create part, Create group, Create a variable set, Make link group, Select all instances, Toggle freeze
- Create datums: Create coordinate system, Create datum plane, Create datum line, Create datum point
- Link tools: Make link, Make sub-link, Replace with link, Unlink, Import links, Import all links
- Expression actions: Copy selected, Copy active document, Copy all documents, Paste
- Selection filter: Vertex selection, Edge selection, Face selection, All selection filters cleared
User documentation
- Getting started
- Installation: Download, Windows, Linux, Mac, Additional components, Docker, AppImage, Ubuntu Snap
- Basics: About FreeCAD, Interface, Mouse navigation, Selection methods, Object name, Preferences, Workbenches, Document structure, Properties, Help FreeCAD, Donate
- Help: Tutorials, Video tutorials
- Workbenches: Std Base, Assembly, BIM, CAM, Draft, FEM, Inspection, Material, Mesh, OpenSCAD, Part, PartDesign, Points, Reverse Engineering, Robot, Sketcher, Spreadsheet, Surface, TechDraw, Test Framework