ObjectTable.Replace Method (Guid, Brep, Boolean)

ObjectTableReplace Method (Guid, Brep, Boolean)

[Missing <summary> documentation for "M:Rhino.DocObjects.Tables.ObjectTable.Replace(System.Guid,Rhino.Geometry.Brep,System.Boolean)"]

Namespace:  Rhino.DocObjects.Tables
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public bool Replace(
	Guid objectId,
	Brep brep,
	bool splitKinkySurfaces
)
Public Function Replace ( 
	objectId As Guid,
	brep As Brep,
	splitKinkySurfaces As Boolean
) As Boolean

Parameters

objectId
Type: SystemGuid

[Missing <param name="objectId"/> documentation for "M:Rhino.DocObjects.Tables.ObjectTable.Replace(System.Guid,Rhino.Geometry.Brep,System.Boolean)"]

brep
Type: Rhino.GeometryBrep

[Missing <param name="brep"/> documentation for "M:Rhino.DocObjects.Tables.ObjectTable.Replace(System.Guid,Rhino.Geometry.Brep,System.Boolean)"]

splitKinkySurfaces
Type: SystemBoolean

[Missing <param name="splitKinkySurfaces"/> documentation for "M:Rhino.DocObjects.Tables.ObjectTable.Replace(System.Guid,Rhino.Geometry.Brep,System.Boolean)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Rhino.DocObjects.Tables.ObjectTable.Replace(System.Guid,Rhino.Geometry.Brep,System.Boolean)"]

Version Information

Rhino for Windows

Supported in: 6.8
See Also