FPoint3 Conversion (FPoint to FPoint3)
Cast the FPoint instance to a FPoint3.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2414.4032
public static implicit operator FPoint3 (
FPoint value
)
Public Shared Widening Operator CType (
value As FPoint
) As FPoint3
No code example is currently available or this language may not be supported.
- value FPoint
-
Reference to the 2D point to convert.
FPoint3
Reference to the newly created 3D copy of the caller's 2D point, if
valid. Otherwise, an empty point.