Synopsis

PDX_MSGT jint_GDXToPLMXML(long option, int gdxModel, char *plmxmlFileName, char *optionFile, char *configFile)

Purpose

Write PLMXML

Description

Write PLMXML. Note, if both optionFile and configFile are both specified, configFile will be processed first followed by optionFile. By default, multibody models are converted to a single multibody part.

Input

option

JINT_MULTIBODY_ASSEMBLY

Convert multibody model to assembly

JINT_SANITIZE_NAME

Sanitize component name before using it to create assembly/part

gdxModel

GDX model to process

plmxmlFileName

PLMXML file to create

optionFile

Option file or NULL

configFile

Configuration file or NULL

Return

Error code or JINT_NOERR