Camera3DProjectToScreen(FLine3) Method
Project the provided 3D line to a 2D version that can be displayed on
the caller's display.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2414.4032
public FLine ProjectToScreen(
FLine3 subject
)
Public Function ProjectToScreen (
subject As FLine3
) As FLine
No code example is currently available or this language may not be supported.
- subject FLine3
-
Reference to the line, in World coordinates, to be projected to 2D.
FLine
Reference to a two dimensional line compatible with display on the
caller's screen, if valid. Otherwise, null.