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)
Syntaxpublic void PerpEdge(
bool orientation,
double lAdjCoef = 1
)
Public Sub PerpEdge (
orientation As Boolean,
Optional lAdjCoef As Double = 1
)
public:
void PerpEdge(
bool orientation,
double lAdjCoef = 1
)
member PerpEdge :
orientation : bool *
?lAdjCoef : float
(* Defaults:
let _lAdjCoef = defaultArg lAdjCoef 1
*)
-> unit
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