Skip to content

M_Rhino_Geometry_PatchGetter__ctor

Will Pearson edited this page Aug 12, 2016 · 1 revision

PatchGetter Constructor

Initializes a new instance of the PatchGetter class

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

Syntax

C#

public PatchGetter(
	SubD subd,
	int nurbsDisplayDensity,
	RhinoDoc doc
)

VB

Public Sub New ( 
	subd As SubD,
	nurbsDisplayDensity As Integer,
	doc As RhinoDoc
)

Parameters

 

subd
Type: Rhino.Geometry.SubD
[Missing documentation for "M:Rhino.Geometry.PatchGetter.#ctor(Rhino.Geometry.SubD,System.Int32,Rhino.RhinoDoc)"]
nurbsDisplayDensity
Type: System.Int32
[Missing documentation for "M:Rhino.Geometry.PatchGetter.#ctor(Rhino.Geometry.SubD,System.Int32,Rhino.RhinoDoc)"]
doc
Type: Rhino.RhinoDoc
[Missing documentation for "M:Rhino.Geometry.PatchGetter.#ctor(Rhino.Geometry.SubD,System.Int32,Rhino.RhinoDoc)"]

Version Information

Supported in: 6.0.16224.21491

See Also

Reference

PatchGetter Class
Rhino.Geometry Namespace

Clone this wiki locally