Click or drag to resize

Centermark Constructor (Plane, Curve, Double)

Constructs a new center mark dimension.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 8.0
Syntax
public Centermark(
	Plane plane,
	Curve curve,
	double curveParameter
)

Parameters

plane
Type: Rhino.GeometryPlane
Dimension's plane.
curve
Type: Rhino.GeometryCurve
Curve used to determine the center mark's radius.
curveParameter
Type: SystemDouble
Parameter on curve used to determine the center mark's radius.
See Also