FPoint3Assign(FPoint3, FPoint3) Method
Set the base values of the target point from the source.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2820.4317
public static void Assign(
FPoint3 source,
FPoint3 target
)
Public Shared Sub Assign (
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.
- target FPoint3
-
Reference to the target point.