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
Autodesk.AutoCAD.Geometry.Entity3d Autodesk.AutoCAD.Geometry.PointEntity3d Autodesk.AutoCAD.Geometry.PointOnSurface
Visual Basic
Public sealed Class PointOnSurface Inherits PointEntity3d
C#
public sealed class PointOnSurface : PointEntity3d;
Links
PointOnSurface Constructor, PointOnSurface Methods, PointOnSurface Properties
See Also
Geometry library documentation in ObjectARX Developer's Guide