Click or drag to resize

ObjectTableReplace Method

Overload List
  NameDescription
Public methodReplace(Guid, Arc)
Replaces one object with new curve object.
Public methodReplace(Guid, Brep)
Replaces one object with new brep object.
Public methodReplace(Guid, Circle)
Replaces one object with new curve object.
Public methodReplace(Guid, Curve)
Replaces one object with new curve object.
Public methodReplace(Guid, Extrusion)
Replaces one object with new extrusion object.
Public methodReplace(Guid, Hatch)
Replaces one object with new hatch object.
Public methodReplace(Guid, Leader)
Replaces one object with new text object.
Public methodReplace(Guid, Line)
Replaces one object with new line curve object.
Public methodReplace(Guid, Mesh)
Replaces one object with new mesh object.
Public methodReplace(Guid, Point)
Replaces one object with new point object.
Public methodReplace(Guid, Point3d)
Replaces one object with new point object.
Public methodReplace(Guid, PointCloud)
Replaces one object with new point cloud object.
Public methodReplace(Guid, Polyline)
Replaces one object with new curve object.
Public methodReplace(Guid, SubD)
Replaces one object with new subd object.
Public methodReplace(Guid, Surface)
Replaces one object with new surface object.
Public methodReplace(Guid, TextDot)
Replaces one object with new text dot object.
Public methodReplace(Guid, TextEntity)
Replaces one object with new text object.
Public methodReplace(ObjRef, RhinoObject)
Replaces one object with another. Conceptually, this function is the same as calling Setting new_object attributes = old_object attributes DeleteObject(old_object); AddObject(old_object);
Public methodReplace(ObjRef, Arc)
Replaces one object with new curve object.
Public methodReplace(ObjRef, Brep)
Replaces one object with new brep object.
Public methodReplace(ObjRef, Circle)
Replaces one object with new curve object.
Public methodCode exampleReplace(ObjRef, Curve)
Replaces one object with new curve object.
Public methodReplace(ObjRef, Extrusion)
Replaces one object with new extrusion object.
Public methodReplace(ObjRef, Hatch)
Replaces one object with new hatch object.
Public methodReplace(ObjRef, Leader)
Replaces one object with new text object.
Public methodReplace(ObjRef, Line)
Replaces one object with new line curve object.
Public methodReplace(ObjRef, Mesh)
Replaces one object with new mesh object.
Public methodReplace(ObjRef, Point)
Replaces one object with new point object.
Public methodReplace(ObjRef, Point3d)
Replaces one object with new point object.
Public methodReplace(ObjRef, PointCloud)
Replaces one object with new point cloud object.
Public methodReplace(ObjRef, Polyline)
Replaces one object with new curve object.
Public methodReplace(ObjRef, SubD)
Replaces one object with a new SubD object.
Public methodReplace(ObjRef, Surface)
Replaces one object with new surface object.
Public methodReplace(ObjRef, TextDot)
Replaces one object with new text dot object.
Public methodReplace(ObjRef, TextEntity)
Replaces one object with new text object.
Public methodReplace(Guid, Brep, Boolean)
Public methodReplace(Guid, GeometryBase, Boolean)
Replaces the geometry in one object.
Public methodReplace(ObjRef, Brep, Boolean)
Public methodReplace(ObjRef, GeometryBase, Boolean)
Replaces the geometry in one object.
Top
See Also