Topsolid online Help Index
Created : v6.5
This enum is used to define the type of geometric surface attached to a face.
topSurfaceTypeUnknown = -1 : Unknown type.
topSurfaceTypeNone = 0 : No geometry.
topSurfaceTypePlane = 1 : Plane.
topSurfaceTypeCylinder = 2 : Cylinder.
topSurfaceTypeCone = 3 : Cone.
topSurfaceTypeSphere = 4 : Sphere.
topSurfaceTypeTorus = 5 : Torus.
topSurfaceTypeBSpline = 6 : B-spline surface.
topSurfaceTypeExtruded = 7 : Extruded surface.
topSurfaceTypeRevolved = 8 : Revolved surface.
topSurfaceTypeOffset = 9 : Offset surface.
Topsolid online Help Index