Version: 9.12.0
GEOM::GEOM_ITransformOperations Interface Reference

Interface for shapes transforming. More...

import"GEOM_Gen.idl";

Inheritance diagram for GEOM::GEOM_ITransformOperations:
Inheritance graph

Public Member Functions

GEOM_Object TranslateTwoPoints (in GEOM_Object theObject, in GEOM_Object thePoint1, in GEOM_Object thePoint2)
 Translate the given object along the vector, specified by its end points. More...
 
GEOM_Object TranslateTwoPointsCopy (in GEOM_Object theObject, in GEOM_Object thePoint1, in GEOM_Object thePoint2)
 Translate the given object along the vector, specified by its end points, creating its copy before the translation. More...
 
GEOM_Object TranslateDXDYDZ (in GEOM_Object theObject, in double theDX, in double theDY, in double theDZ)
 Translate the given object along the vector, specified by its components. More...
 
GEOM_Object TranslateDXDYDZCopy (in GEOM_Object theObject, in double theDX, in double theDY, in double theDZ)
 Translate the given object along the vector, specified by its components, creating its copy before the translation. More...
 
GEOM_Object TranslateVector (in GEOM_Object theObject, in GEOM_Object theVector)
 Translate the given object along the given vector. More...
 
GEOM_Object TranslateVectorCopy (in GEOM_Object theObject, in GEOM_Object theVector)
 Translate the given object along the given vector, creating its copy before the translation. More...
 
GEOM_Object TranslateVectorDistance (in GEOM_Object theObject, in GEOM_Object theVector, in double theDistance, in boolean theCopy)
 Translate the given object along the given vector on given distance, creating its copy before the translation. More...
 
GEOM_Object MultiTranslate1D (in GEOM_Object theObject, in GEOM_Object theVector, in double theStep, in long theNbTimes)
 Translate the given object along the given vector a given number times. More...
 
GEOM_Object MultiTranslate2D (in GEOM_Object theObject, in GEOM_Object theVector1, in double theStep1, in long theNbTimes1, in GEOM_Object theVector2, in double theStep2, in long theNbTimes2)
 Conseqently apply two specified translations to theObject specified number of times. More...
 
GEOM_Object RotateThreePoints (in GEOM_Object theObject, in GEOM_Object theCentPoint, in GEOM_Object thePoint1, in GEOM_Object thePoint2)
 Rotate given object around vector perpendicular to plane containing three points. More...
 
GEOM_Object RotateThreePointsCopy (in GEOM_Object theObject, in GEOM_Object theCentPoint, in GEOM_Object thePoint1, in GEOM_Object thePoint2)
 Rotate given object around vector perpendicular to plane containing three points. More...
 
GEOM_Object Rotate (in GEOM_Object theObject, in GEOM_Object theAxis, in double theAngle)
 Rotate the given object around the given axis on the given angle. More...
 
GEOM_Object RotateCopy (in GEOM_Object theObject, in GEOM_Object theAxis, in double theAngle)
 
GEOM_Object MultiRotate1D (in GEOM_Object theObject, in GEOM_Object theAxis, in long theNbObjects)
 Rotate the given object around the given axis a given number times. More...
 
GEOM_Object MultiRotate1DByStep (in GEOM_Object theObject, in GEOM_Object theAxis, in double theAngleStep, in long theNbSteps)
 Rotate the given object around the given axis a given number times on the given angle. More...
 
GEOM_Object MultiRotate2DNbTimes (in GEOM_Object theObject, in GEOM_Object theAxis, in long theNbObjects, in double theRadialStep, in long theNbSteps)
 Rotate the given object around the given axis a given number times and multi-translate each rotation result. More...
 
GEOM_Object MultiRotate2DByStep (in GEOM_Object theObject, in GEOM_Object theAxis, in double theAngleStep, in long theNbSteps1, in double theRadialStep, in long theNbSteps2)
 Rotate the given object around the given axis on the given angle a given number times and multi-translate each rotation result. More...
 
GEOM_Object MultiRotate2D (in GEOM_Object theObject, in GEOM_Object theAxis, in double theAngleStep, in long theNbSteps1, in double theRadialStep, in long theNbSteps2)
 Rotate the given object around the given axis on the given angle a given number times and multi-translate each rotation result. More...
 
GEOM_Object MirrorPlane (in GEOM_Object theObject, in GEOM_Object thePlane)
 Replace the given object by an object, symmetrical to it relatively the given plane. More...
 
