Click or drag to resize

CentermarkAdjustFromPoints Method

Update dimension geometry from point locations.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 8.0
Syntax
public bool AdjustFromPoints(
	Plane plane,
	Point3d centerPoint
)

Parameters

plane
Type: Rhino.GeometryPlane
Dimension's plane.
centerPoint
Type: Rhino.GeometryPoint3d
Dimension's center point.

Return Value

Type: Boolean
True if successful, false otherwise.
See Also