NForceDirectedVertexBody Class Members
In This Topic
The following tables list the members exposed by NForceDirectedVertexBody.
Public Constructors
Public Fields
| Name | Description |
 | CurForce | Holds the current force, which this body exerts |
 | ElectricalCharge | Specifies the electrical charge of the body |
 | Mass | Specifies the mass of the body |
 | PrevForce | Holds the previous force, exerted by the body |
 | Temperature | Holds the current temperature of this vertex |
 | XMoveable | Specifies whether the body can be moved in the X direction |
 | YMoveable | Specifies whether the body can be moved in the Y direction |
Top
Public Properties
| Name | Description |
 | IsFixed | Determines whether the vertex is fixed (e.g. cannot be moved in both X and Y directions) |
Top
Public Methods
| Name | Description |
 | AccumulateForce | Accumulates the force components acting on this body |
Top
See Also