7.11 InterestingPoint object

Interesting points can be located at the following:

An InterestingPoint object is a temporary object and cannot be accessed from the Mdb object.

Access
import part
import assembly


7.11.1 InterestingPoint(...)

This method creates an interesting point along an edge. An InterestingPoint is a temporary object.

Path
mdb.models[name].parts[name].InterestingPoint
mdb.models[name].rootAssembly.instances[name].InterestingPoint

Required arguments

edge

An Edge object specifying the edge on which the interesting point is positioned.

rule

A SymbolicConstant specifying the position of the interesting point. Possible values are MIDDLE or CENTER.

Optional arguments

None.

Return value

An InterestingPoint object.

Exceptions

None.


7.11.2  Members

The InterestingPoint object has no members.