Solid Edge Framework Type Library
GetDiffuse Method
Returns the red component of the diffuse color.
Returns the green component of the diffuse color.
Returns the blue component of the diffuse color.
Description
Returns the red, green, and blue components of the diffuse color for the referenced FaceStyle object.
Syntax
Visual Basic
Public Sub GetDiffuse( _
   ByRef pfRed As Single, _
   ByRef pfGreen As Single, _
   ByRef pfBlue As Single _
) 
Parameters
pfRed
Returns the red component of the diffuse color.
pfGreen
Returns the green component of the diffuse color.
pfBlue
Returns the blue component of the diffuse color.
See Also

FaceStyle Object  | FaceStyle Members