SmoothDihedralFaceNodesResults#
- class ansys.meshing.prime.SmoothDihedralFaceNodesResults(model=None, n_nodes_smoothed=None, error_code=None, json_data=None, **kwargs)#
Results structure associated with smooth dihedral face nodes.
- Parameters:
- model: Model
Model to create a
SmoothDihedralFaceNodesResults
object with default parameters.- n_nodes_smoothed: int, optional
Number of dihedral face nodes smoothed.
- error_code: ErrorCode, optional
Error Code associated with creating offset surface.
- json_data: dict, optional
JSON dictionary to create a
SmoothDihedralFaceNodesResults
object with provided parameters.
Examples
>>> smooth_dihedral_face_nodes_results = prime.SmoothDihedralFaceNodesResults(model = model)
Methods
Print the default values of
SmoothDihedralFaceNodesResults
object.Set the default values of the
SmoothDihedralFaceNodesResults
object.Attributes
Error Code associated with creating offset surface.
Number of dihedral face nodes smoothed.