Mesh Split
Endpoint: https://studiobitonti.appspot.com/meshSplit
The split mesh function breaks down the given mesh input into its component mesh parts.
Input:
Target: Name of input .obj/.stl file uploaded to storage
Filename: Target output file name
Output Format: Format of the output file type.
T: [YOUR SECRET TOKEN]
Output:
A list of result files in storage.
Example:
target = 'target.obj' genysis.upload(target) genysis.meshSplit(target, 'output.obj', token)