Sets a through point (point that defines the direction of the Ray from the
base point) for the Ray.
.NET Syntax
Visual Basic (Declaration) | |
---|
Sub SetThroughPoint( _
double X As System.Double, _
double Y As System.Double, _
double Z As System.Double _
) |
C# | |
---|
void SetThroughPoint(
System.double X,
System.double Y,
System.double Z
) |
JavaScript | |
---|
SetThroughPoint(
X : Number,
Y : Number,
Z : Number
) |
COM native C++ | |
---|
HRESULT SetThroughPoint(
DOUBLE X,
DOUBLE Y,
DOUBLE Z
) |
C++ | |
---|
DSRESULT SetThroughPoint(
double X,
double Y,
double Z
) |
Parameters
- X
- x coordinate of a through point for the Ray
- Y
- y coordinate of a through point for the Ray
- Z
- z coordinate of a through point for the Ray
See Also
Availability
DraftSight V1R1.1