Solid Edge Assembly Type Library
GetMaterial Method
Returns the diffuse color setting.
Returns the ambient color setting.
Returns the specular color setting.
Returns the emission color setting.
Returns the shininess setting.
Returns the opacity setting.
Description
Returns the material conditions for the referenced SubOccurrence object.
Syntax
Visual Basic
Public Sub GetMaterial( _
   ByRef DiffuseColor() As Double, _
   ByRef AmbientColor() As Double, _
   ByRef SpecularColor() As Double, _
   ByRef EmissionColor() As Double, _
   ByRef Shininess As Double, _
   ByRef Opacity As Double _
) 
Parameters
DiffuseColor
Returns the diffuse color setting.
AmbientColor
Returns the ambient color setting.
SpecularColor
Returns the specular color setting.
EmissionColor
Returns the emission color setting.
Shininess
Returns the shininess setting.
Opacity
Returns the opacity setting.
See Also

SubOccurrence Object  | SubOccurrence Members

Send comments on this topic.