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:

Input: Collection of meshes.

Input: Collection of meshes.

target = 'target.obj'
genysis.upload(target)

genysis.meshSplit(target, 'output.obj', token)
Result: Component Mesh A

Result: Component Mesh A

Result: Component Mesh B

Result: Component Mesh B

Francis Bitonti