GEOM_Object MirrorPlaneCopy (in GEOM_Object theObject, in GEOM_Object thePlane)
 Create an object, symmetrical to the given one relatively the given plane. More...
 
GEOM_Object MirrorAxis (in GEOM_Object theObject, in GEOM_Object theAxis)
 Replace the given object by an object, symmetrical to it relatively the given axis. More...
 
GEOM_Object MirrorAxisCopy (in GEOM_Object theObject, in GEOM_Object theAxis)
 Create an object, symmetrical to the given one relatively the given axis. More...
 
GEOM_Object MirrorPoint (in GEOM_Object theObject, in GEOM_Object thePoint)
 Replace the given object by an object, symmetrical to it relatively the given point. More...
 
GEOM_Object MirrorPointCopy (in GEOM_Object theObject, in GEOM_Object thePoint)
 Create an object, symmetrical to the given one relatively the given point. More...
 
GEOM_Object OffsetShape (in GEOM_Object theObject, in double theOffset, in boolean theJoinByPipes)
 Replace the given object by its offset. More...
 
GEOM_Object OffsetShapeCopy (in GEOM_Object theObject, in double theOffset, in boolean theJoinByPipes)
 Create new object as offset of the given one. More...
 
GEOM_Object ProjectShapeCopy (in GEOM_Object theSource, in GEOM_Object theTarget)
 Create new object as projection of the given one on a 2D surface. More...
 
double ProjectPointOnWire (in GEOM_Object thePoint, in GEOM_Object theWire, out GEOM_Object thePointOnEdge, out long theEdgeInWireIndex)
 Create a projection projection of the given point on a wire or an edge. More...
 
GEOM_Object ScaleShape (in GEOM_Object theObject, in GEOM_Object thePoint, in double theFactor)
 Scale the given object by the factor. More...
 
GEOM_Object ScaleShapeCopy (in GEOM_Object theObject, in GEOM_Object thePoint, in double theFactor)
 Scale the given object by the factor, creating its copy before the scaling. More...
 
GEOM_Object ScaleShapeAlongAxes (in GEOM_Object theObject, in GEOM_Object thePoint, in double theFactorX, in double theFactorY, in double theFactorZ)
 Scale the given object by different factors along coordinate axes. More...
 
GEOM_Object ScaleShapeAlongAxesCopy (in GEOM_Object theObject, in GEOM_Object thePoint, in double theFactorX, in double theFactorY, in double theFactorZ)
 Scale the given object by different factors along coordinate axes, creating its copy before the scaling. More...
 
GEOM_Object PositionShape (in GEOM_Object theObject, in GEOM_Object theStartLCS, in GEOM_Object theEndLCS)
 Modify the Location of the given object by LCS. More...
 
GEOM_Object PositionShapeCopy (in GEOM_Object theObject, in GEOM_Object theStartLCS, in GEOM_Object theEndLCS)
 Modify the Location of the given object by LCS, creating its copy before the setting. More...
 
GEOM_Object PositionAlongPath (in GEOM_Object theObject, in GEOM_Object thePath, in double theDistance, in boolean theCopy, in boolean theReverse)
 Modify the Location of the given object by Path,. More...
 
GEOM_Object RecomputeObject (in GEOM_Object theObject)
 Recompute the shape from its arguments. More...
 
GEOM_Object MakeProjectionOnCylinder (in GEOM_Object theObject, in double theRadius, in double theStartAngle, in double theAngleLength, in double theAngleRotation)
 Compute the projection of a wire or a face on a cylinder. More...
 
- Public Member Functions inherited from GEOM::GEOM_IOperations
boolean IsDone ()
 To know, if the operation was successfully performed. More...
 
void SetErrorCode (in string theErrorID)
 Set the operation error code. More...
 
string GetErrorCode ()
 Get the operation error code. More...
 
void StartOperation ()
 Opens a new transaction. More...
 
void FinishOperation ()
 Closes the previously opened transaction. More...
 
void AbortOperation ()
 Aborts the previously opened transaction. More...
 

Detailed Description

Translation, rotation, scaling, mirroring, offset, projection, recomputing.

Member Function Documentation

◆ MakeProjectionOnCylinder()

GEOM_Object GEOM::GEOM_ITransformOperations::MakeProjectionOnCylinder ( in GEOM_Object  theObject,
in double  theRadius,
in double  theStartAngle,
in double  theAngleLength,
in double  theAngleRotation 
)

