Click or drag to resize

VicinityMeshIntersectionLine Method

constructs a line that intersects the shell mesh of a model from a point close to the model.

Namespace:  Karamba.GHopper.Geometry
Assembly:  Karamba3D (in Karamba3D.dll) Version: 2.2.0.5 (2.2.0.5)
Syntax
public bool IntersectionLine(
	Point3 test_point,
	out Line3 intLine
)

Parameters

test_point
Type: Karamba.GeometryPoint3
point close to the model.
intLine
Type: Karamba.GeometryLine3
line that intersects the model.

Return Value

Type: Boolean
true if an intersection could be found.
See Also