<?xml version='1.0' encoding='UTF-8' ?>
<!DOCTYPE html
  SYSTEM "about:legacy-compat">
<html xmlns:mml = "http://www.w3.org/1998/Math/MathML" lang = "ko"><head><meta charset = "UTF-8"/><meta name = "copyright" content = "(C) Copyright 2020"/><meta name = "DC.rights.owner" content = "(C) Copyright 2020"/><meta name = "DC.type" content = "reference"/><meta name = "abstract" content = "출력 페이지에서는 Composer 압축 수준 및 내보내기 옵션을 구성할 수 있습니다."/><meta name = "description" content = "출력 페이지에서는 Composer 압축 수준 및 내보내기 옵션을 구성할 수 있습니다."/><meta name = "DC.format" content = "HTML5"/><meta name = "DC.identifier" content = "cps-r-DocumentProperties-Output"/><meta name = "DC.language" content = "ko"/><link rel = "stylesheet" type = "text/css" href = "../DSDocUI_XML34.css"/><title>출력</title>
<script type = "text/javascript" src = "../DSDocUI_Highlight34.js">
  	/* */
  	</script></head><body onLoad = "highlightSearchTerms();" id = "cps-r-DocumentProperties-Output">
<a name = "hj-top"> </a><table class = "table1" id = "table11"><tr><td><table class = "DocHeader"><tr><td class = "DocHeader1" colspan = "2"><h1>출력</h1></td></tr><tr><td class = "DocHeader4" colspan = "2"/></tr><tr><td class = "DocHeader3" colspan = "2"><table class = "DocThemeIntro" id = "table12"><tr><td class = "Intro1Only"><p class = "header"><p class = "abstract">
    <span class = "shortdesc">출력 페이지에서는 Composer 압축 수준 및 내보내기 옵션을 구성할 수 있습니다.</span>

    
  </p>
<p>이 페이지에서는 다음에 대해 설명합니다.</p><ul><li><a href = "#r-SMGoutput" id = "toc_rg" title = "이러한 옵션을 사용하면 SMG 출력을 구성할 수 있습니다.">SMG, SMGXML, SMGPROJ 출력</a></li><li><a href = "#r-Packageoutput" id = "toc_rg" title = "이러한 옵션을 사용하면 패키지 출력을 구성할 수 있습니다.">패키지 출력</a></li><li><a href = "#r-Productexport" id = "toc_rg" title = "이러한 옵션을 사용하면 제품 내보내기를 구성할 수 있습니다.">제품 내보내기</a></li></ul>
</p></td></tr></table></td></tr></table>
  

  
  <article class = "topic reference nested1" aria-labelledby = "ariaid-title2" id = "r-SMGoutput">
    <h2 class = "title topictitle2">SMG, SMGXML, SMGPROJ 출력</h2>

    
    <div class = "body refbody"><p class = "abstract">
      <span class = "shortdesc">이러한 옵션을 사용하면 SMG 출력을 구성할 수 있습니다.</span>

    </p>

      <table class = "table frame-none"><caption/><colgroup><col/><col/></colgroup><thead class = "thead">
            <tr class = "row">
              <th class = "entry" id = "r-SMGoutput__entry__1">명령 이름</th>
              <th class = "entry" id = "r-SMGoutput__entry__2">설명</th>
            </tr>
          </thead><tbody class = "tbody">
            <tr class = "row">
              <td class = "entry" headers = "r-SMGoutput__entry__1">
                <span class = "ph uicontrol">지오메트리 압축</span>
              </td>
              <td class = "entry" headers = "r-SMGoutput__entry__2">Composer 파일의 압축 정도를 설정하여 모델 테슬레이션 품질에 영향을 줍니다.<ul class = "ul"><li class = "li"><span class = "ph uicontrol">낮음(고화질)</span> - 32바이트/포인트, 높은 측정 품질, 큰 파일</li><li class = "li"><span class = "ph uicontrol">미디엄</span> - 16바이트/포인트</li><li class = "li"><span class = "ph uicontrol">높음(저화질)</span> - 8바이트/포인트, 낮은 측정 품질, 작은 파일</li></ul>압축 알고리즘에는 좌표(xmin, xmax, ymin, ymax, zmin, zmax)로 정의된 경계 상자가 사용됩니다. 이 경계 상자는 선택한 압축 품질에 따라 큐브 개수로 다시 나뉩니다.<ul class = "ul"><li class = "li">낮음(고품질): 2^32 * 2^32 * 2^32</li><li class = "li">중간: 2^16 * 2^16 * 2^16</li><li class = "li">높음(저화질): 2^8 * 2^8 * 2^8</li></ul>삼각 측량의 모든 최고값(xi, yi, zi)은 경계 상자에 포함된 큐브의 최상위에 배치됩니다.<div class = "notes collapse"><span class = "run-in.notes">주:
    		</span><span class = "notecontent"><p>중간 또는 고도 압축으로 파일을 저장할 때 다음 사항을 고려해야 합니다.</p><ul class = "ul"><li class = "li">원래 품질로 되돌릴 수 없습니다. 원래 품질로 되돌리려면 CAD 파일을 가져와야 합니다.</li><li class = "li">중간 또는 고도 압축은 지오메트리 정밀도에 영향을 줍니다. 정밀도의 대부분을 개체의 위치가 차지하는 큰 파트의 경우 작은 면, 선, 정점과 같은 요소의 정밀도는 남겨 둡니다.</li><li class = "li">중간 또는 고도 압축으로 인해 테크니컬 일러스트레이션 워크숍에서 생성한 벡터 출력에 디스플레이 문제(예: 파트의 메시에 작은 구멍 표시, 면 겹침, Z-fighting, 테크니컬 일러스트레이션에 원하지 않는 선 표시 등)가 발생할 수 있습니다.</li></ul><p>지오메트리 정밀도가 중요한 경우, 길이를 줄이려면 <span class = "ph uicontrol">낮음 (고화질)</span> 옵션을 사용하시기 바랍니다.</p></span></div>
