load_composites_plugin#
- ansys.dpf.composites.server_helpers.load_composites_plugin(server, ansys_path=None)#
Load composites plugins and its dependencies.
- Parameters:
server (
BaseServer
)ansys_path (
Optional
[str
], default:None
) – Ansys root path, for example C:\Program Files\ANSYS Inc\v232. If None, it is assumed that all the plugins and their dependencies are found in the PATH/LD_LIBRARY_PATH. If ansys_path is set, the composite_operators and Ans.Dpf.EngineeringData plugins are loaded from their location in the installer.
- Return type: