Click or drag to resize

PFEdgePerpEdge Method

1 Step perpendincularization of the edge Will change the locations of the vertexes at the ends This should be used on a clone of the edge Requires dual of the edge to be set

Namespace:  PolyFramework
Assembly:  PolyFramework (in PolyFramework.dll) Version: 0.5.0.0 (0.5.0.0)
Syntax
public void PerpEdge(
	bool orientation,
	double lAdjCoef = 1
)

Parameters

orientation
Type: SystemBoolean

[Missing <param name="orientation"/> documentation for "M:PolyFramework.PFEdge.PerpEdge(System.Boolean,System.Double)"]

lAdjCoef (Optional)
Type: SystemDouble

[Missing <param name="lAdjCoef"/> documentation for "M:PolyFramework.PFEdge.PerpEdge(System.Boolean,System.Double)"]

Return Value

Type: 
the length of the edge after the process
See Also