API Reference > OdExport Classes > TD_HOOPS_COMMON_EXPORT Namespace > Functions > TD_HOOPS_COMMON_EXPORT::getPlanarEntity Function
TD_HOOPS_COMMON_EXPORT::getPlanarEntity Function
Syntax
C++
bool getPlanarEntity(OdGePoint3dArray GlyphLinePts, OdGePlane& PlaneEnt, bool bKeepXY = false);

HoopsCommon.h

Parameters 
Description 
OdGePoint3dArray GlyphLinePts 
[in] A pointer to a font object (an instance of the OdFont class).  
OdGePlane& PlaneEnt 
[in] A reference to an OdGePlane object to fill and return information about the planar entity.  
bool bKeepXY = false 
[in] A flag that determines whether X and Y coordinates are kept.
 

Returns true if a planar entity has been successfully created, otherwise returns false.

Returns the planar entity for a specified array of three-dimensional points. 

 

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