This method computes a wire or a face or a compound of faces that represents a projection of the source shape onto cylinder. The cylinder's coordinate system is the same as the global coordinate system.

Parameters
theObjectThe object to be projected. It can be either a planar wire or a face.
theRadiusThe radius of the cylinder.
theStartAngleThe starting angle from the cylinder's X axis around Z axis. The angle from which the projection is started.
theAngleLengthThe projection length angle. The angle in which to project the total length of the wire. If it is negative the projection is not scaled and natural wire length is kept for the projection.
theAngleRotationthe desired angle between the tangent vector to the first curve at the first point of the theObject's projection in 2D space and U-direction of cylinder's 2D space.
Returns
A wire or a face or a compound of faces that represents a projection of the source shape onto a cylinder.

◆ MirrorAxis()

GEOM_Object GEOM::GEOM_ITransformOperations::MirrorAxis ( in GEOM_Object  theObject,
in GEOM_Object  theAxis 
)
Parameters
theObjectThe object to be mirrored.
theAxisAxis of symmetry.
Returns
theObject.

◆ MirrorAxisCopy()

GEOM_Object GEOM::GEOM_ITransformOperations::MirrorAxisCopy ( in GEOM_Object  theObject,
in GEOM_Object  theAxis 
)
Parameters
theObjectThe object to be mirrored.
theAxisAxis of symmetry.
Returns
New GEOM_Object, containing the mirrored object.

◆ MirrorPlane()

GEOM_Object GEOM::GEOM_ITransformOperations::MirrorPlane ( in GEOM_Object  theObject,
in GEOM_Object  thePlane 
)
Parameters
theObjectThe object to be mirrored.
thePlanePlane of symmetry.

◆ MirrorPlaneCopy()

GEOM_Object GEOM::GEOM_ITransformOperations::MirrorPlaneCopy ( in GEOM_Object  theObject,
in GEOM_Object  thePlane 
)
Parameters
theObjectThe object to be mirrored.
thePlanePlane of symmetry.
Returns
New GEOM_Object, containing the mirrored shape.

◆ MirrorPoint()

GEOM_Object GEOM::GEOM_ITransformOperations::MirrorPoint ( in GEOM_Object  theObject,
in GEOM_Object  thePoint 
)
Parameters
theObjectThe object to be mirrored.
thePointPoint of symmetry.
Returns
theObject.

◆ MirrorPointCopy()

GEOM_Object GEOM::GEOM_ITransformOperations::MirrorPointCopy ( in GEOM_Object  theObject,
in GEOM_Object  thePoint 
)
Parameters
theObjectThe object to be mirrored.
thePointPoint of symmetry.
Returns
New GEOM_Object, containing the mirrored object.

◆ MultiRotate1D()

GEOM_Object GEOM::GEOM_ITransformOperations::MultiRotate1D ( in GEOM_Object  theObject,
in GEOM_Object  theAxis,
in long  theNbObjects 
)

Rotation angle will be 2*PI/theNbObjects.

Parameters
theObjectThe object to be rotated.
theAxisThe rotation axis. DZ if None.
theNbObjectsQuantity of rotations to be done.
Returns
New GEOM_Object, containing compound of all the shapes, obtained after each rotation.

◆ MultiRotate1DByStep()

GEOM_Object GEOM::GEOM_ITransformOperations::MultiRotate1DByStep ( in GEOM_Object  theObject,
in GEOM_Object  theAxis,
in double  theAngleStep,
in long  theNbSteps 
)
Parameters
theObjectThe object to be rotated.
theAxisThe rotation axis. DZ if None.
theAngleStepRotation angle in radians.
theNbStepsQuantity of rotations to be done.
Returns
New GEOM_Object, containing compound of all the shapes, obtained after each rotation.

◆ MultiRotate2D()

GEOM_Object GEOM::GEOM_ITransformOperations::MultiRotate2D ( in GEOM_Object  theObject,
in GEOM_Object  theAxis,
in double  theAngleStep,
in long  theNbSteps1,
in double  theRadialStep,
in long  theNbSteps2 
)

Translation direction passes through center of gravity of rotated shape and its projection on the rotation axis.

