Click or drag to resize

CentermarkCreate Method (DimensionStyle, Plane, Point3d, Double)

Creates a new center mark dimension.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax
public static Centermark Create(
	DimensionStyle dimStyle,
	Plane plane,
	Point3d centerPoint,
	double radius
)

Parameters

dimStyle
Type: Rhino.DocObjectsDimensionStyle
Dimension's dimension style.
plane
Type: Rhino.GeometryPlane
Dimension's plane.
centerPoint
Type: Rhino.GeometryPoint3d
Dimension's center point.
radius
Type: SystemDouble
Center mark's radius.

Return Value

Type: Centermark
A new center mark if successful, null otherwise.
See Also