Share

AcGePointOnSurface

Class Hierarchy

AcGeEntity3d
    AcGePointEnt3d
        AcGePointOnSurface

C++

class AcGePointOnSurface : public AcGePointEnt3d;

File

geponsrf.h

Description

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.

Links

AcGePointOnSurface Constructor, AcGePointOnSurface Methods, AcGePointOnSurface Operators

See Also

Geometry library documentation in ObjectARX Developer's Guide

Was this information helpful?