MotionView User's Guide

Spline3D Panel - User-Defined Tab

Spline3D Panel - User-Defined Tab

Previous topic Next topic No expanding text in this topic  

Spline3D Panel - User-Defined Tab

Previous topic Next topic JavaScript is required for expanding text JavaScript is required for the print function  

The User-Defined tab appears when the User defined properties check box is activated in the Properties tab.

3d_spline_panel_user_defined_tab_mv

Spline3D panel – User-Defined tab

User expr

Provide an expression with the USER solver function with parameters being passed to the user subroutine.

Function Type

Valid options for MotionSolve:

DLL/SO
Python
Matlab

For the Adams solver, only the DLL/SO is valid.

Use local file and function name

Activate the check box to specify a local file where the subroutine code can be accessed by the solver.  The type of file to be specified will depend on the selected Function Type.  For example if DLL/SO is selected, you can specify a file with a .dll extension (for Windows) or an .so extension (for Linux).

Function name

Specify the function name in the sub-routine that is used to read the spline data.  MotionView provides SPLINE_READ as the default, which is the default function used by MotionSolve and Adams.