SurfaceShapesResult#
- class ansys.stk.core.graphics.SurfaceShapesResult#
Represents the boundary positions of a shape on the surface computed from by a surface shapes method.
Overview#
Get the positions of the computed shape. Three array elements (in the order x, y, z) constitute one position. |
|
Get the winding order of positions. |
|
Get the polyline type of positions. |
Import detail#
from ansys.stk.core.graphics import SurfaceShapesResult
Property detail#
- property SurfaceShapesResult.positions: list#
Get the positions of the computed shape. Three array elements (in the order x, y, z) constitute one position.
- property SurfaceShapesResult.positions_winding_order: WindingOrder#
Get the winding order of positions.
- property SurfaceShapesResult.polyline_type: PolylineType#
Get the polyline type of positions.