Parameters
theObjectThe object to be rotated.
theAxisRotation axis. DZ if None.
theAngleStepRotation angle in degrees.
theNbSteps1Quantity of rotations to be done.
theRadialStepTranslation distance.
theNbSteps2Quantity of translations to be done.
Returns
New GEOM_Object, containing compound of all the shapes, obtained after each transformation.

◆ MultiRotate2DByStep()

GEOM_Object GEOM::GEOM_ITransformOperations::MultiRotate2DByStep ( in GEOM_Object  theObject,
in GEOM_Object  theAxis,
in double  theAngleStep,
in long  theNbSteps1,
in double  theRadialStep,
in long  theNbSteps2 
)

Translation direction passes through center of gravity of rotated shape and its projection on the rotation axis.

Parameters
theObjectThe object to be rotated.
theAxisRotation axis. DZ if None.
theAngleStepRotation angle in radians.
theNbSteps1Quantity of rotations to be done.
theRadialStepTranslation distance.
theNbSteps2Quantity of translations to be done.
Returns
New GEOM_Object, containing compound of all the shapes, obtained after each transformation.

◆ MultiRotate2DNbTimes()

GEOM_Object GEOM::GEOM_ITransformOperations::MultiRotate2DNbTimes ( in GEOM_Object  theObject,
in GEOM_Object  theAxis,
in long  theNbObjects,
in double  theRadialStep,
in long  theNbSteps 
)

Rotation angle will be 2*PI/theNbObjects. Translation direction passes through center of gravity of rotated shape and its projection on the rotation axis.

Parameters
theObjectThe object to be rotated.
theAxisRotation axis. DZ if None.
theNbObjectsQuantity of rotations to be done.
theRadialStepTranslation distance.
theNbStepsQuantity of translations to be done.
Returns
New GEOM_Object, containing compound of all the shapes, obtained after each transformation.

◆ MultiTranslate1D()

GEOM_Object GEOM::GEOM_ITransformOperations::MultiTranslate1D ( in GEOM_Object  theObject,
in GEOM_Object  theVector,
in double  theStep,
in long  theNbTimes 
)
Parameters
theObjectThe object to be translated.
theVectorDirection of the translation. DX if None.
theStepDistance to translate on.
theNbTimesQuantity of translations to be done.
Returns
New GEOM_Object, containing compound of all the shapes, obtained after each translation.

◆ MultiTranslate2D()

GEOM_Object GEOM::GEOM_ITransformOperations::MultiTranslate2D ( in GEOM_Object  theObject,
in GEOM_Object  theVector1,
in double  theStep1,
in long  theNbTimes1,
in GEOM_Object  theVector2,
in double  theStep2,
in long  theNbTimes2 
)
Parameters
theObjectThe object to be translated.
theVector1Direction of the first translation. DX if None.
theStep1Step of the first translation.
theNbTimes1Quantity of translations to be done along theVector1.
theVector2Direction of the second translation. DY if None.
theStep2Step of the second translation.
theNbTimes2Quantity of translations to be done along theVector2.
Returns
New GEOM_Object, containing compound of all the shapes, obtained after each translation.

◆ OffsetShape()

GEOM_Object GEOM::GEOM_ITransformOperations::OffsetShape ( in GEOM_Object  theObject,
in double  theOffset,
in boolean  theJoinByPipes 
)
Parameters
theObjectThe base object for the offset.
theOffsetOffset value.
theJoinByPipesTo join offset surfaces by pipes or by intersection.
Returns
theObject.

◆ OffsetShapeCopy()

GEOM_Object GEOM::GEOM_ITransformOperations::OffsetShapeCopy ( in GEOM_Object  theObject,
in double  theOffset,
in boolean  theJoinByPipes 
)
Parameters
theObjectThe base object for the offset.
theOffsetOffset value.
theJoinByPipesTo join offset surfaces by pipes or by intersection.
Returns
New GEOM_Object, containing the offset object.

◆ PositionAlongPath()

GEOM_Object GEOM::GEOM_ITransformOperations::PositionAlongPath ( in GEOM_Object  theObject,
in GEOM_Object  thePath,
in double  theDistance,
in boolean  theCopy,
in boolean  theReverse 
)
Parameters
theObjectThe object to be displaced.
thePathWire or Edge along that the object will be translated.
theDistanceprogress of Path (0 = actual location, 1 = end of path location).
theCopyis a true or false parameter. true is to create a copy, false to move the object.
theReverseis a true or false parameter. True is to reverse direction, false is to move normal direction.
Returns
New GEOM_Object, containing the displaced shape.

