VTComposerParams#
- class ansys.meshing.prime.VTComposerParams(model=None, thin_stripes_tol=None, json_data=None, **kwargs)#
Parameters to control VTComposer operations.
- Parameters:
- model: Model
Model to create a
VTComposerParamsobject with default parameters.- thin_stripes_tol: float, optional
This is a beta parameter. The behavior and name may change in the future.
- json_data: dict, optional
JSON dictionary to create a
VTComposerParamsobject with provided parameters.
Examples
>>> v_tcomposer_params = prime.VTComposerParams(model = model)
Methods
Print the default values of
VTComposerParamsobject.VTComposerParams.set_default([thin_stripes_tol])Set the default values of the
VTComposerParamsobject.Attributes
This is a beta parameter.