Click or drag to resize

RadialDimensionAdjustFromPoints Method

Update 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 radiuspoint,
	Point3d dimlinepoint,
	double rotationInPlane
)

Parameters

plane
Type: Rhino.GeometryPlane
Dimension's plane
centerpoint
Type: Rhino.GeometryPoint3d
Dimension's center point
radiuspoint
Type: Rhino.GeometryPoint3d
Point on dimension radius
dimlinepoint
Type: Rhino.GeometryPoint3d
Point on dimension line
rotationInPlane
Type: SystemDouble
Rotation around plane origin

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Rhino.Geometry.RadialDimension.AdjustFromPoints(Rhino.Geometry.Plane,Rhino.Geometry.Point3d,Rhino.Geometry.Point3d,Rhino.Geometry.Point3d,System.Double)"]

See Also