M_Rhino_Geometry_V6Centermark_Create - mcneel/rhinocommon-api-docs GitHub Wiki

V6Centermark.Create Method

Initialize Dimension parameters

Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0

Syntax

C#

public bool Create(
	Guid style_id,
	Plane plane,
	Point3d centerpoint,
	double radius
)

VB

Public Function Create ( 
	style_id As Guid,
	plane As Plane,
	centerpoint As Point3d,
	radius As Double
) As Boolean

Parameters

 

style_id
Type: System.Guid
[Missing documentation for "M:Rhino.Geometry.V6Centermark.Create(System.Guid,Rhino.Geometry.Plane,Rhino.Geometry.Point3d,System.Double)"]
plane
Type: Rhino.Geometry.Plane
[Missing documentation for "M:Rhino.Geometry.V6Centermark.Create(System.Guid,Rhino.Geometry.Plane,Rhino.Geometry.Point3d,System.Double)"]
centerpoint
Type: Rhino.Geometry.Point3d
[Missing documentation for "M:Rhino.Geometry.V6Centermark.Create(System.Guid,Rhino.Geometry.Plane,Rhino.Geometry.Point3d,System.Double)"]
radius
Type: System.Double
[Missing documentation for "M:Rhino.Geometry.V6Centermark.Create(System.Guid,Rhino.Geometry.Plane,Rhino.Geometry.Point3d,System.Double)"]

Return Value

Type: Boolean
[Missing documentation for "M:Rhino.Geometry.V6Centermark.Create(System.Guid,Rhino.Geometry.Plane,Rhino.Geometry.Point3d,System.Double)"]

Version Information

Supported in: 6.0.16224.21491

See Also

Reference

V6Centermark Class
Rhino.Geometry Namespace

⚠️ **GitHub.com Fallback** ⚠️