Dynamic Relaxation Clash Plugin

CallBackGeomListener..::..Line Method

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.

Namespace:  DynamicRelaxationClashVerification.Models
Assembly:  DynamicRelaxationClashVerification (in DynamicRelaxationClashVerification.dll)

Syntax


public void Line(
	InwSimpleVertex v1,
	InwSimpleVertex v2
)
Public Sub Line ( _
	v1 As InwSimpleVertex, _
	v2 As InwSimpleVertex _
)
public:
void Line(
	InwSimpleVertex^ v1, 
	InwSimpleVertex^ v2
)

Parameters

v1
Type: InwSimpleVertex
The v1.
v2
Type: InwSimpleVertex
The v2.