Click or drag to resize

RayMeshIntersection Class

Represent all the intersections between a ray and a mesh.
Inheritance Hierarchy
SystemObject
  System.Collections.GenericDictionaryInt32, Point3
    Karamba.Results.ShellSectionRayMeshIntersection

Namespace:  Karamba.Results.ShellSection
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public class RayMeshIntersection : Dictionary<int, Point3>

The RayMeshIntersection type exposes the following members.

Constructors
  NameDescription
Public methodRayMeshIntersection
Initializes a new instance of the RayMeshIntersection class
Top
Properties
  NameDescription
Public propertyComparer (Inherited from DictionaryInt32, Point3.)
Public propertyCount (Inherited from DictionaryInt32, Point3.)
Public propertyFaceIndexes
Gets the collection of intersected faces.
Public propertyItem
Gets or sets the value associated with the specified key.
(Inherited from DictionaryInt32, Point3.)
Public propertyKeys (Inherited from DictionaryInt32, Point3.)
Public propertyValues (Inherited from DictionaryInt32, Point3.)
Top
Methods
  NameDescription
Public methodAdd
Adds the specified key and value to the dictionary.
(Inherited from DictionaryInt32, Point3.)
Public methodClear (Inherited from DictionaryInt32, Point3.)
Public methodContainsKey (Inherited from DictionaryInt32, Point3.)
Public methodContainsValue (Inherited from DictionaryInt32, Point3.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetClosestIntersection
Returns closest intersection to a given point.
Public methodGetEnumerator (Inherited from DictionaryInt32, Point3.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetObjectData (Inherited from DictionaryInt32, Point3.)
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 methodOnDeserialization
Implements the ISerializable interface and raises the deserialization event when the deserialization is complete.
(Inherited from DictionaryInt32, Point3.)
Public methodRemove (Inherited from DictionaryInt32, Point3.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodTryGetPoint
Get the value associated with the face mesh index.
Public methodTryGetValue
Gets the value associated with the specified key.
(Inherited from DictionaryInt32, Point3.)
Top
See Also