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#
Get the boundary positions along the top of the extrusion. Three array elements (in the order x, y, z) constitute one position. |
|
Get the boundary positions along the bottom of the extrusion. Three array elements (in the order x, y, z) constitute one position. |
|
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.