create_multiple_plane_surfaces#

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

Bases: Command

Specify the attributes of plane surface.

Parameters:
methodstr

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

name_formatstr

Specify the Name Format.

xreal

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

yreal

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

zreal

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

pointList

Specify the XYZ coordinates of the point.

normal_computation_methodstr

Specify the normal computation method.

surface_aligned_normalstr

Select the surface you want to compute the normal components.

normalList

Specify the XYZ components of the normal.

p0List

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

p1List

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

p2List

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

boundedbool

Choose whether or not the plane is bounded by its defining points.

sample_pointsbool

Choose whether or not you want to specify a uniform distribution of points on the plane.

edgesList

Specify the point density for edges.

surfacesint

Specify the number of surfaces to be created.

spacingreal

Specify the spacing.

Arguments

Argument

Summary

method

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

name_format

Specify the Name Format.

x

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

y

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

z

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

point

Specify the XYZ coordinates of the point.

normal_computation_method

Specify the normal computation method.

surface_aligned_normal

Select the surface you want to compute the normal components.

normal

Specify the XYZ components of the normal.

p0

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

p1

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

p2

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

bounded

Choose whether or not the plane is bounded by its defining points.

sample_points

Choose whether or not you want to specify a uniform distribution of points on the plane.

edges

Specify the point density for edges.

surfaces

Specify the number of surfaces to be created.

spacing

Specify the spacing.

Included in:

Parent

Summary

surfaces

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