FPoint3TransferValues(FPoint3, Single, Single, Single) Method
Transfer member values to the specified target.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2414.4032
public static void TransferValues(
FPoint3 target,
float x,
float y,
float z
)
Public Shared Sub TransferValues (
target 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
- target FPoint3
-
Reference to the item to be set.
- x Single
-
X coordinate to assign.
- y Single
-
Y coordinate to assign.
- z Single
-
Z coordinate to assign.