FPoint3Assign(FPoint3, Single, Single, Single) Method
Set the value of the point.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2820.4317
public static void Assign(
FPoint3 point,
float x,
float y,
float z
)
Public Shared Sub Assign (
point As FPoint3,
x As Single,
y As Single,
z As Single
)
No code example is currently available or this language may not be supported.
Parameters
- point FPoint3
-
Reference to the point to be populated.
- x Single
-
X value to assign.
- y Single
-
Y value to assign.
- z Single
-
Z value to assign.