Method CreateLinePair
CreateLinePair(IPointPair, IPointPair)
直線ペアを生成します。
Declaration
public static ILinePair CreateLinePair(IPointPair pointPair0, IPointPair pointPair1)
Parameters
Type | Name | Description |
---|---|---|
IPoint |
pointPair0 | 直線ペア0 |
IPoint |
pointPair1 | 直線ペア1 |
Returns
Type | Description |
---|---|
ILine |
直線ペア |