The PickContext type exposes the following members.
Methods
| Name | Description |
---|
| Dispose | |
| Dispose(Boolean) | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
| Finalize | (Overrides ObjectFinalize.) |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) |
| GetType | Gets the Type of the current instance. (Inherited from Object.) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
| PickFrustumTest(BoundingBox, Boolean) |
Fast test to check if a bounding box intersects a pick frustum.
|
| PickFrustumTest(Point3d, Double, Double) | Utility for picking 3d point |
| PickFrustumTest(BezierCurve, Double, Double, Double) | |
| PickFrustumTest(Line, Double, Double, Double) | |
| PickFrustumTest(NurbsCurve, Double, Double, Double) | |
| PickFrustumTest(Point3d, Int32, Double, Double) | |
| PickFrustumTest(PointCloud, Int32, Double, Double) | |
| PickFrustumTest(Mesh, PickContextMeshPickStyle, Point3d, Double, Double, PickContextMeshHitFlag, Int32) | Utility for picking meshes |
| PickFrustumTest(Mesh, PickContextMeshPickStyle, Point3d, Point2d, Point2d, Double, Double, PickContextMeshHitFlag, Int32) | Utility for picking meshes |
| PickMeshTopologyVertices |
Utility for picking mesh vertices
|
| SetPickTransform | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
| UpdateClippingPlanes |
Updates the clipping plane information in pick region. The
SetClippingPlanes and View fields must be called before calling
UpdateClippingPlanes().
|
TopSee Also