FDO API Reference Feature Data Objects
virtual FDO_GEOM_API FdoICircularArcSegment* FdoFgfGeometryFactory::CreateCircularArcSegment ( FdoIDirectPosition startPosition,
FdoIDirectPosition midPosition,
FdoIDirectPosition endPosition 
) [virtual]

CircularArcSegment Creates a CircularArcSegment object by copying from three points on the arc.

Parameters:
startPosition Input starting position of the arc
midPosition Input a position on the arc, and not equal to the starting or ending positions
endPosition Input ending position of the arc
Returns:
Returns a CircularArcSegment

Implements FdoGeometryFactoryAbstract.


Comments or suggestions? Send us feedback.