Dynamic Relaxation Clash Plugin

CallBackGeomListener Methods

The CallBackGeomListener type exposes the following members.

Methods


  Name Description
Public method Equals(System.Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected method Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public method GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Public method Line
Method that is called if the fragment is a line. It gives the two points (start and end point) of the line as parameters. If IsPath is true, the points are converted to global coord, before added to the path list.
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public method Point
Method that is called if the fragment is a point. It gives the the point as parameters. This method is currently not in use, as no points fragments are needed.
Public method SetTranslationVector
Sets the translation vector.
Public method SnapPoint
Method that is called if the fragment is a snap point. It gives the the point as parameters. This method is currently not in use, as no points fragments are needed.
Public method ToString
Returns a String that represents the current Object.
(Inherited from Object.)
Public method Triangle
Method that is called if the fragment is a triangle. It gives the the three points that the triangle is made of as parameters. It converts the points into global coord.