TIntersectionMode
Unit
Syntax
type TIntersectionMode = (imNone, imPoint, imLine, imPlane);
Description
Defines a mode of 3D objects intersection.
Value |
Meaning |
imNone |
No intersection |
imPoint |
Intersection is point |
imLine |
Intersection is line |
imPlane |
Intersection is plane |
Go to CAD VCL Enterprise