RhinoCommon API
PointCloudAddRange Method |
| Name | Description | |
|---|---|---|
| AddRange(IEnumerablePoint3d) |
Appends a collection of points to this point cloud.
| |
| AddRange(IEnumerablePoint3d, IEnumerableVector3d) |
Appends a collection of points and normal vectors to this point cloud.
| |
| AddRange(IEnumerablePoint3d, IEnumerableColor) |
Appends a collection of points and normal vectors to this point cloud.
| |
| AddRange(IEnumerablePoint3d, IEnumerableVector3d, IEnumerableColor) |
Appends a collection of points and normal vectors to this point cloud.
|