Click or drag to resize

ReplayHistoryDataTryGetPoint3dOnObject Method

[Missing <summary> documentation for "M:Rhino.DocObjects.ReplayHistoryData.TryGetPoint3dOnObject(System.Int32,Rhino.Geometry.Point3d@)"]

Namespace:  Rhino.DocObjects
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax
public bool TryGetPoint3dOnObject(
	int id,
	out Point3d value
)

Parameters

id
Type: SystemInt32

[Missing <param name="id"/> documentation for "M:Rhino.DocObjects.ReplayHistoryData.TryGetPoint3dOnObject(System.Int32,Rhino.Geometry.Point3d@)"]

value
Type: Rhino.GeometryPoint3d

[Missing <param name="value"/> documentation for "M:Rhino.DocObjects.ReplayHistoryData.TryGetPoint3dOnObject(System.Int32,Rhino.Geometry.Point3d@)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Rhino.DocObjects.ReplayHistoryData.TryGetPoint3dOnObject(System.Int32,Rhino.Geometry.Point3d@)"]

See Also