Click or drag to resize

PickContext Methods

The PickContext type exposes the following members.

Methods
  NameDescription
Public methodDispose
Protected methodDispose(Boolean)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize (Overrides ObjectFinalize.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodPickFrustumTest(BoundingBox, Boolean)
Fast test to check if a bounding box intersects a pick frustum.
Public methodPickFrustumTest(Point3d, Double, Double)
Utility for picking 3d point
Public methodPickFrustumTest(BezierCurve, Double, Double, Double)
Public methodPickFrustumTest(Line, Double, Double, Double)
Public methodPickFrustumTest(NurbsCurve, Double, Double, Double)
Public methodPickFrustumTest(Point3d, Int32, Double, Double)
Public methodPickFrustumTest(PointCloud, Int32, Double, Double)
Public methodPickFrustumTest(Mesh, PickContextMeshPickStyle, Point3d, Double, Double, PickContextMeshHitFlag, Int32)
Utility for picking meshes
Public methodPickFrustumTest(Mesh, PickContextMeshPickStyle, Point3d, Point2d, Point2d, Double, Double, PickContextMeshHitFlag, Int32)
Utility for picking meshes
Public methodPickMeshTopologyVertices
Utility for picking mesh vertices
Public methodSetPickTransform
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodUpdateClippingPlanes
Updates the clipping plane information in pick region. The SetClippingPlanes and View fields must be called before calling UpdateClippingPlanes().
Top
See Also