Point3dList.SetAllZ Method

Point3dListSetAllZ Method

Set all the Z values for the points to a single value

Namespace:  Rhino.Collections
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public void SetAllZ(
	double zValue
)
Public Sub SetAllZ ( 
	zValue As Double
)

Parameters

zValue
Type: SystemDouble
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.8
See Also