CreateLine Method (IModeler)
Creates a line.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function CreateLine( _
ByVal RootPoint As Object, _
ByVal Direction As Object _
) As Object |
Visual Basic (Usage) | |
---|
Dim instance As IModeler
Dim RootPoint As Object
Dim Direction As Object
Dim value As Object
value = instance.CreateLine(RootPoint, Direction)
|
Parameters
- RootPoint
- Array containing 3 doubles (x, y, z) for the start point of the line
- Direction
- Array containing 3 doubles (x, y, z) for the end point of the line
Return Value
Newly created
line
Example
Remarks
See Also