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:
- method
str
Select the method you want to use to create the plane surface. The required inputs vary by method.
- name_format
str
Specify the Name Format.
- x
real
Specify the location on the X-axis where the YZ plane will be created.
- y
real
Specify the location on the Y-axis where the ZX plane will be created.
- z
real
Specify the location on the Z-axis where the XY plane will be created.
- point
List
Specify the XYZ coordinates of the point.
- normal_computation_method
str
Specify the normal computation method.
- surface_aligned_normal
str
Select the surface you want to compute the normal components.
- normal
List
Specify the XYZ components of the normal.
- p0
List
Specify the XYZ coordinates of Point 1 for the Three Points plane creation method.
- p1
List
Specify the XYZ coordinates of Point 2 for the Three Points plane creation method.
- p2
List
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.
- edges
List
Specify the point density for edges.
- surfaces
int
Specify the number of surfaces to be created.
- spacing
real
Specify the spacing.
- method
Arguments
Argument |
Summary |
---|---|
Select the method you want to use to create the plane surface. The required inputs vary by method. |
|
Specify the Name Format. |
|
Specify the location on the X-axis where the YZ plane will be created. |
|
Specify the location on the Y-axis where the ZX plane will be created. |
|
Specify the location on the Z-axis where the XY plane will be created. |
|
Specify the XYZ coordinates of the point. |
|
Specify the normal computation method. |
|
Select the surface you want to compute the normal components. |
|
Specify the XYZ components of the normal. |
|
Specify the XYZ coordinates of Point 1 for the Three Points plane creation method. |
|
Specify the XYZ coordinates of Point 2 for the Three Points plane creation method. |
|
Specify the XYZ coordinates of Point 3 for the Three Points plane creation method. |
|
Choose whether or not the plane is bounded by its defining points. |
|
Choose whether or not you want to specify a uniform distribution of points on the plane. |
|
Specify the point density for edges. |
|
Specify the number of surfaces to be created. |
|
Specify the spacing. |
Included in:
Parent |
Summary |
---|---|
Provides access to creating multiple zone surfaces and to grouping and ungrouping surfaces. |