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