PointOnCurve2d Class

Visual Basic
Public sealed Class PointOnCurve2d
Inherits PointEntity2d
C#
public sealed class PointOnCurve2d : PointEntity2d;
Description

 

This .NET class wraps the AcGePointOnCurve2d ObjectARX class. 

 

It represents a point on a 2D parametric curve. This class encapsulates all of the geometric information of a point on a 2D curve, including its parameter value, 2D coordinates, and derivatives.

Links
See Also

Geometry library documentation in ObjectARX Developer's Guide