누락되거나 사용자 지정된 데이터 세트와 명명된 참조 유형에 대한 매핑 추가

Teamcenter 비즈니스 모델에 Creo 어셈블리 및 파트 파일용 ProEDataset_asm 또는 ProEDataset_prt와 같은 사용자 지정 데이터 세트 유형이 포함되어 있는 경우, Inspire와의 적절한 매핑과 다운스트림 호환성을 보장하기 위해 구성을 업데이트해야 합니다.

  1. 목록에 ProE 키워드를 추가하여 <FailingOrder> 섹션을 업데이트합니다.
    이는 Inspire API에서 인식되는 예약된 유형이며 Creo 파일과 올바르게 연결할 수 있습니다. 전체 지원되는 값 목록은 지원되는 UDMElementType 값을 참조하십시오.
    <FailingOrder>
        <Value>ProE</Value>
        <Value>CATIA V5</Value>
        <Value>JT</Value>
        <Value>Unigraphics</Value>
    </FailingOrder>
  2. 다음 블록을 삽입하여 사용자 지정 데이터 세트 매핑을 <PLMXMLElementToUDMContentDefinitions> 에 추가함으로써 Inspire에서 사용자 지정 데이터 세트를 해석하는 방법을 정의합니다.
    <PLMXMLElementToUDMContentDefinition>
        <PLMXMLElement>DataSet</PLMXMLElement>
        <PLMXMLElementType>ProEDataset_asm</PLMXMLElementType>
        <UDMContentDefinitionType>UDMRepPartCad</UDMContentDefinitionType>
        <UDMIsPrototype/>
        <UDMElementType/>
        <UDMBindingClass>com.altair.hwec.udm.base.RepresentationPartCType</UDMBindingClass>
    </PLMXMLElementToUDMContentDefinition>
    <PLMXMLElementToUDMContentDefinition>
        <PLMXMLElement>DataSet</PLMXMLElement>
        <PLMXMLElementType>ProEDataset_prt</PLMXMLElementType>
        <UDMContentDefinitionType>UDMRepPartCad</UDMContentDefinitionType>
        <UDMIsPrototype/>
        <UDMElementType/>
        <UDMBindingClass>com.altair.hwec.udm.base.RepresentationPartCType</UDMBindingClass>
    </PLMXMLElementToUDMContentDefinition>
    주: CAE 데이터 세트를 정의하는 경우, UDMRepPartCadUDMRepPartMesh로 대체합니다.
  3. 데이터 세트가 외부 파일(.prt, .asm 등)을 참조하는 경우 다음과 같은 명명된 참조 매핑을 포함합니다.
    <PLMXMLElementToUDMContentDefinition>
        <PLMXMLElement>ExternalFile</PLMXMLElement>
        <PLMXMLElementType>prt</PLMXMLElementType>
        <UDMContentDefinitionType>UDMDSFileCAD</UDMContentDefinitionType>
        <UDMElementType>ProE</UDMElementType>
        <UDMBindingClass>com.altair.hwec.udm.base.DataSourceFileCType</UDMBindingClass>
    </PLMXMLElementToUDMContentDefinition>
    <PLMXMLElementToUDMContentDefinition>
        <PLMXMLElement>ExternalFile</PLMXMLElement>
        <PLMXMLElementType>asm</PLMXMLElementType>
        <UDMContentDefinitionType>UDMDSFileCAD</UDMContentDefinitionType>
        <UDMElementType>ProE</UDMElementType>
        <UDMBindingClass>com.altair.hwec.udm.base.DataSourceFileCType</UDMBindingClass>
    </PLMXMLElementToUDMContentDefinition>
    주: CAD 콘텐츠에는 UDMDSFileCAD를 사용하고, CAE/메쉬 데이터에는 UDMDSFileMesh를 사용합니다. 이 유형을 위에서 정의한 UDMRepPartCad 또는 UDMRepPartMesh 유형과 일치시킵니다.
    지원되는 UDMELEMENTType
    UDMDSFileCAD의 경우
    Acis, Aveva, CATIA, CATIA V4, CATIA V5, CATIA V6, DXF, ECAD, FEMAP, FORAN, HyperMesh, HyperForm, HMAscii, IFC, Iges, Inspire, Intergraph, Inventor, JT, Parasolid, PDGS, Pdgs, ProE, Pro/E, Rhino, SolidWorks, Step, STEP AP242 XML, STL, Tribon, Unigraphics, VDAFS.
    UDMDSFileMesh의 경우
    Abaqus, Ansys, Ansa, HMAscii, HyperForm, HyperMesh, Ls-Dyna, Ls-Dyna Seq, Moldflow, Nastran, OptiStruct, Pamcrash, Pamcrash 2G, Permas, Radioss Block, Radioss Bulk, Stl.
  4. XML 파일을 편집한 후 XML 파일 스트럭쳐를 검증합니다.
    1. 인터넷 브라우저(Chrome, Edge, Firefox 등)에서 파일을 엽니다.
    2. 스트럭쳐가 오류 없이 로드되고 축소 가능한 노드가 표시되는지 확인합니다(유효한 XML 구문 확인).
      이렇게 하면 HyperMesh 또는 기타 소모적인 응용 프로그램에서 런타임 오류가 발생하기 전에 구문 문제를 파악하는 데 도움이 됩니다.