Example 1
Rule (Fill Paths)
PolygonFromPoints("20|0|40|0|60|20|60|40|40|60|20|60|0|40|0|20")
Result
{"20|0","40|0","60|20","60|40","40|60","20|60","0|40","0|20"}
The polygon is created from the given points.
Returns a new polygon by creating the outline of a given series of points.
This function is intended to be used with the DriveWorks 3D Extrusion entity.
PolygonFromPoints(Points)
Where:
Points: A pipe-bar delimited list of vectors.
Rule (Fill Paths)
PolygonFromPoints("20|0|40|0|60|20|60|40|40|60|20|60|0|40|0|20")
Result
{"20|0","40|0","60|20","60|40","40|60","20|60","0|40","0|20"}
The polygon is created from the given points.