Click or drag to resize

Vicinity Constructor

Initializes a new instance of the Vicinity class

Namespace:  Karamba.GHopper.Geometry
Assembly:  karambaGH (in karambaGH.dll) Version: 1.15.0.0 (1.15.0.0)
Syntax
public Vicinity(
	List<Point3d> to_points,
	List<Curve> to_curves,
	List<Line> to_lines,
	List<Plane> to_planes,
	List<Brep> to_breps,
	List<Mesh> to_meshes,
	double limit_dist = 1E-10
)

Parameters

to_points
Type: System.Collections.GenericListPoint3d

[Missing <param name="to_points"/> documentation for "M:Karamba.GHopper.Geometry.Vicinity.#ctor(System.Collections.Generic.List{Rhino.Geometry.Point3d},System.Collections.Generic.List{Rhino.Geometry.Curve},System.Collections.Generic.List{Rhino.Geometry.Line},System.Collections.Generic.List{Rhino.Geometry.Plane},System.Collections.Generic.List{Rhino.Geometry.Brep},System.Collections.Generic.List{Rhino.Geometry.Mesh},System.Double)"]

to_curves
Type: System.Collections.GenericListCurve

[Missing <param name="to_curves"/> documentation for "M:Karamba.GHopper.Geometry.Vicinity.#ctor(System.Collections.Generic.List{Rhino.Geometry.Point3d},System.Collections.Generic.List{Rhino.Geometry.Curve},System.Collections.Generic.List{Rhino.Geometry.Line},System.Collections.Generic.List{Rhino.Geometry.Plane},System.Collections.Generic.List{Rhino.Geometry.Brep},System.Collections.Generic.List{Rhino.Geometry.Mesh},System.Double)"]

to_lines
Type: System.Collections.GenericListLine

[Missing <param name="to_lines"/> documentation for "M:Karamba.GHopper.Geometry.Vicinity.#ctor(System.Collections.Generic.List{Rhino.Geometry.Point3d},System.Collections.Generic.List{Rhino.Geometry.Curve},System.Collections.Generic.List{Rhino.Geometry.Line},System.Collections.Generic.List{Rhino.Geometry.Plane},System.Collections.Generic.List{Rhino.Geometry.Brep},System.Collections.Generic.List{Rhino.Geometry.Mesh},System.Double)"]

to_planes
Type: System.Collections.GenericListPlane

[Missing <param name="to_planes"/> documentation for "M:Karamba.GHopper.Geometry.Vicinity.#ctor(System.Collections.Generic.List{Rhino.Geometry.Point3d},System.Collections.Generic.List{Rhino.Geometry.Curve},System.Collections.Generic.List{Rhino.Geometry.Line},System.Collections.Generic.List{Rhino.Geometry.Plane},System.Collections.Generic.List{Rhino.Geometry.Brep},System.Collections.Generic.List{Rhino.Geometry.Mesh},System.Double)"]

to_breps
Type: System.Collections.GenericListBrep

[Missing <param name="to_breps"/> documentation for "M:Karamba.GHopper.Geometry.Vicinity.#ctor(System.Collections.Generic.List{Rhino.Geometry.Point3d},System.Collections.Generic.List{Rhino.Geometry.Curve},System.Collections.Generic.List{Rhino.Geometry.Line},System.Collections.Generic.List{Rhino.Geometry.Plane},System.Collections.Generic.List{Rhino.Geometry.Brep},System.Collections.Generic.List{Rhino.Geometry.Mesh},System.Double)"]

to_meshes
Type: System.Collections.GenericListMesh

[Missing <param name="to_meshes"/> documentation for "M:Karamba.GHopper.Geometry.Vicinity.#ctor(System.Collections.Generic.List{Rhino.Geometry.Point3d},System.Collections.Generic.List{Rhino.Geometry.Curve},System.Collections.Generic.List{Rhino.Geometry.Line},System.Collections.Generic.List{Rhino.Geometry.Plane},System.Collections.Generic.List{Rhino.Geometry.Brep},System.Collections.Generic.List{Rhino.Geometry.Mesh},System.Double)"]

limit_dist (Optional)
Type: SystemDouble

[Missing <param name="limit_dist"/> documentation for "M:Karamba.GHopper.Geometry.Vicinity.#ctor(System.Collections.Generic.List{Rhino.Geometry.Point3d},System.Collections.Generic.List{Rhino.Geometry.Curve},System.Collections.Generic.List{Rhino.Geometry.Line},System.Collections.Generic.List{Rhino.Geometry.Plane},System.Collections.Generic.List{Rhino.Geometry.Brep},System.Collections.Generic.List{Rhino.Geometry.Mesh},System.Double)"]

See Also