M_Rhino_Geometry_RadialDimension__ctor - mcneel/rhinocommon-api-docs GitHub Wiki
Construct a radial dimension from 3d input
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public RadialDimension(
Circle circle,
Point3d arrowTip,
double offsetDistance
)
VB
Public Sub New (
circle As Circle,
arrowTip As Point3d,
offsetDistance As Double
)
- circle
- Type: Rhino.Geometry.Circle
[Missing documentation for "M:Rhino.Geometry.RadialDimension.#ctor(Rhino.Geometry.Circle,Rhino.Geometry.Point3d,System.Double)"] - arrowTip
- Type: Rhino.Geometry.Point3d
3d point on the circle at the dimension arrow tip - offsetDistance
- Type: System.Double
distance from arrow tip to knee point
Supported in: 6.0.16224.21491, 5D58w
RadialDimension Class
RadialDimension Overload
Rhino.Geometry Namespace