|
AnyCAD Rapid API 2026
Help you to create a better world!
|
Represents a convex volume bounded by planes. 更多...
Public 成员函数 | |
| BoundedVolume (global::System.IntPtr cPtr, bool cMemoryOwn) | |
| 仅供内部使用 | |
| void | Dispose () |
| BoundedVolume (EnumPlaneSide theOutside) | |
| Constructor, determines which side is deemed to be 'outside' | |
| bool | intersects (AABoxF box) |
| bool | intersects (SphereF sphere) |
| RayIntersectF | intersects (RayF ray) |
属性 | |
| PlaneFList | planes [get, set] |
| EnumPlaneSide | outside [get, set] |
Represents a convex volume bounded by planes.
Group: Common
| bool AnyCAD.Foundation.BoundedVolume.intersects | ( | AABoxF | box | ) |
Intersection test with AABB
May return false positives but will never miss an intersection.
| RayIntersectF AnyCAD.Foundation.BoundedVolume.intersects | ( | RayF | ray | ) |
Intersection test with a Ray
May return false positives but will never miss an intersection.
| bool AnyCAD.Foundation.BoundedVolume.intersects | ( | SphereF | sphere | ) |
Intersection test with Sphere
May return false positives but will never miss an intersection.