Click or drag to resize

DimensionUpdateDimensionText Method (DimensionStyle, LengthUnit)

Remakes dimension text geometry object and sets it on the dimension.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 9.0
Syntax
public void UpdateDimensionText(
	DimensionStyle style,
	LengthUnit units
)

Parameters

style
Type: Rhino.DocObjectsDimensionStyle
The dimension style.
units
Type: RhinoLengthUnit
The length units.
See Also