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
)
Public Shared Function Create (
dimStyle As DimensionStyle,
plane As Plane,
centerPoint As Point3d,
radius As Double
) As Centermark
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:
CentermarkA new center mark if successful, null otherwise.
See Also