C++
GE_DLLEXPIMPORT Adesk::Boolean isLinear( AcGeLine3d& line, const AcGeTol& tol = AcGeContext::gTol ) const;
Description
Determines if curve is linear. This function returns an infinite line even if the curve is not infinite. The line parameter contains meaningful data only if this function returns a value of Adesk::kTrue.
Parameters
Parameters | Description |
---|---|
line | Input line on which this curve lies if it is linear |
tol | Input tolerance |