Navigation: Scripting Reference Manual > Functions & Subroutines > SurfRoughGetNodeCount

 

SurfRoughGetNodeCount

 

Contact Us: fredsupport@photonengr.com

 

Description

This command returns the number of currently defined surface roughness models.

 

 

Syntax

nodeCount = SurfRoughGetNodeCount( )

 

 

Parameters

nodeCount (Long)

Number of surface roughness models currently defined.

 

 

Example

The following example retrieves and prints the number of surface roughness models currently on the object tree.

 

Sub Main

          Dim nodeCount As Long

          nodeCount = SurfRoughGetNodeCount()

          Print "There are currently " & nodeCount & " surface roughness nodes defined."

End Sub

 

 

See Also

SurfRoughCopy

SurfRoughDelete

SurfRoughDeleteAllNodes

SurfRoughFindName

SurfRoughGetDescription

SurfRoughGetMaxNodeNum

SurfRoughGetName

SurfRoughGetType

SurfRoughIsActive

SurfRoughIsValidNode

SurfRoughSetActive

SurfRoughSetDescription

SurfRoughSetName

SurfRoughSRSNCreate

SurfRoughSRSNGetEntries

SurfRoughSRSNGetEntryCount

SurfRoughSRSNGetIthAngle

SurfRoughSRSNGetIthProbability

SurfRoughSRSNGetOverallRoughnessProbability

SurfRoughSRSNSetEntries

SurfRoughSRSNSetOverallRoughnessProbability

 

 

 

 

 

Copyright © Photon Engineering, LLC