Click or drag to resize

CustomSensorPattern Methods

The CustomSensorPattern type exposes the following members.

Methods
  NameDescription
Public methodEncloses
Indicates if the provided point is inside the volume.
(Overrides SolidEncloses(Cartesian).)
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 methodGetEnclosureDescriptions
Gets the list of descriptions for the enclosure functions for this solid.
(Overrides SolidGetEnclosureDescriptions.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetProjection(Ellipsoid, KinematicTransformation)
Gets the projection of the sensor onto the front surface of a specified ellipsoid and into space.
(Inherited from SensorFieldOfView.)
Public methodGetProjection(Ellipsoid, KinematicTransformation, SensorProjectionOptions)
Gets the projection of the sensor onto the front surface of a specified ellipsoid and onto a plane at a specified distance in space.
(Overrides SensorFieldOfViewGetProjection(Ellipsoid, KinematicTransformation, SensorProjectionOptions).)
Public methodGetService
Gets the service object of the specified type.
(Inherited from SensorFieldOfView.)
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.)
Protected methodOnRadiusChanged
Called after the Radius property changes.
(Inherited from SensorFieldOfView.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also