|
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)
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