Solid Edge Part Type Library
GetRayIntersections Method
Description
Returns intersection points, normal at points, intersection types and intersection information for a set of bodies and set of rays
Syntax
Visual Basic
Public Sub GetRayIntersections( _
   ByRef Bodies() As Object, _
   ByRef Origins() As Double, _
   ByRef Directions() As Double, _
   ByVal NumRays As Long, _
   ByVal Radius As Double, _
   ByVal Offset As Double, _
   ByRef NumIntersections As Long, _
   ByRef BodyIndex() As Long, _
   ByRef IntersectionPoints() As Double, _
   ByRef IntersectionNormals() As Double, _
   ByRef RayIndex() As Long, _
   ByRef Entity() As RayIntersectionEntityConstants, _
   Optional ByRef Type As Variant _
) 
Parameters
Bodies
Origins
Directions
NumRays
Radius
Offset
NumIntersections
BodyIndex
IntersectionPoints
IntersectionNormals
RayIndex
Entity
ValueDescription
seEdgeRay Intersection Entity Type - Edge
seFaceRay Intersection Entity Type - Face
seVertexRay Intersection Entity Type - Vertex
Type
See Also

PartDocument Object  | PartDocument Members  | Solid Edge ST5 MP1 - What's New