For both loads and constraints, a metric should have been requested in CADAssembly.xml for the location of the points used in defining the loads and constraints. This was done for constraints but not loads. Modifying FEATestBench.cs line from AddGeometry2Load(feaforceRep,geometry.Impl as MgaFCO,tipContextPath);
AddGeometry2Load(feaforceRep,geometry.Impl as MgaFCO,tipContextPath, true); The true is for addcomputations.
For both loads and constraints, a metric should have been requested in CADAssembly.xml for the location of the points used in defining the loads and constraints. This was done for constraints but not loads. Modifying FEATestBench.cs line from AddGeometry2Load(feaforceRep,geometry.Impl as MgaFCO,tipContextPath);
AddGeometry2Load(feaforceRep,geometry.Impl as MgaFCO,tipContextPath, true); The true is for addcomputations.