An individual segment of the analytic surface.
import odbAccess session.odbs[name].parts[name].analyticSurface.segments[i] session.odbs[name].rootAssembly.instances[name].analyticSurface\ .segments[i] session.odbs[name].steps[name].frames[i].fieldOutputs[name].values[i]\ .instance.analyticSurface.segments[i]
This method creates an AnalyticSurfaceSegment object.
odbAccess.AnalyticSurfaceSegment
Required arguments
A SymbolicConstant specifying the type of AnalyticSurfaceSegment. Possible values are START, LINE, CIRCLE, and PARABOLA.
A sequence of sequences of Floats specifying the coordinates of point/s representing the segment of the AnalyticSurface object. If type=CIRCLE, the first row contains coordinates of the end point and the second row contains coordinates of the center point. If type=PARABOLA, the first row contains coordinates of the middle point and the second row contains coordinates of the end point. If type=START or type=LINE, a single row contains coordinates of the start/end point.
Optional arguments
Return value
An AnalyticSurfaceSegment object.
Exceptions
The AnalyticSurfaceSegment object has members with the same names and descriptions as the arguments to the AnalyticSurfaceSegment method.