Click or drag to resize

ConveyorSidePropertiesFlipH Method (ListExtrusionPolygon)

Horizontally flips all polygons in the list of polygons within the side profile.

Namespace:  Demo3D.Visuals
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 18.03.00
Syntax
C#
public void FlipH(
	ref List<ExtrusionPolygon> polygons
)

Parameters

polygons
Type: System.Collections.GenericListExtrusionPolygon
List of Polygons to flip.
See Also