RadialDimension Constructor (Circle, Point3d, Double)

RadialDimension Constructor (Circle, Point3d, Double)

Construct a radial dimension from 3d input

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public RadialDimension(
	Circle circle,
	Point3d arrowTip,
	double offsetDistance
)
Public Sub New ( 
	circle As Circle,
	arrowTip As Point3d,
	offsetDistance As Double
)

Parameters

circle
Type: Rhino.GeometryCircle

[Missing <param name="circle"/> documentation for "M:Rhino.Geometry.RadialDimension.#ctor(Rhino.Geometry.Circle,Rhino.Geometry.Point3d,System.Double)"]

arrowTip
Type: Rhino.GeometryPoint3d
3d point on the circle at the dimension arrow tip
offsetDistance
Type: SystemDouble
distance from arrow tip to knee point
Version Information

Rhino for Mac

Supported in: 5.4
See Also