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
VTComposerResultsobject 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
VTComposerResultsobject with provided parameters.
Examples
>>> v_tcomposer_results = prime.VTComposerResults(model = model)
Methods
Print the default values of
VTComposerResultsobject.VTComposerResults.set_default([error_code])Set the default values of the
VTComposerResultsobject.Attributes
This is a beta parameter.