InsertRay Method (ISketchManager)
Inserts a Ray.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function InsertRay( _
DOUBLE StartX As System.Double, _
DOUBLE StartY As System.Double, _
DOUBLE StartZ As System.Double, _
DOUBLE ThroughX As System.Double, _
DOUBLE ThroughY As System.Double, _
DOUBLE ThroughZ As System.Double _
) As Ray |
COM native C++ | |
---|
HRESULT InsertRay(
double StartX,
,
double StartY,
,
double StartZ,
,
double ThroughX,
,
double ThroughY,
,
double ThroughZ
,
IRay** Ray
) |
C++ | |
---|
DSRESULT InsertRay(
DOUBLE StartX,
,
DOUBLE StartY,
,
DOUBLE StartZ,
,
DOUBLE ThroughX,
,
DOUBLE ThroughY,
,
DOUBLE ThroughZ
,
dsRay** Ray
) |
Parameters
- StartX
- x coordinate of the base (start) point of the Ray
- StartY
- y coordinate of the base point of the Ray
- StartZ
- z coordinate of the base point of the Ray
- ThroughX
- x coordinate of the through point (point that defines the direction of the Ray from the base point) for the Ray
- ThroughY
- y coordinate of the through point for the Ray
- ThroughZ
- z coordinate of the through point for the Ray
Parameters
- Ray[out] or Return Value
- Ray
Example
See Also
Availability
DraftSight V1R1.1