Autodesk.AutoCAD.Geometry Namespace > PointOnCurve2d Class
PointOnCurve2d Class
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.

Class Hierarchy
Visual Basic
Public sealed Class PointOnCurve2d
Inherits PointEntity2d
C#
public sealed class PointOnCurve2d : PointEntity2d;
Links
See Also

Geometry library documentation in ObjectARX Developer's Guide

   Comments?