Click or drag to resize

ChangeQueueProvideOriginalObject Method

Override ProvideOriginalObject and return true if you want original objects supplied with ChangeQueue.Mesh. This will then also allow access to the Attributes.UserData of the original object from which the Mesh was generated.

Namespace:  Rhino.Render.ChangeQueue
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
protected virtual bool ProvideOriginalObject()

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Rhino.Render.ChangeQueue.ChangeQueue.ProvideOriginalObject"]

See Also