-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Hi,
do you know a trick to add a reference point with isocenter location to the new verification plan in the same script?
I get this error:
'Reference point can only be created for the plan that is currently open.'
here is a CodeSnippet:
VVector isocenter = ssQA.Image.UserOrigin;
// Create a verification plan that contains all fields (Composite).
ExternalPlanSetup verificationPlan = CreateVerificationPlan(course, plan.Beams, plan, ssQA, calculateDose: false);
ReferencePoint refpoint = verificationPlan.AddReferencePoint(ssQA.Structures.First(), isocenter, "Verifikation", "Verifikation");
Metadata
Metadata
Assignees
Labels
No labels