Enum SurfaceType
Defines the various types of surfaces attached to shape faces.
Namespace: TopSolid.Kernel.Automating
Assembly: cs.temp.dll.dll
Syntax
[AvailableSinceVersion(7, 6, 0, 0)]
public enum SurfaceType
Remarks
This enum is available since v7.6.
Fields
| Name | Description |
|---|---|
| BSpline | B-spline. |
| Cone | Cone. |
| Cylinder | Cylinder. |
| Extruded | Extruded surface. |
| Faceted | Faceted (available since v7.12). |
| Fillet | Rolling ball fillet (available since v7.12). |
| None | No surface attached. |
| Offset | Offset surface. |
| Plane | Plane. |
| Revolved | Revolved surface. |
| Sphere | Sphere. |
| Torus | Torus. |
| Unclassified | Unclassified type. |