ExtrudedPolylineTriangulatorResult#

class ansys.stk.core.graphics.ExtrudedPolylineTriangulatorResult#

Bases: ITriangulatorResult

The result from extruded polyline triangulation: a triangle mesh defined using an indexed triangle list with top and bottom boundary positions. The mesh is commonly visualized with the triangle mesh primitive or surface mesh primitive…

Overview#

top_boundary_positions

Get the boundary positions along the top of the extrusion. Three array elements (in the order x, y, z) constitute one position.

bottom_boundary_positions

Get the boundary positions along the bottom of the extrusion. Three array elements (in the order x, y, z) constitute one position.

boundary_positions_winding_order

Get the winding order of top boundary positions and bottom boundary positions.

Import detail#

from ansys.stk.core.graphics import ExtrudedPolylineTriangulatorResult

Property detail#

property ExtrudedPolylineTriangulatorResult.top_boundary_positions: list#

Get the boundary positions along the top of the extrusion. Three array elements (in the order x, y, z) constitute one position.

property ExtrudedPolylineTriangulatorResult.bottom_boundary_positions: list#

Get the boundary positions along the bottom of the extrusion. Three array elements (in the order x, y, z) constitute one position.

property ExtrudedPolylineTriangulatorResult.boundary_positions_winding_order: WindingOrder#

Get the winding order of top boundary positions and bottom boundary positions.