C++
GE_DLLEXPIMPORT Adesk::Boolean hasEndPoint( AcGePoint3d& endPnt ) const;
Description
Returns Adesk::kTrue if curve has an endpoint. A return value of Adesk::kFalse means that the parametric interval of the curve does not have an upper bound. The endPnt parameter contains meaningful data only if this function returns a value of Adesk::kTrue.
Parameters
Parameters | Description |
---|---|
endPnt | Output endpoint of curve |