Click or drag to resize
SoMaterialElement Class

Note: This API is now obsolete.

Stores current material properties.

Inheritance Hierarchy

Namespace: OIV.Inventor.Elements
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
[ObsoleteAttribute("See documentation for more details")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public class SoMaterialElement : SoReplacedElement

The SoMaterialElement type exposes the following members.

Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodStatic memberGetClassStackIndex Obsolete.

Returns the stack id for this element.

Public methodStatic memberGetDefaultReceiveShadow
Public methodStatic memberGetDefaultReflective
Public methodGetHashCode
Overrides GetHashCode().
(Inherited from SoNetBase.)
Public methodStatic memberGetReceiveShadow
Public methodStatic memberGetReflective
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodPop

Pops element.

(Inherited from SoElement.)
Public methodPush

Pushes element.

(Inherited from SoElement.)
Public methodStatic memberSetReceiveShadow
Public methodStatic memberSetReflective(SoState, SoNode, SoMFColor)
Public methodStatic memberSetReflective(SoState, SoNode, SbColor)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Remarks

This element is used to store extra SoMaterial properties

Those properties are : reflectiveColor : used for DirectViz rendering receiveShadow : used for DirectViz renderingObsoletesince Open Inventor 9600 The DirectViz API is no longer supported.

See Also