Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDbSurface::createSectionObjects Method
Syntax
C++
virtual OdResult createSectionObjects(const OdGePlane& sectionPlane, OdDbEntityPtrArray& sectionObjects) const;

Intersects the specified plane with the surface and stores the result of the intersection in an array. 

 

Parameters
Description
sectionPlane
[in] Pointer to a plane object used for the intersection (section cutting plane).
sectionObjects
[out] Reference to the entity array for representing resulting sections.

eOk if the intersection operation is successfully performed or an appropriate error code otherwise.

Resulting entities are not included in the database, so the caller is responsible for the correct handling of the memory pointed to with the resulting array's items. 

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

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