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] A reference to an entity array for representing resulting sections. 

Returns 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–2020. Open Design Alliance. All rights reserved.