Interesting points can be located at the following:
The middle of an edge.
The middle of an arc.
The center of an arc.
import part import assembly
This method creates an interesting point along an edge. An InterestingPoint is a temporary object.
mdb.models[name].parts[name].InterestingPoint
mdb.models[name].rootAssembly.instances[name].InterestingPoint
Required arguments
An Edge object specifying the edge on which the interesting point is positioned.
A SymbolicConstant specifying the position of the interesting point. Possible values are MIDDLE or CENTER.
Optional arguments
Return value
An InterestingPoint object.
Exceptions