FPoint3Offset Method
Return a new instance the caller's point, translated by the specified
offset.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2414.4032
public static FPoint3 Offset(
FPoint3 point,
float dx,
float dy,
float dz
)
Public Shared Function Offset (
point As FPoint3,
dx As Single,
dy As Single,
dz As Single
) As FPoint3
No code example is currently available or this language may not be supported.
- point FPoint3
-
Reference to the point to be offset.
- dx Single
-
X distance from the original point.
- dy Single
-
Y distance from the original point.
- dz Single
-
Z distance from the original point.
FPoint3
Reference to a new point at the specified offset from the original.