不足しているデータセットやカスタムデータセット、および名前付き参照タイプに対するマッピングの追加
Teamcenterビジネスモデルに、Creoアセンブリファイルやパートファイル用のProEDataset_asmやProEDataset_prtなどのカスタムデータセットタイプが含まれている場合は、Inspireとの適切なマッピングと下位互換性を確保するために設定を更新する必要があります。
-
<FailingOrder>セクションを更新し、ProEキーワードをリストに追加します。これは、Inspire APIによって認識される予約タイプであり、Creoファイルとの正しい関連付けを有効にします。サポートされる値の完全なリストについては、サポートされるUDMElementType値を参照してください。<FailingOrder> <Value>ProE</Value> <Value>CATIA V5</Value> <Value>JT</Value> <Value>Unigraphics</Value> </FailingOrder> -
<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データセットを定義している場合は、UDMRepartCadをUDMRepartMeshに置き換えてください。 -
データセットが外部ファイル(.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を使用します。これを上で定義したUDMRepartCadまたはUDMRepartMeshタイプと一致させます。- サポートされる
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。
- サポートされる
-
XMLファイルを編集した後、XMLファイルの構造を検証します。