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