Solid Edge Part Type Library
GetUniqueThicknesses Method
Returns the number of faces having a unique thickness.
Returns each unique thickness.
Description
Retrieves the number of faces that have a unique thickness and an array of each unique thickness for the referenced object.
Syntax
Visual Basic
Public Sub GetUniqueThicknesses( _
   ByRef UniqueThicknessCount As Long, _
   ByRef UniqueThicknesses() As Double _
) 
Parameters
UniqueThicknessCount
Returns the number of faces having a unique thickness.
UniqueThicknesses
Returns each unique thickness.
See Also

Thinwall Object  | Thinwall Members

Send comments on this topic.