Synopsis

PDX_MSGT jint_WriteJT(long option, int gdxModel, char *jtName, char *optionFile, char *configFile)

Purpose

Write JT.

Description

Write JT. 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

jtName

JT file to create (no .jt extension)

optionFile

Option file or NULL

configFile

Configuration file or NULL

Return

Error code or JINT_NOERR