You are here: Start » AVL.NET » Function Reference » Geometry 3D » Geometry 3D Features » AVL.Segment3DVector
Returns the vector [x2 - x1, y2 - y1, z2 - z1].
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
C++
C#
public static void Segment3DVector ( AvlNet.Segment3D inSegment3D, out AvlNet.Vector3D outVector3D )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inSegment3D | AvlNet.Segment3D | |||
![]() | outVector3D | AvlNet.Vector3D |


