|
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)
Syntaxpublic bool IntersectionLine(
Point3 test_point,
out Line3 intLine
)
Public Function IntersectionLine (
test_point As Point3,
<OutAttribute> ByRef intLine As Line3
) As Boolean
public:
bool IntersectionLine(
Point3 test_point,
[OutAttribute] Line3% intLine
)
member IntersectionLine :
test_point : Point3 *
intLine : Line3 byref -> bool
Parameters
- test_point
- Type: Karamba.GeometryPoint3
point close to the model. - intLine
- Type: Karamba.GeometryLine3
line that intersects the model.
Return Value
Type:
Booleantrue if an intersection could be found.
See Also