ConveyorSidePropertiesFlipH(ListExtrusionPolygon) Method |
Horizontally flips all polygons in the list of polygons within the side profile.
Namespace: Demo3D.VisualsAssembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntaxpublic void FlipH(
ref List<ExtrusionPolygon> polygons
)
Parameters
- polygons ListExtrusionPolygon
- List of Polygons to flip.
See Also