API Reference > OdSi Classes > OdSiShapeRay Structure
OdSiShapeRay Structure
Syntax
C++
struct OdSiShapeRay : public OdSiShape { OdGePoint3d m_pointStart; OdGeVector3d m_vecDir; };

SiShapeRay.h

Represents ray implementation for OdSiShape interface. 

Corresponding C++ library: SpatialIndex

 
Name 
Description 
 
This is the overview for the OdSiShapeRay constructor overload. 
 
Name 
Description 
 
Ray starting point 
 
Ray direction 
 
Name 
Description 
 
Clones this shape ray object.
 
 
Checks if this shape ray object contains the specified extents.
 
 
Checks if this shape ray object intersects the specified extents.
 
 
Transforms this shape ray object.
 
Copyright © 2002–2020. Open Design Alliance. All rights reserved.