Performs addition of two 3D vector points.
Namespace:
CADImport
Assembly: CADImport (in CADImport.dll)
Syntax
Visual Basic (Declaration) |
Public Overrides Function Add_T( _ ByVal p1 As Vector3d, _ ByVal p2 As Vector3d _ ) As Vector3d |
Parameters
-
p1
-
Type: Vector3d
The first vector point
-
p2
-
Type: Vector3d
The second vector point
Return Value
The resulting vector point
Platforms
Version Information
.NET Framework
Supported in: 2.0 - 4, NET6
.NET Framework Client Profile
Supported in: 4, 3.5 SP1
See Also