Click or drag to resize

ReplayHistoryResultUpdateToSurface Method

[Missing <summary> documentation for "M:Rhino.DocObjects.ReplayHistoryResult.UpdateToSurface(Rhino.Geometry.Surface,Rhino.DocObjects.ObjectAttributes)"]

Namespace:  Rhino.DocObjects
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public bool UpdateToSurface(
	Surface surface,
	ObjectAttributes attributes
)

Parameters

surface
Type: Rhino.GeometrySurface

[Missing <param name="surface"/> documentation for "M:Rhino.DocObjects.ReplayHistoryResult.UpdateToSurface(Rhino.Geometry.Surface,Rhino.DocObjects.ObjectAttributes)"]

attributes
Type: Rhino.DocObjectsObjectAttributes

[Missing <param name="attributes"/> documentation for "M:Rhino.DocObjects.ReplayHistoryResult.UpdateToSurface(Rhino.Geometry.Surface,Rhino.DocObjects.ObjectAttributes)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Rhino.DocObjects.ReplayHistoryResult.UpdateToSurface(Rhino.Geometry.Surface,Rhino.DocObjects.ObjectAttributes)"]

See Also