Skip to main content

Prime Mesh Python client library 2025 R2

VTComposerResults

Last update: 10.09.2025

class ansys.meshing.prime.VTComposerResults(model=None, error_code=None, json_data=None, **kwargs)

Result struct associated to VTComposer operations.

  • Parameters:

    model: Model : Model to create a VTComposerResults object with default parameters.

    error_code: ErrorCode, optional : This is a beta parameter. The behavior and name may change in the future.

    json_data: dict, optional : JSON dictionary to create a VTComposerResults object with provided parameters.

Examples

>>> v_tcomposer_results = prime.VTComposerResults(model = model)

Methods

Name Description
VTComposerResults.print_default() Print the default values of VTComposerResults object.
VTComposerResults.set_default([error_code]) Set the default values of the VTComposerResults object.

Attributes

Name Description
VTComposerResults.error_code This is a beta parameter.

Connect with Ansys