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

SmoothDihedralFaceNodesResults.print_default()

Print the default values of SmoothDihedralFaceNodesResults object.

SmoothDihedralFaceNodesResults.set_default([...])

Set the default values of the SmoothDihedralFaceNodesResults object.

Attributes

SmoothDihedralFaceNodesResults.error_code

Error Code associated with creating offset surface.

SmoothDihedralFaceNodesResults.n_nodes_smoothed

Number of dihedral face nodes smoothed.