IGoal Initialisation Point vs Index

Hi @Kane_Borg

You can create goals using either Point3d or integer PIndex.
If using Point3d though, you need to also assign the indexing before calling Step.
The AssignPIndex method is usually the easiest way of doing this automatically (and what is called in the standard non-scripting solver component).

See here for one example:

1 Like