RhinoCommon API
PointCloudInsertNew Method |
Inserts a new PointCloudItem at a specific position of the point cloud.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll)
Since: 5.0

public PointCloudItem InsertNew( int index )
Public Function InsertNew ( index As Integer ) As PointCloudItem
Parameters
- index
- Type: SystemInt32
Index of new item.
Return Value
Type: PointCloudItemThe newly inserted item.