</td>
            </tr>
            <tr class = "row">
              <td class = "entry" headers = "r-SMGoutput__entry__1">
                <span class = "ph uicontrol">법선 기록</span>
              </td>
              <td class = "entry" headers = "r-SMGoutput__entry__2">Composer 파일의 모든 면에 대한 법선 방향을 저장합니다. Composer에는 파트 및 어셈블리의 바깥쪽 또는 외부 면을 디스플레이하는 데 이 정보가 필요합니다. 선택할 경우 Composer에서 이 정보를 계산할 필요가 없으므로 파일 크기는 커지지만 파일 로드 시간은 짧아집니다. 평면 쪽의 법선은 표면에 직각인 3차원 벡터입니다. 표면의 점 "p"에서 평면이 아닌 표면 쪽의 법선은 "p"에서 해당 표면의 접평면에 직각인 벡터입니다.</td>
            </tr>
            <tr class = "row">
              <td class = "entry" headers = "r-SMGoutput__entry__1">
                <span class = "ph uicontrol">윤곽선 작성</span>
              </td>
              <td class = "entry" headers = "r-SMGoutput__entry__2">3D 모델과 함께 윤곽선이 저장됩니다. 따라서 모델을 열거나 윤곽선을 사용하는 렌더링 모드로 변경할 때마다 윤곽선이 즉시 로드되므로, 더는 윤곽선을 로드해야 할 때마다 계산할 필요가 없습니다. 이 옵션을 선택하면 SMG 출력의 파일 크기가 증가합니다.<div class = "note"><span class = "run-in.note">주:
			</span><span class = "notecontent">윤곽선을 사용하는 렌더링 모드의 예로는 윤곽선으로 평활, 그늘진 일러스트레이션, 테크니컬, 실루엣 등이 있습니다. 윤곽선은 날카로운 모서리, 구조 모서리, 지능형 모서리의 스타일로 표시할 수 있습니다.</span></div>
</td>
            </tr>
          </tbody></table>
    </div>

  </article>
  <article class = "topic reference nested1" aria-labelledby = "ariaid-title3" id = "r-Packageoutput">
    <p><map name = "FPMap1"><area href = "#hj-top" title = "위로 돌아가기" shape = "rect" coords = "416, 0, 435, 10"/></map><span class = "itemsprite"/></p><h2 class = "title topictitle2">패키지 출력</h2>

    
    <div class = "body refbody"><p class = "abstract">
      <span class = "shortdesc">이러한 옵션을 사용하면 패키지 출력을 구성할 수 있습니다.</span>

    </p>

      <table class = "table frame-none"><caption/><colgroup><col/><col/></colgroup><thead class = "thead">
            <tr class = "row">
              <th class = "entry" id = "r-Packageoutput__entry__1">명령 이름</th>
              <th class = "entry" id = "r-Packageoutput__entry__2">설명</th>
            </tr>
          </thead><tbody class = "tbody">
            <tr class = "row">
              <td class = "entry" headers = "r-Packageoutput__entry__1">
                <span class = "ph uicontrol">언어</span>
              </td>
              <td class = "entry" headers = "r-Packageoutput__entry__2">패키지 및 이메일 텍스트에 함께 제공되는 Composer Player 사용자 인터페이스 및 온라인 도움말의 언어를 지정합니다. <span class = "ph uicontrol">응용 프로그램과 일치</span>를 선택하거나 설치된 언어에서 선택합니다.</td>
            </tr>
          </tbody></table>
    </div>

  </article>
  <article class = "topic reference nested1" aria-labelledby = "ariaid-title4" id = "r-Productexport">
    <p><map name = "FPMap1"><area href = "#hj-top" title = "위로 돌아가기" shape = "rect" coords = "416, 0, 435, 10"/></map><span class = "itemsprite"/></p><h2 class = "title topictitle2">제품 내보내기</h2>

    
    <div class = "body refbody"><p class = "abstract">
      <span class = "shortdesc">이러한 옵션을 사용하면 제품 내보내기를 구성할 수 있습니다.</span>

    </p>

      <table class = "table frame-none"><caption/><colgroup><col/><col/></colgroup><thead class = "thead">
            <tr class = "row">
              <th class = "entry" id = "r-Productexport__entry__1">명령 이름</th>
              <th class = "entry" id = "r-Productexport__entry__2">설명</th>
            </tr>
          </thead><tbody class = "tbody">
            <tr class = "row">
              <td class = "entry" headers = "r-Productexport__entry__1">
                <span class = "ph uicontrol">가시 액터만 저장하기</span>
              </td>
              <td class = "entry" headers = "r-Productexport__entry__2">제품을 내보낼 때 가시 액터만 내보냅니다(어셈블리 트리를 마우스 오른쪽 버튼으로 클릭).</td>
            </tr>
            <tr class = "row">
              <td class = "entry" headers = "r-Productexport__entry__1">
                <span class = "ph uicontrol">콜라보레이션 액터 저장(루트에서 내보낼 때만)</span>
              </td>
              <td class = "entry" headers = "r-Productexport__entry__2">제품을 내보낼 때 콜라보레이션 액터를 내보냅니다.</td>
            </tr>
          </tbody></table>
    </div>

  </article>
</td></tr></table><script type = "text/javascript" src = "../DSDocUI_Bottom34.js">/* */</script></body>
</html>
