Click or drag to resize
AB4D logo

PlaneGetIntersectionType(Point3D) Method

Returns a PlanePlaneIntersectionType that describes where the specified position lie in relation to this Plane.

Namespace: Ab3d.Utilities
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax
C#
public PlanePlaneIntersectionType GetIntersectionType(
	Point3D position
)

Parameters

position  Point3D
position as Point3D

Return Value

PlanePlaneIntersectionType
PlaneIntersectionType that describes where the specified position lie in relation to this Plane
See Also