Method | Description | |
---|---|---|
Arc ( |
Creates a copy of this Arc
|
|
Arc ( Point basePoint, Point endPoint, |
||
Arc ( Point basePoint, Point endPoint, Line normalLine ) : System | ||
ContainingPlane ( ) : |
||
Equals ( object obj ) : bool |
does the same thing as ==
|
|
GetHashCode ( ) : int | ||
Reverse ( ) : |
||
Rotate ( |
Perfomrs the given rotation on the Arc a returns a new object that has been rotated
|
|
Shift ( |
Performs the given shift on the Arc and returns a new Arc that has been shifted
|
|
Translate ( |
Translates the arc with the given translation
|
|
operator ( ) : bool |
Not a perfect equality operator, is only accurate up to the Distance Class's accuracy
|
Method | Description | |
---|---|---|
Arc ( ) : System | ||
Arc ( Point basePoint, Point endPoint, Point centerPoint, |
||
IEdge ( ) : IEdge |
Returns a copy of this Arc
|
|
IEdge ( Point point ) : IEdge |
Translates the arc as an IEdge with the given translation
|
|
IEdge ( |
Perfomrs the given rotation on the Arc as an IEdge and returns a new object that has been rotated
|
|
IEdge ( |
Performs the given shift on this arc as an IEdge and returns it as an IEdge
|
public Arc ( Point basePoint, Point endPoint, |
||
basePoint | Point | |
endPoint | Point | |
initialDirection | ||
return | System |
public Arc ( Point basePoint, Point endPoint, Line normalLine ) : System | ||
basePoint | Point | |
endPoint | Point | |
normalLine | Line | |
return | System |
public Rotate ( |
||
passedRotation | The Rotation to rotate this Arc with | |
return |
public Translate ( |
||
translation | The translation to apply to the Arc | |
return |