BaseFlowJobElementHasPoint Method |
Tests whether a point is inside (inclusively) the job element. This applies only if the job element is on a single plane.
Namespace: RAYLASE.Marker.JobElementAssembly: RAYLASE.Marker.JobElement (in RAYLASE.Marker.JobElement.dll) Version: 2.19.0
Syntaxpublic bool HasPoint(
dvec3 point
)
Parameters
- point dvec3
- The point.
Return Value
BooleanTrue if the point is inside the job element.
Implements
ITransformableHasPoint(dvec3)
See Also