sonhc11 Thu, 05/23/2002 - 04:49 Forums: Other usage issuesHi..Everybody I think my question is so simple. How can i get a length of Geom2d_TrimmedCurve ? H.C Son Stephane Routelous Thu, 05/23/2002 - 05:56 Handle_Geom2d_Curve C = ; Geom2dAdaptor_Curve AC(C); Standard_Real theLength = GCPnts_AbscissaPoint::Length(AC, Precision::Confusion()); ( taken from GeomliteTest_CurveCommands.cxx ) not tried, but it should work. HTH. Stephanehttp://www.exotk.org Log in to post comments
Thu, 05/23/2002 - 05:56
Handle_Geom2d_Curve C = ;
Geom2dAdaptor_Curve AC(C);
Standard_Real theLength = GCPnts_AbscissaPoint::Length(AC, Precision::Confusion());
( taken from GeomliteTest_CurveCommands.cxx )
not tried, but it should work.
HTH.
Stephane
http://www.exotk.org