GeometryData.closeEndPoints


closeEndPoints(logical)

a) If creating a single spline or arc then close the line to define a closed loop defined by a single point. b) Determines whether or not the polyline created by multiple lines constructed at the same time is closed to make a polygon by creating an extra line back to the first point. Only valid if createMultipleObjects is also used - otherwise no polyline will be created

logicalboolean
Return valuePointer to this objectAllows multiple function calls to be chained together

See also createSingleObject createMultipleObjects

Back to GeometryData

Back to Overview