Click or drag to resize

ConveyorSidePropertiesFlipH(ListExtrusionPolygon) Method

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

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

Parameters

polygons  ListExtrusionPolygon
List of Polygons to flip.
See Also