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)
Syntaxpublic 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 InformationRhino for Mac
Supported in: 5.4
See Also