mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-01-26 12:30:34 +05:00
untabify
This commit is contained in:
parent
e86fadf71e
commit
4211dca375
@ -194,7 +194,7 @@ Handle(GEOM_Object) GEOMImpl_IBasicOperations::makePointOnGeom
|
|||||||
double theParam2,
|
double theParam2,
|
||||||
double theParam3,
|
double theParam3,
|
||||||
const PointLocation theLocation,
|
const PointLocation theLocation,
|
||||||
Handle(GEOM_Object) theRefPoint)
|
Handle(GEOM_Object) theRefPoint)
|
||||||
{
|
{
|
||||||
SetErrorCode(KO);
|
SetErrorCode(KO);
|
||||||
|
|
||||||
@ -347,8 +347,8 @@ Handle(GEOM_Object) GEOMImpl_IBasicOperations::MakePointOnCurveByCoord
|
|||||||
//=============================================================================
|
//=============================================================================
|
||||||
Handle(GEOM_Object) GEOMImpl_IBasicOperations::MakePointOnCurveByLength
|
Handle(GEOM_Object) GEOMImpl_IBasicOperations::MakePointOnCurveByLength
|
||||||
(Handle(GEOM_Object) theCurve,
|
(Handle(GEOM_Object) theCurve,
|
||||||
double theLength,
|
double theLength,
|
||||||
Handle(GEOM_Object) theStartPoint)
|
Handle(GEOM_Object) theStartPoint)
|
||||||
{
|
{
|
||||||
return makePointOnGeom(theCurve, theLength, 0.0, 0.0, PointOn_CurveByLength, theStartPoint);
|
return makePointOnGeom(theCurve, theLength, 0.0, 0.0, PointOn_CurveByLength, theStartPoint);
|
||||||
}
|
}
|
||||||
|
@ -44,8 +44,8 @@ class GEOMImpl_IBasicOperations : public GEOM_IOperations {
|
|||||||
double theParameter);
|
double theParameter);
|
||||||
|
|
||||||
Standard_EXPORT Handle(GEOM_Object) MakePointOnCurveByLength (Handle(GEOM_Object) theCurve,
|
Standard_EXPORT Handle(GEOM_Object) MakePointOnCurveByLength (Handle(GEOM_Object) theCurve,
|
||||||
double theLength,
|
double theLength,
|
||||||
Handle(GEOM_Object) theStartPoint);
|
Handle(GEOM_Object) theStartPoint);
|
||||||
|
|
||||||
Standard_EXPORT Handle(GEOM_Object) MakePointOnCurveByCoord (Handle(GEOM_Object) theCurve,
|
Standard_EXPORT Handle(GEOM_Object) MakePointOnCurveByCoord (Handle(GEOM_Object) theCurve,
|
||||||
double theXParam,
|
double theXParam,
|
||||||
@ -139,7 +139,7 @@ class GEOMImpl_IBasicOperations : public GEOM_IOperations {
|
|||||||
double theParam2,
|
double theParam2,
|
||||||
double theParam3,
|
double theParam3,
|
||||||
const PointLocation theLocation,
|
const PointLocation theLocation,
|
||||||
Handle(GEOM_Object) theRefPoint = 0);
|
Handle(GEOM_Object) theRefPoint = 0);
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user