M_Rhino_Geometry_PointCloud_Insert_1 - mcneel/rhinocommon-api-docs GitHub Wiki
Inserts a new point into the point list.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public void Insert(
int index,
Point3d point,
Vector3d normal
)
VB
Public Sub Insert (
index As Integer,
point As Point3d,
normal As Vector3d
)
- index
- Type: System.Int32
Insertion index. - point
- Type: Rhino.Geometry.Point3d
Point to append. - normal
- Type: Rhino.Geometry.Vector3d
Normal vector of new point.
Supported in: 6.0.16224.21491, 5D58w