plane_surface_child#

class ansys.fluent.core.generated.solver.settings_252.plane_surface_child(name=None, parent=None)#

Bases: Group

‘child_object_type’ of plane_surface.

Attributes

Attribute

Summary

name

Name of the object.

method

The method you want to use to create the plane surface. The required inputs vary by method.

x

The location on the X-axis where the YZ plane will be created.

y

The location on the Y-axis where the ZX plane will be created.

z

The location on the Z-axis where the XY plane will be created.

point

The XYZ coordinates of the point.

normal_computation_method

The normal computation method.

surface_aligned_normal

The surface you want to compute the normal components.

normal

The XYZ components of the normal.

p0

The XYZ coordinates of Point 1 for the Three Points plane creation method.

p1

The XYZ coordinates of Point 2 for the Three Points plane creation method.

p2

The XYZ coordinates of Point 3 for the Three Points plane creation method.

bounded

Specifies whether the plane is bounded by its defining points.

sample_points

Specifies whether you want to specify a uniform distribution of points on the plane.

edges

The point density for edges.

Methods

Method

Summary

display

Display a surface.

Included in:

Parent

Summary

plane_surface

The attributes of plane surface.