alias_api.tessellate_render_settings

alias_api.tessellate_render_settings(node: alias_api.AlDagNode, type: alias_api.AlTessellateTypes) tuple[int, alias_api.AlDagNode]

This method causes the geometry below the AlDagNode to be subdivided into polygons in according to the current AlRender parameters.

Parameters
  • node – The AlDagNode above the geometry to tessellate.

  • type – kTESSELATE_TRIANGLE or kTESSELATE_QUADRILATERAL.

Return A tuple containing status and dagNode

The status code result: Success - the file was stored successfully Failure - the wire file could not be stored properly InvalidArgument - unrecognized file type or fileName is NULL.

The resulting mesh Dag Node.