The AnalyticSurface object is a geometric surface that can be described with straight and/or curved line segments.
import odbAccess session.odbs[name].parts[name].analyticSurface session.odbs[name].rootAssembly.instances[name].analyticSurface session.odbs[name].steps[name].frames[i].fieldOutputs[name].values[i]\ .instance.analyticSurface
The AnalyticSurface object has the following members:
A String specifying the name of the analytic surface.
A SymbolicConstant specifying the type of AnalyticSurface object. Possible values are SEGMENTS, CYLINDER, and REVOLUTION.
A Float specifying radius of curvature to smooth discontinuities between adjoining segments. The default value is 0.0.
An OdbSequenceAnalyticSurfaceSegment object specifying the profile associated with the surface.
A tuple of tuples of Floats specifying the global coordinates of points representing the local coordinate system, if used.