M_Rhino_Geometry_PointCloud_AddRange_1 - mcneel/rhinocommon-api-docs GitHub Wiki
Appends a collection of points and normal vectors to this point cloud.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public void AddRange(
IEnumerable<Point3d> points,
IEnumerable<Vector3d> normals
)
VB
Public Sub AddRange (
points As IEnumerable(Of Point3d),
normals As IEnumerable(Of Vector3d)
)
- points
- Type: System.Collections.Generic.IEnumerable(Point3d)
Points to append. - normals
- Type: System.Collections.Generic.IEnumerable(Vector3d)
Normal Vectors to append.
Exception | Condition |
---|---|
ArgumentException | thrown if points and normals have differing numbers of elements |
Supported in: 6.0.16224.21491