Close

Relief for ODA Team in Ukraine

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

Intersects the specified plane with this ModelerGeometry object and creates the intersection in a resulting array. 

 

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

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

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