FilletResult Class |
Namespace: RootPro.RootProCAD.Geometry
The FilletResult type exposes the following members.
Name | Description | |
---|---|---|
FilletResult | Initializes a new instance of the FilletResult class |
Name | Description | |
---|---|---|
FilletShape |
Get the arc of fillet.
| |
ShapeTrimState1 |
Get the state of the first figure after executing fillet.
| |
ShapeTrimState2 |
Get the state of the second figure after executing fillet.
| |
Succeeded |
Get whether fillet execution was successful.
| |
TrimmedShape1 |
Get the trimmed first shape after executing the fillet.
| |
TrimmedShape2 |
Get the trimmed second shape after executing the fillet.
|
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |