Dynamic Relaxation Clash Plugin

CallBackGeomListener Members

The CallBackGeomListener type exposes the following members.

Constructors


  Name Description
Public method CallBackGeomListener
Initializes a new instance of the CallBackGeomListener class.

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.

Fields


  Name Description
Private field _path
The _path
Public field PathLines
The path lines
Public field PointList
The point list
Private field translationVector
The current translation vector for the fragment. The COM API only gives local coord for the primitives. The translation vector is used to generate global coord.

Properties


  Name Description
Public property IsPath
Gets or sets a value indicating whether this instance is path.
Public property Path
The path generated if IsPath is true.