Skip to content

M_Rhino_Render_CachedTextureCoordinates_Insert

Will Pearson edited this page Aug 12, 2016 · 2 revisions

CachedTextureCoordinates.Insert Method

[Missing

documentation for "M:Rhino.Render.CachedTextureCoordinates.Insert(System.Int32,Rhino.Geometry.Point3d)"]

Namespace: Rhino.Render
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0

Syntax

C#

public void Insert(
	int index,
	Point3d item
)

VB

Public Sub Insert ( 
	index As Integer,
	item As Point3d
)

Parameters

 

index
Type: System.Int32
[Missing documentation for "M:Rhino.Render.CachedTextureCoordinates.Insert(System.Int32,Rhino.Geometry.Point3d)"]
item
Type: Rhino.Geometry.Point3d
[Missing documentation for "M:Rhino.Render.CachedTextureCoordinates.Insert(System.Int32,Rhino.Geometry.Point3d)"]

Implements

IList(T).Insert(Int32, T)

Version Information

Supported in: 5D58w

See Also

Reference

CachedTextureCoordinates Class
Rhino.Render Namespace

Clone this wiki locally