tkstevens
tkstevens
I want to use the `StructureSet.CreateAndSearchBody` method, but I can't figure out how to construct the `SearchBodyParameters` input. Anyone have a snippet to help? Thanks.
Cross-posted to PyESAPI: https://github.com/VarianAPIs/PyESAPI/issues/13#issue-531539139
Cross-posted to PyESAPI: https://github.com/VarianAPIs/PyESAPI/issues/14#issue-531551267
Trying to create a new beam with `PlanSetup.AddVMATBeam` triggers an Eclipse dialog box with the warning: "The following parameters were adjusted to be within machine limits: collimator positions". The only...
Given a Treatment Approved `sourcePlan` in course `sourceCourse`, a new plan can be created with `newPlan=sourceCourse.CopyPlanSetup(sourcePlan)`. However, upon `app.SaveModifications()` an error is produced that mentions "tU_PlanSetup_VaBusinessLogic, Line 694: PlanSetup is...