Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
OdGeOffsetSurface::set Method
Syntax
C++
OdGeOffsetSurface& set(OdGeSurface* baseSurface, double offsetDistance, bool makeCopy = true);

Sets the parameters for this surface according to the arguments. 

 

Parameters
Description
baseSurface
[in] A base surface that is referenced by this offset surface.
offsetDistance
[in] Offset distance.
makeCopy
[in] Makes a copy of baseSurface.

Reference to this surface.

The direction of offset is determined by the sign of the offsetDistance parameter.

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