'InputString'= string
This option is required unless the 'InputFileName' option is set. The InputString string must be set to the string returned by the GetMultibodyInput command.
'InputFileName'= string
If you are working with a legacy DynaFlexPro model (that is, a file in the .dfp format), use this command to load the model into MapleSim/Multibody by setting the string to the full path of the .dfp file.
'ModelName'= string
A string indicating the name of the model in the worksheet. When BuildEQs has finished executing, a module by this name (containing the governing equations of the system) is created in the worksheet.
'AugType'= string
A string indicating whether the contributions of constraint reactions to the dynamic equations are represented by their actual values (Reaction) or by Lagrange multipliers. Allowable values are Lagrange and Reaction. If a system does not contain kinematic constraints, this value is ignored. The default value is Reaction.
'KinSimpType'= string
A string indicating which Maple built-in simplification procedures (simplify, combine) are applied to the kinematic exports of the system. Allowable values are Simplify, SimplifyTrig, Combine, CombineTrig, and None. The default value is Simplify.
'DynSimpType'= string
A string indicating which Maple built-in simplification procedures (simplify, combine) are applied to the dynamic exports of the system. Allowable values are Simplify, SimplifyTrig, Combine, CombineTrig, and None. The default value is Simplify.
'MaxSmallQOrder'= posint
Indicates the maximum order for the elastic coordinates appearing in the governing equations of the system. If no flexible bodies are included in the system, this option is ignored. The default value is 1.
'SilentMode'= boolean
Setting this option to true hides the output generated by the BuildEQs command. The default value is false.