Autodesk.AutoCAD.Geometry Namespace > PointOnCurve3d Class
PointOnCurve3d Class
Description

 

This .NET class wraps the AcGePointOnCurve3d ObjectARX class. 

 

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

Class Hierarchy
Visual Basic
Public sealed Class PointOnCurve3d
Inherits PointEntity3d
C#
public sealed class PointOnCurve3d : PointEntity3d;
Links
   Comments?