API Reference > Other Classes > OdModelerGeometry Class > OdModelerGeometry Methods > OdModelerGeometry::createSectionObjects Method
OdModelerGeometry::createSectionObjects Method
Syntax
C++
virtual OdResult createSectionObjects(const OdGePlane& sectionPlane, OdDbEntityPtrArray& sectionObjects) const = 0;
Parameters 
Description 
const OdGePlane& sectionPlane 
[in] Pointer to a plane object used for intersection (section cutting plane).  
OdDbEntityPtrArray& 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.

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

 

Copyright © 2002–2021. Open Design Alliance. All rights reserved.