Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDbSurface::createOffsetSurface Method (OdDbEntity*, double, OdDbEntityPtr&)
Syntax
C++
static OdResult createOffsetSurface(OdDbEntity* pInputSurface, double dOffsetDistance, OdDbEntityPtr& offsetSurface);

Creates an offset surface. 

 

Parameters
Description
pInputSurface
[in] Pointer to the surface to be offset.
dOffsetDistance
[in] Offset distance.
offsetSurface
[out] Offset surface to return.

eOk if the offset surface was successfully created or an appropriate error code in the other case.

This method is implemented for Spatial modeler only and returns the eNotImplementedYet status for other modelers.

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