Description This command deletes all surface roughness models.
Syntax SurfRoughDeleteAllNodes()
Parameters None.
Example This example deletes all surface roughness nodes from the model and prints information to the user.
Sub Main SurfRoughDeleteAllNodes() Print "All surface roughness nodes deleted." End Sub
See Also SurfRoughSRSNGetIthProbability SurfRoughSRSNGetOverallRoughnessProbability SurfRoughSRSNSetOverallRoughnessProbability
|