FDO API Reference Feature Data Objects
virtual FDO_GEOM_API FdoICircularArcSegment* FdoGeometryFactoryAbstract::CreateCircularArcSegment ( FdoIDirectPosition startPosition,
FdoIDirectPosition midPosition,
FdoIDirectPosition endPosition 
) [pure 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

Implemented in FdoFgfGeometryFactory.


Comments or suggestions? Send us feedback.