Click or drag to resize

AngularDimensionAdjustFromPoints Method (Plane, Point3d, Point3d, Point3d, Point3d)

Updates dimension geometry from point locations.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax
public bool AdjustFromPoints(
	Plane plane,
	Point3d centerpoint,
	Point3d defpoint1,
	Point3d defpoint2,
	Point3d dimlinepoint
)

Parameters

plane
Type: Rhino.GeometryPlane
Dimension's plane
centerpoint
Type: Rhino.GeometryPoint3d
Dimension's center point
defpoint1
Type: Rhino.GeometryPoint3d
Point on first extension line.
defpoint2
Type: Rhino.GeometryPoint3d
Point on second extension line.
dimlinepoint
Type: Rhino.GeometryPoint3d
Point on dimension arc.

Return Value

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