Create a new center mark
Namespace:
Rhino.Geometry
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntaxpublic 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 AnnotationStyle - 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[Missing <returns> documentation for "M:Rhino.Geometry.Centermark.Create(Rhino.DocObjects.DimensionStyle,Rhino.Geometry.Plane,Rhino.Geometry.Point3d,System.Double)"]
See Also