FLine3(FPoint3, FPoint3, FColor4) Constructor
Create a new instance of the FLine3 Item.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2414.4032
public FLine3(
FPoint3 pointA,
FPoint3 pointB,
FColor4 color = null
)
Public Sub New (
pointA As FPoint3,
pointB As FPoint3,
Optional color As FColor4 = Nothing
)
No code example is currently available or this language may not be supported.
Parameters
- pointA FPoint3
-
Reference to the point that will act as the first point in the line.
- pointB FPoint3
-
Reference to the point that will act as the secont point in the line.
- color FColor4 (Optional)
-
Optional color for the line. If provided, that object will act as
the color for the line.