This document is archived and information here might be outdated. Recommended version. |
Offsets all the Z values by an offset value.
[Visual Basic .NET]
Public Sub OffsetZs ( _
ByVal Offset As Double _
)
[C#]
public void OffsetZs (
double Offset
);
[C++]
HRESULT OffsetZs(
double Offset
);
[C++] Parameters Offset
Offset is a parameter of type double
Offsets all Zs within the ZAware collection by a given input factor. This is analgous to moving spatial coordinates.