Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDbCurve::getOffsetCurvesGivenPlaneNormal Method
Syntax
C++
virtual OdResult getOffsetCurvesGivenPlaneNormal(const OdGeVector3d& normal, double offsetDistance, OdRxObjectPtrArray& offsetCurves) const;

Creates a set of curves representing the offsetting of this Curve object by the specified distance in a plane with the specified normal.

Parameters
Description
normal
[in] Normal of the plane.
offsetDistance
[in] Offset distance.
offsetCurves
[out] Receives an array of SmartPointers to the offset curves.

Returns eOk if successful, or an appropriate error code if not.

Pointers to all new curves are appended to the offsetCurves array.

Copyright © 2002-2022. Open Design Alliance All rights reserved.