BrepFilletSurfaceResults Class |
Namespace: Rhino.Geometry
The BrepFilletSurfaceResults type exposes the following members.
| Name | Description | |
|---|---|---|
| BrepFilletSurfaceResults | Initializes a new instance of the BrepFilletSurfaceResults class |
| Name | Description | |
|---|---|---|
| Face0 |
The first face used as input for the fillet surface generation
| |
| Face1 |
The second face used as input for the fillet surface generation
| |
| Fillets |
The fillet surfaces created between the first and second face
| |
| OutBreps0 |
If the first input face was trimmed, the trimmed results are returned here
| |
| OutBreps1 |
If the second input face was trimmed, the trimmed results are returned here
|
| 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.) |