Click or drag to resize

PFEdgeInterPerp Method

Rotates the edge towards a target vector making sure the ends do not travel beyond a max distance

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

Parameters

orientation
Type: SystemBoolean

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

maxTravel
Type: SystemDouble

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

lAdjCoef (Optional)
Type: SystemDouble

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

See Also