FPoint3TransferValues(FPoint3, FPoint3) Method
Transfer the member values of one instance to another.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2414.4032
public static void TransferValues(
FPoint3 source,
FPoint3 target
)
Public Shared Sub TransferValues (
source As FPoint3,
target As FPoint3
)
No code example is currently available or this language may not be supported.
Parameters
- source FPoint3
-
Reference to the source point whose values will be assigned.
- target FPoint3
-
Reference to the target point that will receive the values.