CachedTextureCoordinates.Insert Method

CachedTextureCoordinatesInsert Method

IList implementation, this list is always read-only so calling this will cause a NotSupportedException to be thrown.

Namespace:  Rhino.Render
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public void Insert(
	int index,
	Point3d item
)
Public Sub Insert ( 
	index As Integer,
	item As Point3d
)

Parameters

index
Type: SystemInt32

[Missing <param name="index"/> documentation for "M:Rhino.Render.CachedTextureCoordinates.Insert(System.Int32,Rhino.Geometry.Point3d)"]

item
Type: Rhino.GeometryPoint3d

[Missing <param name="item"/> documentation for "M:Rhino.Render.CachedTextureCoordinates.Insert(System.Int32,Rhino.Geometry.Point3d)"]

Implements

IListTInsert(Int32, T)
Version Information

Rhino for Mac

Supported in: 5.4
See Also