Close

Relief for ODA Team in Ukraine

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

Constructor for the OdGeOffsetSurface class. 

 

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.

Constructs an offset object defined by input data. If makeCopy is true, then the offset points to its own copy of the base surface. Otherwise it points directly to the input surface. The direction of offset is determined by the sign of the offsetDistance parameter.

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