GetThroughPoint Method (IRay) Send Feedback
See Also 
X[out]
x coordinate of a through point of the Ray
Y[out]
y coordinate of a through point of the Ray
Z[out]
z coordinate of a through point of the Ray
Gets a through point (point that defines the direction of the Ray from the base point) of the Ray.

Syntax

Visual Basic 
Sub GetThroughPoint( _
   ByRef X As System.Double, _
   ByRef Y As System.Double, _
   ByRef Z As System.Double _
) 
C# 
void GetThroughPoint( 
   out System.double X,
   out System.double Y,
   out System.double Z
)
JavaScript 
GetThroughPoint(
) : {
   X : Number,
   Y : Number,
   Z : Number
}
COM native C++ 
HRESULT GetThroughPoint( 
   DOUBLE* X,
   DOUBLE* Y,
   DOUBLE* Z
) 
C++ 
DSRESULT GetThroughPoint( 
   double* X,
   double* Y,
   double* Z
) 

Parameters

X[out]
x coordinate of a through point of the Ray
Y[out]
y coordinate of a through point of the Ray
Z[out] or Return Value
z coordinate of a through point of the Ray
 

See Also

Availability

DraftSight V1R1.1