Solid Edge Part Type Library
FacesByRay Property
X - coordinate of the ray origin.
Y - coordinate of the ray origin.
Z - coordinate of the ray origin.
X - coordinate of the ray direction.
Y - coordinate of the ray direction.
Z - coordinate of the ray direction.
Description
Returns a collection of faces that are intersected by a specified vector.
Property type
Read-only property
Syntax
Visual Basic
Public Property FacesByRay( _
   ByVal Xorigin As Double, _
   ByVal Yorigin As Double, _
   ByVal Zorigin As Double, _
   ByVal Xdir As Double, _
   ByVal Ydir As Double, _
   ByVal Zdir As Double _
) As Object
Parameters
Xorigin
X - coordinate of the ray origin.
Yorigin
Y - coordinate of the ray origin.
Zorigin
Z - coordinate of the ray origin.
Xdir
X - coordinate of the ray direction.
Ydir
Y - coordinate of the ray direction.
Zdir
Z - coordinate of the ray direction.
See Also

SphereFeature Object  | SphereFeature Members