Share

AcGePointOnCurve3d

Class Hierarchy

AcGeEntity3d
    AcGePointEnt3d
        AcGePointOnCurve3d

C++

class AcGePointOnCurve3d : public AcGePointEnt3d;

File

geponc3d.h

Description

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.

Links

AcGePointOnCurve3d Constructor, AcGePointOnCurve3d Methods, AcGePointOnCurve3d Operators

See Also

Geometry library documentation in ObjectARX Developer's Guide

Was this information helpful?