Description Deletes a specified scatter model from the list of models assigned to a specified surface.
Syntax DeleteSurfIthScatter n, scatter
Parameters n As Long Node number for the surface.
scatter As Long Index into the surface's list of assigned scatter models.
Remarks This subroutine deletes a scatter model from the list of models assigned to a given surface. It does not change the scatter model, it only removes that model from the list of scatter models assigned to the surface.
The scatter list index is zero-based. That is, the first scatter model assigned to the surface will have an index value of zero.
See Also Examples
|