Creates a mathematical line of the specified type passing through the specified starting point in the specified direction.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function CreateLineByPointAndDirection( _
DOUBLE StartX As System.Double, _
DOUBLE StartY As System.Double, _
DOUBLE StartZ As System.Double, _
IMathVector* Direction As MathVector, _
dsMathLineType_e Type As dsMathLineType_e _
) As MathLine |
Parameters
- StartX
- x coordinate of starting point
- StartY
- y coordinate of starting point
- StartZ
- z coordinate of starting point
- Direction
- IMathVector
- Type
- Type of line as defined in dsMathLineType_e
Parameters
- Line[out] or Return Value
- IMathLine
See Also
Availability
DraftSight V1R1.4