◆ PositionShape()

GEOM_Object GEOM::GEOM_ITransformOperations::PositionShape ( in GEOM_Object  theObject,
in GEOM_Object  theStartLCS,
in GEOM_Object  theEndLCS 
)
Parameters
theObjectThe object to be displaced.
theStartLCSCoordinate system to perform displacement from it. If theStartLCS is NULL, displacement will be performed from global CS. If theObject itself is used as theStartLCS, its location will be changed to theEndLCS.
theEndLCSCoordinate system to perform displacement to it.
Returns
theObject.

◆ PositionShapeCopy()

GEOM_Object GEOM::GEOM_ITransformOperations::PositionShapeCopy ( in GEOM_Object  theObject,
in GEOM_Object  theStartLCS,
in GEOM_Object  theEndLCS 
)
Parameters
theObjectThe object to be displaced.
theStartLCSCoordinate system to perform displacement from it. If theStartLCS is NULL, displacement will be performed from global CS. If theObject itself is used as theStartLCS, its location will be changed to theEndLCS.
theEndLCSCoordinate system to perform displacement to it.
Returns
New GEOM_Object, containing the displaced shape.

◆ ProjectPointOnWire()

double GEOM::GEOM_ITransformOperations::ProjectPointOnWire ( in GEOM_Object  thePoint,
in GEOM_Object  theWire,
out GEOM_Object  thePointOnEdge,
out long  theEdgeInWireIndex 
)

If there are no solutions or there are 2 or more solutions It throws an exception.

Parameters
thePointthe point to be projected.
theWirethe wire. The edge is accepted as well.
thePointOnEdgethe projection point.
theEdgeInWireIndexthe index of an edge in a wire.
Returns
the parameter of projection point on edge.

◆ ProjectShapeCopy()

GEOM_Object GEOM::GEOM_ITransformOperations::ProjectShapeCopy ( in GEOM_Object  theSource,
in GEOM_Object  theTarget 
)
Parameters
theSourceThe source object for the projection. It can be a point, edge or wire.
theTargetThe target object. It can be planar or cylindrical face.
Returns
New GEOM_Object, containing the projection.

◆ RecomputeObject()

GEOM_Object GEOM::GEOM_ITransformOperations::RecomputeObject ( in GEOM_Object  theObject)
Parameters
theObjectThe object to be recomputed.
Returns
theObject.

◆ Rotate()

GEOM_Object GEOM::GEOM_ITransformOperations::Rotate ( in GEOM_Object  theObject,
in GEOM_Object  theAxis,
in double  theAngle 
)
Parameters
theObjectThe object to be rotated.
theAxisRotation axis.
theAngleRotation angle in radians.
Returns
theObject.

◆ RotateCopy()

GEOM_Object GEOM::GEOM_ITransformOperations::RotateCopy ( in GEOM_Object  theObject,
in GEOM_Object  theAxis,
in double  theAngle 
)

Rotate the given object around the given axis on the given angle, creating its copy before the rotatation.

Parameters
theObjectThe object to be rotated.
theAxisRotation axis.
theAngleRotation angle in radians.
Returns
New GEOM_Object, containing the rotated object.

◆ RotateThreePoints()

GEOM_Object GEOM::GEOM_ITransformOperations::RotateThreePoints ( in GEOM_Object  theObject,
in GEOM_Object  theCentPoint,
in GEOM_Object  thePoint1,
in GEOM_Object  thePoint2 
)
Parameters
theObjectThe object to be rotated.
theCentPointcentral point - the axis is the vector perpendicular to the plane containing the three points.
thePoint1,thePoint2- in a perpendicular plan of the axis.
Returns
theObject.

◆ RotateThreePointsCopy()

GEOM_Object GEOM::GEOM_ITransformOperations::RotateThreePointsCopy ( in GEOM_Object  theObject,
in GEOM_Object  theCentPoint,
in GEOM_Object  thePoint1,
in GEOM_Object  thePoint2 
)

Creating its copy before the rotatation.

Parameters
theObjectThe object to be rotated.
theCentPointcentral point - the axis is the vector perpendicular to the plane containing the three points.
thePoint1,thePoint2- in a perpendicular plan of the axis.
Returns
New GEOM_Object, containing the rotated object.

◆ ScaleShape()

