A sequence of AnalyticSurfaceSegment describing an analytic surface profile.
import odbAccess session.odbs[name].parts[name].analyticSurface.segments session.odbs[name].rootAssembly.instances[name].analyticSurface\ .segments session.odbs[name].steps[name].frames[i].fieldOutputs[name].values[i]\ .instance.analyticSurface.segments
This method creates a OdbSequenceAnalyticSurfaceSegment object.
odbAccess.AnalyticSurfaceProfile
Return value
An OdbSequenceAnalyticSurfaceSegment object.
Exceptions
This method adds a AnalyticSurfaceSegment describing the first segment of the surface profile.
Required argument
A sequence of Floats specifying the coordinates of start point.
Optional arguments
Return value
Exceptions
This method adds a AnalyticSurfaceSegment describing the line segment of the surface profile.
Required argument
A sequence of Floats specifying the coordinates of end point.
Optional arguments
Return value
Exceptions
This method adds a AnalyticSurfaceSegment describing a circular segment of the surface profile.
Required arguments
A sequence of Floats specifying the coordinates of center of the circular segment.
A sequence of Floats specifying the coordinates of end point of the circular segment.
Optional arguments
Return value
Exceptions
This method adds a AnalyticSurfaceSegment describing a parabolic segment of the surface profile.
Required arguments
A sequence of Floats specifying the coordinates of middle point of the parabolic segment.
A sequence of Floats specifying the coordinates of end point of the parabolic segment.
Optional arguments
Return value
Exceptions