|
Represents a temporary curve object generated by FMGeomServer |
| IFMGCurve |
| DistanceFromPt | Return the shortest distance from the point to the curve |
| GetEndpoints | Get the start and end points of the curve |
| reverse | Reverse the direction of the curve |
| SetStartPoint | Set the starting point of the curve |
| SmoothReduce | Smooth the curve using the approximation method specified by the type argument. The third argument splineDegree is ignored if the type argument is set to eCSRT_ArcLineApprox |
| IsClockWise | R/O | True if the curve direction is clockwise |
| IsClosed | R/O | True if the curve is closed |
| IsPointList | R/O | True if the curve was created from a collection of points |
| Intersect | Intersect the curve with the given object and return the points of intersection if any |
| PointsOnCurve | Return the points on the curve |
| ToGeometry | Return the geometry objects that were used to create the curve |