Members
The AnalyticSurface object has the following members:
- name
A String specifying the name of the analytic surface.
- type
A SymbolicConstant specifying the type of AnalyticSurface object. Possible values are SEGMENTS, CYLINDER, and REVOLUTION.
- filletRadius
A Float specifying radius of curvature to smooth discontinuities between adjoining segments. The default value is 0.0.
- segments
An OdbSequenceAnalyticSurfaceSegment object specifying the profile associated with the surface.
- localCoordData
A tuple of tuples of Floats specifying the global coordinates of points representing the local coordinate system, if used.