Apollonius2d Class

This class is used to compute circles that tangents other objects.
Public Class Apollonius2d
This language is not supported or no code example is available.
public class Apollonius2d
This language is not supported or no code example is available.
public ref class Apollonius2d 
This language is not supported or no code example is available.
public class Apollonius2d
This language is not supported or no code example is available.
Methods
 
Name Description
Public method Static ComputeTanTanRadius(Geometry2d, Geometry2d, double) Computes the circles with a specified radius that tangents 2 other objects. The objects to tangent should be of type IPosition2d, ICircular2d or a Line2d. If any other type of geometry is given, an exception will be thrown.
Public method Static ComputeTanTanTan(Geometry2d, Geometry2d, Geometry2d) This function solves the Apollonius problem, which is to compute all circles that tangent three other objects. The objects to tangent should be of type IPosition2d, ICircular2d or Line2d. If any other type of geometry is given, an exception will be thrown.
Top
IGS.Genamo.Apollonius2d

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8

In this article

Definition