RadialDimension.AdjustFromPoints Method

RadialDimensionAdjustFromPoints Method

Update Dimension geometry from point locations

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public bool AdjustFromPoints(
	Plane plane,
	Point3d centerpoint,
	Point3d radiuspoint,
	Point3d dimlinepoint,
	double rotationInPlane
)
Public Function AdjustFromPoints ( 
	plane As Plane,
	centerpoint As Point3d,
	radiuspoint As Point3d,
	dimlinepoint As Point3d,
	rotationInPlane As Double
) As Boolean

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)"]

Version Information

Rhino for Windows

Supported in: 6.14
See Also