Click or drag to resize
AB4D logo

CadCurve Class

CadCurve is a base class that defines a curve.
Inheritance Hierarchy
SystemObject
  Ab4d.OpenCascadeCadCurve
    More

Namespace: Ab4d.OpenCascade
Assembly: Ab4d.OpenCascade (in Ab4d.OpenCascade.dll) Version: 1.0.0
Syntax
C#
public class CadCurve

The CadCurve type exposes the following members.

Constructors
 NameDescription
Public methodCadCurveInitializes a new instance of the CadCurve class
Top
Fields
 NameDescription
Public fieldIntervalEnd Value that defines the end of the curve.
Public fieldIntervalStart Value that defines the start of the curve (for example start of the line or start angle in radians where the circle starts).
Top
See Also
Inheritance Hierarchy