API Reference > OdSi Classes > OdSiShapePlane Structure
OdSiShapePlane Structure
Syntax
C++
struct OdSiShapePlane : public OdSiShape { OdGePoint3d m_pointOnPlane; OdGeVector3d m_planeNormal; };

SiShapePlane.h

This class represents plane implementation for OdSiShape interface. 

Corresponding C++ library: SpatialIndex

 
Name 
Description 
 
This is the overview for the OdSiShapePlane constructor overload. 
 
Name 
Description 
 
This is m_planeNormal, a member of class OdSiShapePlane. 
 
This is m_pointOnPlane, a member of class OdSiShapePlane. 
 
Name 
Description 
 
This is clone, a member of class OdSiShapePlane. 
 
Returns true if and only if this Shape object contains the specfied extents.
 
 
Returns true if and only if this Shape object intersects the specfied extents.
 
 
This is signedDistanceTo, a member of class OdSiShapePlane. 
 
This is transform, a member of class OdSiShapePlane. 
Copyright © 2002–2020. Open Design Alliance. All rights reserved.