Skip to main content
API Reference SwiftyNsdk NsdkMeshingSession

configure

Configures the meshing feature with the specified settings....

Declaration

func configure(with config: Configuration) throws

Summary

Configures the meshing feature with the specified settings.
- Attention: If this method is called while meshing is running, the meshing feature will
restart with the new configuration, and any mesh data that has been produced will
be lost.
- Parameter config: An object that defines the meshing behavior.
- Throws: NsdkError.invalidArgument if the configuration is invalid.
Check NSDK's C logs for more information.


ON THIS PAGE