Click or drag to resize
AB4D logo

PlaneGetIntersectionType(Point3DCollection, Transform3D) Method

Returns a PlanePlaneIntersectionType that describes where the specified positions 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(
	Point3DCollection positions,
	Transform3D transform = null
)

Parameters

positions  Point3DCollection
positions as Point3DCollection
transform  Transform3D  (Optional)
transform as Transform3D (null by default)

Return Value

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