Solid Edge Framework Type Library
GetBumpmapScale Method
Returns the X scaling factor.
Returns the Y scaling factor.
Description
Returns the x and y scaling factors of the bump map used in the referenced FaceStyle object.
Syntax
Visual Basic
Public Sub GetBumpmapScale( _
   ByRef pfXScale As Single, _
   ByRef pfYScale As Single _
) 
Parameters
pfXScale
Returns the X scaling factor.
pfYScale
Returns the Y scaling factor.
See Also

FaceStyle Object  | FaceStyle Members