Share

AcGePointOnSurface Constructor

Overload List

Method Description
AcGePointOnSurface::AcGePointOnSurface () Default constructor. Constructs a point on the surface AcGePlane::kXYPlane at the parameter value (0,0).
AcGePointOnSurface::AcGePointOnSurface (AcGePointOnSurface&) Constructs an AcGePointOnSurface object that is a copy of the input object.
AcGePointOnSurface::AcGePointOnSurface (AcGeSurface&) Constructs a point on the input surface at the parameter value (0,0).
AcGePointOnSurface::AcGePointOnSurface (AcGeSurface&, AcGePoint2d&) Constructs a point on the input surface at the specified parameter value.

Was this information helpful?