Accessodb.parts()[name].analyticSurface().segments() odb.rootAssembly().instances()[name].analyticSurface().segments() odb.steps()[name].frames(i).fieldOutputs()[name].values(i).instance()\ .analyticSurface().segments() Start(...)
This method adds a AnalyticSurfaceSegment describing the first segment of the surface profile. Prototypevoid Start(const odb_SequenceFloat& origin); Required arguments
Optional argumentsNone. Return valueNone. ExceptionsNone. Line(...)
This method adds a AnalyticSurfaceSegment describing the line segment of the surface profile. Prototypevoid Line(const odb_SequenceFloat& endPoint); Required arguments
Optional argumentsNone. Return valueNone. ExceptionsNone. Circle(...)
This method adds a AnalyticSurfaceSegment describing a circular segment of the surface profile. Prototypevoid Circle(const odb_SequenceFloat& center, const odb_SequenceFloat& endPoint); Required arguments
Optional argumentsNone. Return valueNone. ExceptionsNone. Parabola(...)
This method adds a AnalyticSurfaceSegment describing a parabolic segment of the surface profile. Prototypevoid Parabola(const odb_SequenceFloat& middlePoint, const odb_SequenceFloat& endPoint); Required arguments
Optional argumentsNone. Return valueNone. ExceptionsNone. MembersThe OdbSequenceAnalyticSurfaceSegment object has no members. |