Click or drag to resize
AB4D logo

CadAxisCurve Class

CadCurve is a base class that defines a curve with XAxis and YAxis properties.
Inheritance Hierarchy

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

The CadAxisCurve type exposes the following members.

Constructors
 NameDescription
Public methodCadAxisCurveInitializes a new instance of the CadAxisCurve class
Top
Fields
 NameDescription
Public fieldXAxis Axis that defines the 3D orientation of the X direction of the curve.
Public fieldYAxis Axis that defines the 3D orientation of the Y direction of the curve.
Top
See Also