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

 

This .NET class wraps the AcGePointOnSurface ObjectARX class. It represents a point on a surface. This class encapsulates all of the geometric information of a point on a surface, including its parameter value, 3D coordinates, derivatives, and normal vector.

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

Geometry library documentation in ObjectARX Developer's Guide

   Comments?