create_multiple_plane_surfaces#

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

Bases: Command

Specify the attributes of plane surface.

Parameters:
methodstr

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

name_formatstr

The Name Format.

xreal

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

yreal

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

zreal

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

pointList

The XYZ coordinates of the point.

normal_computation_methodstr

The normal computation method.

surface_aligned_normalstr

The surface you want to compute the normal components.

normalList

The XYZ components of the normal.

p0List

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

p1List

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

p2List

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

boundedbool

Specifies whether the plane is bounded by its defining points.

sample_pointsbool

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

edgesList

The point density for edges.

surfacesint

The number of surfaces to be created.

spacingreal

The spacing.

Arguments

Argument

Summary

method

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

name_format

The Name Format.

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.

surfaces

The number of surfaces to be created.

spacing

The spacing.

Included in:

Parent

Summary

surfaces_5

Provides access to creating multiple zone surfaces and to grouping and ungrouping surfaces.