is_point# ArcData.is_point(tolerance=0.0)# Determine if the arc is a point. An arc is a point when its start and end points are the same. Parameters: tolerancefloat, optionalTolearance. Returns: boolTrue when the arc is a point, False otherwise.