Accessimport part mdb.models[name].parts[name].ignoredEdges[i] import assembly mdb.models[name].rootAssembly.allinstances.ignoredEdges[i] mdb.models[name].rootAssembly.instances[name].ignoredEdges[i] getSize(...)
This method returns a Float indicating the length of the edge. Required argumentsNone. Optional arguments
Return valueA Float. ExceptionsNone. getRadius()
This method returns the radius of a circular IgnoredEdge object. ArgumentsNone. Return valueA Float specifying the radius. ExceptionsThe given IgnoredEdge object is not circular. getCurvature(...)
This method returns curvature information at a location on the IgnoredEdge object. Required arguments
Optional argumentsNone. Return valueA dictionary with keys 'evaluationPoint', 'curvature', 'radius', 'tangent'. Where 'evaluationPoint' specifies the location at which the curvature was computed. 'curvature' specifies the curvature vector at that location. 'radius' is the Radius of curvature and 'tangent' specifies the tangent to the IgnoredEdge at that location. ExceptionsThe given IgnoredEdge is straight. MembersThe IgnoredEdge object has the following members:
|