Gets a through point (point that defines the direction of the Ray from the
base point) of the Ray.
.NET Syntax
Visual Basic (Declaration) | |
---|
Sub GetThroughPoint( _
double* X As System.Double, _
double* Y As System.Double, _
double* 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