Translations:Glossary/3/ko

From FreeCAD Documentation
0-9 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z (Top)
Callout
String of text connected to a line pointing to an object in a drawing.
Chamfer (모따기)
날카로움을 없애기 위해 모서리를 비스듬히 잘라내는 것. 경사진 가장자리.
Clipping Plane
The clipping plane is used to cut away at the model in the 3D view. It is just a visual aid and does not actually cut the model.
Clone (복제본)
원본의 매개변수 제어 가능 상태가 유지되는 복사본입니다. 원본 개체가 변경되면 복제본도 변경되어 원본 개체에 대한 수정 사항을 똑같이 표시합니다.
Coin
Also called Coin3D. Third-party software library used for 3D representation by FreeCAD.
COLLADA
An interchange file format for mesh models. File extension is *.dae.
Command
An action invoked from the GUI when you press a toolbar button or type a keyboard shortcut or type into the Python console.
Compound (복합)
Groups objects together without fusing them like a boolean union would.
CompSolid (복합체)
Set of solids connected by their faces. CompSolids are needed in FEM, where more than one material is used in one FEM-mesh.
Constraint (구속)
스케치 (Sketch)에서 기본 요소 간의 기하학적 관계에 대한 제약 조건입니다. 구속에 숫자 값이 있는 경우 치수 구속이라고 합니다(예: 거리 구속에는 두 점을 연결하는 가상의 선의 길이라는 숫자 값이 있습니다). 숫자 값이 없는 구속 조건(예: 수평 구속)은 기하학적 구속이라고도 합니다.
Constructive Solid Geometry
A solid modeling method for creating shapes by using boolean operations on primitives.
Coordinate (좌표)
A number which defines the position of an object in space in reference to a coordinate system.
Coplanar (동일 평면)
Existing on the same plane.
CSG
Short for Constructive Solid Geometry.
Cut (잘라내기)
형상 간에 부울 차이 (boolean difference)를 적용합니다.