ZOSAPI -MATLAB Field Normalization Type
I'm trying to change the field normalization type from Radial to Rectangular in MATLAB but cannot figure out the Syntax:
I've tried the following
sysField = TheSystem.SystemData.Fields;
1. sysField.Normalization(ZOSAPI.FieldNormalizationType.Rectangular); - This doesn't work because Normalization is property with a get/set
2. sysField.Normalization = ZOSAPI.FieldNormalizationType.Rectangular;
3. sysField.Nomalization.GetType = ZOSAPI.FieldNormalizationType.Rectangular;
and
4. ZOSAPI.FieldNormalizationType.Rectangular;
Will somebody point me in the correct direction to figure out this syntax?
I've tried the following
sysField = TheSystem.SystemData.Fields;
1. sysField.Normalization(ZOSAPI.FieldNormalizationType.Rectangular); - This doesn't work because Normalization is property with a get/set
2. sysField.Normalization = ZOSAPI.FieldNormalizationType.Rectangular;
3. sysField.Nomalization.GetType = ZOSAPI.FieldNormalizationType.Rectangular;
and
4. ZOSAPI.FieldNormalizationType.Rectangular;
Will somebody point me in the correct direction to figure out this syntax?
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.