VTComposerResults#
- 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
Print the default values of
VTComposerResults
object.VTComposerResults.set_default
([error_code])Set the default values of the
VTComposerResults
object.Attributes
This is a beta parameter.