SolidPrimitiveFactory#
- class ansys.stk.core.graphics.SolidPrimitiveFactory#
Render filled solid objects and their outlines. Example solids include boxes and ellipsoids. Various effects are supported, such as displaying the solidβs silhouette, and hiding the outline of the backside of the solidβ¦
Overview#
Initialize a default solid primitive. This is equivalent to constructing a solid primitive with a set hint of Frequent. |
|
Initialize a solid primitive with the specified setHint. |
Get the minimum silhouette width, in pixels, supported by the video card. |
|
Get the maximum silhouette width, in pixels, supported by the video card. |
Import detail#
from ansys.stk.core.graphics import SolidPrimitiveFactory
Property detail#
Method detail#
- SolidPrimitiveFactory.initialize(self) SolidPrimitive #
Initialize a default solid primitive. This is equivalent to constructing a solid primitive with a set hint of Frequent.
- Returns:
SolidPrimitive
- SolidPrimitiveFactory.initialize_with_hint(self, set_hint: SetHint) SolidPrimitive #
Initialize a solid primitive with the specified setHint.
- Parameters:
set_hint :
SetHint
- Returns:
SolidPrimitive