GroundPlane#
- class ansys.speos.core.ground_plane.GroundPlane(project, ground=None)#
Speos feature: ground plane.
Only usable when there is at least one Ambient Environment Source in the project.
- Parameters:
- project
project.Project Project that will own the feature.
- project
- Parameters:
project (GroundPlane.__init__.project)
ground (Optional[ansys.speos.core.kernel.scene.ProtoScene.GroundPlane])
Overview#
Ground origin. |
|
Zenith direction. |
|
Ground height. |
Return the string representation of the ground plane property. |
Import detail#
from ansys.speos.core.ground_plane import GroundPlane
Property detail#
- property GroundPlane.ground_origin: List[float]#
Ground origin.
This property gets and sets the origin of the ground plane. Default as [0, 0, 0]
- Parameters:
- value: List[float]
Ground origin.
- Returns:
List[float]Ground origin.
Method detail#
- GroundPlane.get(key='')#
Get dictionary corresponding to the ground plane - read only.
- GroundPlane.__str__()#
Return the string representation of the ground plane property.
- GroundPlane.commit()#
Save feature: send the local data to the speos server database.
- Returns:
ansys.speos.core.ground_plane.GroundPlaneGround plane feature.
- GroundPlane.reset()#
Reset feature: override local data by the one from the speos server database.
- Returns:
ansys.speos.core.ground_plane.GroundPlaneGround plane feature.
- GroundPlane.delete()#
Delete feature: delete data from the speos server database.
The local data are still available
- Returns:
ansys.speos.core.ground_plane.GroundPlaneGround plane feature.