Example 1
Rule (Fill Paths)
PolygonCombine(PolygonCreateBox(0,0,300,300),PolygonCreateBox(150,150,300,300))
Result
{"0|0","300|0","300|300","0|300";"150|150","450|150","450|450","150|450"}
The two given polygons (PolygonCreateBox) are combined.
Combines two or more polygons.
This function is intended to be used with the DriveWorks 3D Extrusion entity.
PolygonCombine(Collection of [Polygons])
Where:
Polygons - are the Polygons to combine.
Rule (Fill Paths)
PolygonCombine(PolygonCreateBox(0,0,300,300),PolygonCreateBox(150,150,300,300))
Result
{"0|0","300|0","300|300","0|300";"150|150","450|150","450|450","150|450"}
The two given polygons (PolygonCreateBox) are combined.