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)
Since: 5.6
Syntax
public void SetAllZ(
	double zValue
)
Public Sub SetAllZ ( 
	zValue As Double
)

Parameters

zValue
Type: SystemDouble
See Also