OpenDOF Project
DOFOperationBridgeConfigBuilder DOFOperationBridgeConfigBuilder_Create_Config ( DOFOperationBridgeConfig  config)

Creates a new DOFOperationBridgeConfigBuilder from a given DOFOperationBridgeConfig.

The new DOFOperationBridgeConfigBuilder's initial configuration parameters will match those in the given DOFOperationBridgeConfig.

Resource Management:
This function allocates resources that must later be freed by calling DOFOperationBridgeConfigBuilder_Destroy or DOFOperationBridgeConfigBuilder_BuildAndDestroy.
Parameters
configThe DOFOperationBridgeConfig whose configuration parameters to copy when creating the new builder. Should not be NULL.
Returns
a new DOFOperationBridgeConfigBuilder, or NULL for error.
core-c-dof-oal Version 8.0.1 Build 0
2018-01-22