| Solid Edge Part Type Library > PartDocument Object : GetRayIntersections Method |
| 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 _ ) |
| Value | Description |
|---|---|
| seEdge | Ray Intersection Entity Type - Edge |
| seFace | Ray Intersection Entity Type - Face |
| seVertex | Ray Intersection Entity Type - Vertex |