RectangularBase3D Class¶
- class plask.mesh.RectangularBase3D¶
Base class for 3D rectangular meshes.Do not use it directly.
Subclasses¶
Generic boundary specification for RectangularBase3D mesh |
|
Set of boundary conditions. |
Methods¶
|
Back side of the mesh for setting boundary conditions |
|
Boundary back of specified object |
|
Bottom side of the mesh for setting boundary conditions |
|
Boundary bottom of specified object |
|
Front side of the mesh for setting boundary conditions |
|
Boundary in front of specified object |
|
Left side of the mesh for setting boundary conditions |
|
Boundary left of specified object |
|
Right side of the mesh for setting boundary conditions |
|
Boundary right of specified object |
|
Top side of the mesh for setting boundary conditions |
|
Boundary top of specified object |
Attributes¶
Descriptions¶
Method Details¶
- RectangularBase3D.Back()¶
Back side of the mesh for setting boundary conditions
- RectangularBase3D.BackOf((plask.geometry.GeometryObject)object, (plask.geometry.PathHints)path=None)¶
Boundary back of specified object
- RectangularBase3D.Bottom()¶
Bottom side of the mesh for setting boundary conditions
- RectangularBase3D.BottomOf((plask.geometry.GeometryObject)object, (plask.geometry.PathHints)path=None)¶
Boundary bottom of specified object
- RectangularBase3D.Front()¶
Front side of the mesh for setting boundary conditions
- RectangularBase3D.FrontOf((plask.geometry.GeometryObject)object, (plask.geometry.PathHints)path=None)¶
Boundary in front of specified object
- RectangularBase3D.Left()¶
Left side of the mesh for setting boundary conditions
- RectangularBase3D.LeftOf((plask.geometry.GeometryObject)object, (plask.geometry.PathHints)path=None)¶
Boundary left of specified object
- RectangularBase3D.Right()¶
Right side of the mesh for setting boundary conditions
- RectangularBase3D.RightOf((plask.geometry.GeometryObject)object, (plask.geometry.PathHints)path=None)¶
Boundary right of specified object
- RectangularBase3D.Top()¶
Top side of the mesh for setting boundary conditions
- RectangularBase3D.TopOf((plask.geometry.GeometryObject)object, (plask.geometry.PathHints)path=None)¶
Boundary top of specified object
Attribute Details¶
- RectangularBase3D.dim = 3¶