Curve3d Class

Visual Basic
Public abstract Class Curve3d
Inherits Entity3d
C#
public abstract class Curve3d : Entity3d;
Description

 

This .NET class wraps the AcGeCurve3d ObjectARX class. This ia an abstract base class for all 3D curves. Any class that is derived from this class represents a 3D curve.

Links