This document is archived and information here might be outdated. Recommended version. |
Sets Z coordinates at all vertices to zLevel.
[Visual Basic .NET]
Public Sub SetConstantZ ( _
ByVal zLevel As Double _
)
[C#]
public void SetConstantZ (
double zLevel
);
[C++]
HRESULT SetConstantZ(
double zLevel
);
[C++] Parameters zLevel
zLevel is a parameter of type double
Sets all Z attributes in the object equal to the constant input Z value.