GEOM_Object GEOM::GEOM_ITransformOperations::ScaleShape ( in GEOM_Object  theObject,
in GEOM_Object  thePoint,
in double  theFactor 
)
Parameters
theObjectThe object to be scaled.
thePointCenter point for scaling.
theFactorScaling factor value.
Returns
theObject.

◆ ScaleShapeAlongAxes()

GEOM_Object GEOM::GEOM_ITransformOperations::ScaleShapeAlongAxes ( in GEOM_Object  theObject,
in GEOM_Object  thePoint,
in double  theFactorX,
in double  theFactorY,
in double  theFactorZ 
)
Parameters
theObjectThe object to be scaled.
thePointCenter point for scaling.
theFactorX,theFactorY,theFactorZScaling factors along each axis.
Returns
theObject.

◆ ScaleShapeAlongAxesCopy()

GEOM_Object GEOM::GEOM_ITransformOperations::ScaleShapeAlongAxesCopy ( in GEOM_Object  theObject,
in GEOM_Object  thePoint,
in double  theFactorX,
in double  theFactorY,
in double  theFactorZ 
)
Parameters
theObjectThe object to be scaled.
thePointCenter point for scaling.
theFactorX,theFactorY,theFactorZScaling factors along each axis.
Returns
New GEOM_Object, containing the scaled shape.

◆ ScaleShapeCopy()

GEOM_Object GEOM::GEOM_ITransformOperations::ScaleShapeCopy ( in GEOM_Object  theObject,
in GEOM_Object  thePoint,
in double  theFactor 
)
Parameters
theObjectThe object to be scaled.
thePointCenter point for scaling.
theFactorScaling factor value.
Returns
New GEOM_Object, containing the scaled shape.

◆ TranslateDXDYDZ()

GEOM_Object GEOM::GEOM_ITransformOperations::TranslateDXDYDZ ( in GEOM_Object  theObject,
in double  theDX,
in double  theDY,
in double  theDZ 
)
Parameters
theObjectThe object to be translated.
theDX,theDY,theDZComponents of translation vector.
Returns
theObject.

◆ TranslateDXDYDZCopy()

GEOM_Object GEOM::GEOM_ITransformOperations::TranslateDXDYDZCopy ( in GEOM_Object  theObject,
in double  theDX,
in double  theDY,
in double  theDZ 
)
Parameters
theObjectThe object to be translated.
theDX,theDY,theDZComponents of translation vector.
Returns
New GEOM_Object, containing the translated object.

◆ TranslateTwoPoints()

GEOM_Object GEOM::GEOM_ITransformOperations::TranslateTwoPoints ( in GEOM_Object  theObject,
in GEOM_Object  thePoint1,
in GEOM_Object  thePoint2 
)
Parameters
theObjectThe object to be translated.
thePoint1Start point of translation vector.
thePoint2End point of translation vector.
Returns
theObject.

◆ TranslateTwoPointsCopy()

GEOM_Object GEOM::GEOM_ITransformOperations::TranslateTwoPointsCopy ( in GEOM_Object  theObject,
in GEOM_Object  thePoint1,
in GEOM_Object  thePoint2 
)
Parameters
theObjectThe object to be translated.
thePoint1Start point of translation vector.
thePoint2End point of translation vector.
Returns
New GEOM_Object, containing the translated object.

◆ TranslateVector()

GEOM_Object GEOM::GEOM_ITransformOperations::TranslateVector ( in GEOM_Object  theObject,
in GEOM_Object  theVector 
)
Parameters
theObjectThe object to be translated.
theVectorTranslation vector, giving both direction and distance.
Returns
theObject.

◆ TranslateVectorCopy()

GEOM_Object GEOM::GEOM_ITransformOperations::TranslateVectorCopy ( in GEOM_Object  theObject,
in GEOM_Object  theVector 
)
Parameters
theObjectThe object to be translated.
theVectorTranslation vector, giving both direction and distance.
Returns
New GEOM_Object, containing the translated object.

◆ TranslateVectorDistance()

GEOM_Object GEOM::GEOM_ITransformOperations::TranslateVectorDistance ( in GEOM_Object  theObject,
in GEOM_Object  theVector,
in double  theDistance,
in boolean  theCopy 
)
Parameters
theObjectThe object to be translated.
theVectorTranslation vector, giving a direction.
theDistanceTranslation distance, giving a distance.
theCopyTranslation copy, creating its copy if true.
Returns
New GEOM_Object, containing the translated object.

The documentation for this interface was generated from the following file: