Click or drag to resize

RadialDimension Constructor (AnnotationType, Plane, Point3d, Point3d, Point3d)

Constructs a radial dimension from parameters.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 8.0
Syntax
public RadialDimension(
	AnnotationType dimtype,
	Plane plane,
	Point3d centerpoint,
	Point3d radiuspoint,
	Point3d dimlinepoint
)

Parameters

dimtype
Type: Rhino.GeometryAnnotationType
AnnotationType.Diameter or AnnotationType.Radius
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
See Also