OpenCascade.js
API ReferenceModelingAlgorithmsTKGeomAlgo

GccInt

OCCT package GccInt: GccInt_BCirc, GccInt_BElips, GccInt_BHyper, GccInt_Bisec, and 4 more bound classes.

GccInt_BCirc

Describes a circle as a bisecting curve between two 2D geometric objects (such as circles or points).

Constructors(1)

Static methods(2)

Instance methods(3)

GccInt_BElips

Describes an ellipse as a bisecting curve between two 2D geometric objects (such as circles or points).

Constructors(1)

Static methods(2)

Instance methods(3)

GccInt_BHyper

Describes a hyperbola as a bisecting curve between two 2D geometric objects (such as circles or points).

Constructors(1)

Static methods(2)

Instance methods(3)

GccInt_Bisec

The deferred class GccInt_Bisec is the root class for elementary bisecting loci between two simple geometric objects (i.e. circles, lines or points).
Bisecting loci between two geometric objects are such that each of their points is at the same distance from the two geometric objects. It is typically a curve, such as a line, circle or conic.
Generally there is more than one elementary object which is the solution to a bisecting loci problem: each solution is described with one elementary bisecting locus. For example, the bisectors of two secant straight lines are two perpendicular straight lines. The GccInt package provides concrete implementations of the following elementary derived bisecting loci:

  • lines, circles, ellipses, hyperbolas and parabolas, and
  • points (not used in this context). The GccAna package provides numerous algorithms for computing the bisecting loci between circles, lines or points, whose solutions are these types of elementary bisecting locus.

Static methods(2)

Instance methods(8)

  • Returns the type of bisecting object (line, circle, parabola, hyperbola, ellipse, point).

  • Returns the bisecting line when ArcType returns Pnt. An exception DomainError is raised if ArcType is not a Pnt.

  • Returns the bisecting line when ArcType returns Lin. An exception DomainError is raised if ArcType is not a Lin.

  • Returns the bisecting line when ArcType returns Cir. An exception DomainError is raised if ArcType is not a Cir.

  • Returns the bisecting line when ArcType returns Hpr. An exception DomainError is raised if ArcType is not a Hpr.

  • Returns the bisecting line when ArcType returns Par. An exception DomainError is raised if ArcType is not a Par.

  • Returns the bisecting line when ArcType returns Ell. An exception DomainError is raised if ArcType is not an Ell.

GccInt_BLine

Describes a line as a bisecting curve between two 2D geometric objects (such as lines, circles or points).

Constructors(1)

Static methods(2)

Instance methods(3)

GccInt_BParab

Describes a parabola as a bisecting curve between two 2D geometric objects (such as lines, circles or points).

Constructors(1)

Static methods(2)

Instance methods(3)

GccInt_BPoint

Describes a point as a bisecting object between two 2D geometric objects.

Constructors(1)

Static methods(2)

Instance methods(3)