Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDbSurface::createFrom Method
Syntax
C++
static OdResult createFrom(const OdDbEntity* pFromEntity, OdDbSurfacePtr& pNewSurface);

Creates an extruded surface from a 2D entity with thickness or a planar surface from a closed curve or region. 

 

Parameters
Description
pFromEntity
[in] Input surface.
pNewSurface
[out] Resulting surface.

eOk if an extruded surface was created successfully or an appropriate error code otherwise.

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

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