ConveyorSidePropertiesReverseDirection Method (ListExtrusionPolygon) |
Reverses direction of all polygons in the list of polygons within the side profile.
Namespace:
Demo3D.Visuals
Assembly:
Demo3D.Core (in Demo3D.Core.dll) Version: 17.00.05
Syntaxpublic void ReverseDirection(
ref List<ExtrusionPolygon> polygons
)
Parameters
- polygons
- Type: System.Collections.GenericListExtrusionPolygon
List of Polygons to reverse.
See Also