-
Create a text file with the parameters and values you need, and use the option
-DefaultOptionsFile options_file
where options_file
is
a text file containing the parameters and their values (one line per parameter
-parameter_name = parameter_value
).
For more information, see About Composites Link Batch Export.
Example of option
file:
-OutputExtrusionOption = NONE
-OutputFirstCoordID = 1
-OutputFirstElementID =
-OutputFirstGPlyID = 1000
-
Create the command file (for example CLBATCH.cmd) to run 3DEXPERIENCE
using CLBATCH instead of 3DExperience.exe.
For
example:
C:\Program Files\Dassault Systemes\B423\win_b64\code\bin\CATStart.exe -env
name_of_configuration -direnv "C:\ProgramData\DassaultSystemes\CATEnv"
-run "CATSLTAnaTranBatchCore.exe -CLCommand ExportPlies -DefaultOptionsFile
options_file.txt"
-
Run the batch.
Example: For
- An input part named Part.1 stored on 3DEXPERIENCE
server myServer:10490/eMatrix .
- With the output file named blade_batch.Layup.
- And the exported file is based on a tessellated model requiring a mapping into the
Analysis tool.
the default option file (OptionsFile.txt) would look as
follows:
-CLCommand = ExportPlies
-CoreSampleDistance = 7.5
-ExcludeMaterial =
-ExportFileFormat = Nastran
-ExportFileName = c:\work\myComponent.bdf
-ExportOffsets =
-FiberAngles = RegeneratedTheoretical
-IgnoreWarnings = 1
-IncludeCores = 0
-MaterialRenameFile = c:\work\myComponent\renameMaterials.csv
-Mesh = CoreSampling
-MeshFile = c:\work\externalMesh.bdf
-MeshFileFormat = BDF
-OutputAngleTolerance = 5.0
-OutputEquallySpacedData = 0
-OutputExtrusionOption = NONE
-OutputFirstCoordID = 1
-OutputFirstElementID = 2
-OutputFirstGPlyID = 1000
-OutputFirstMatID =
-OutputFirstNodeID =
-OutputFirstPlyID =
-OutputFirstSectionID =
-OutputIgnoreThickness = 1
-OutputMatCoordSystem =
-OutputMatOrientation = THETA
-OutputPartName = "AbaqusPartName"
-OutputReverseElements = 0
-OutputSectionOffset = DEFAULT
-OutputThickTolerance = 5.0
-OutputWriteGlobalPlies = 0
-OutputWriteMatComponents = 0
-OutputWritePlyComponents = 0
-SelectGroup =
-TessellationSagValue = 0.1
-TessellationStepValue = 0.1
-PLMSecurityCtx = VPLMProjectLeader.Company Name.DemoDesign
-PLMRepository = PLM1
-PLMServer = myServer:10490/eMatrix
-PLMUserID = userName
-PLMPassword = user's password on the 3DExperience server
-PLMEnvironment = ENOVIA_PLM_Express
-PLMPartVersion = ---
-PLMPart = Part.1