Click or drag to resize

VivinityMeshIntersectionLine Method

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

Namespace:  Karamba.GHopper.Geometry
Assembly:  karambaGH (in karambaGH.dll) Version: 1.15.0.0 (1.15.0.0)
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