Dynamic Relaxation Clash Plugin

CallBackGeomListener..::..Triangle Method

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.

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

Syntax


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

Parameters

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