CachedTextureCoordinates.Add Method

CachedTextureCoordinatesAdd 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 Add(
	Point3d item
)
Public Sub Add ( 
	item As Point3d
)

Parameters

item
Type: Rhino.GeometryPoint3d

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

Implements

ICollectionTAdd(T)
Version Information

Rhino for Mac

Supported in: 5.4
See Also