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#

positions

Get the positions of the computed shape. Three array elements (in the order x, y, z) constitute one position.

positions_winding_order

Get the winding order of positions.

polyline_type

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.