Description Sets a particular angle for a multi-angle source.
Syntax SetSourceDirIthMultiAngle n, indx, angX, angY, active
Parameters n As Long Node number of the multi-angle (plane waves) source.
indx As Long The zero-based index of the particular angle.
angX As Double The new angle in the X direction.
angY As Double The new angle in the Y direction.
active As Boolean The new activity state of the angle.
Remarks This subroutine sets a particular angle for a multi-angle source. If there is a problem the subroutine sets an error and returns without modifying the source.
See Also SetSourceDirIthMultiAngleActive GetSourceDirIthMultiAngleActive Examples
|