Converts a
DPoint object into a 3D vector point.
Namespace:
CADImport
Assembly: CADImport (in CADImport.dll)
Syntax
Visual Basic (Declaration) |
Public Overrides Function ConvertTo_T( _ ByVal p As DPoint _ ) As Vector3d |
Parameters
-
p
-
Type: DPoint
A DPoint object to be converted.
Return Value
A 3D 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