Class SoMaterialElement
SoBaseColor
, SoMaterial
, SoPhysicalMaterial
.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enum
Faces.static enum
Masks.Nested classes/interfaces inherited from class com.openinventor.inventor.Inventor
Inventor.ConstructorCommand
-
Field Summary
Fields inherited from class com.openinventor.inventor.Inventor
VERBOSE_LEVEL, ZeroHandle
-
Method Summary
Modifier and TypeMethodDescriptionstatic SbColor
getAmbient
(SoState state) Deprecated.As of Open Inventor 2025.1.static SbColor
getAmbient
(SoState state, SoMaterialElement.Faces face) static int
Deprecated.As of Open Inventor 9.3.0.0.static int
getColorIndex
(SoState state, int num) Deprecated.As of Open Inventor 2025.1.static int
getColorIndex
(SoState state, SoMaterialElement.Faces face, int num) static int[]
getColorIndices
(SoState state, SoMaterialElement.Faces face) static boolean
getColorMaterial
(SoState state) Deprecated.As of Open Inventor 2025.1.static boolean
getColorMaterial
(SoState state, SoMaterialElement.Faces face) static SbColor
Specify Open Inventor defaults for colors, etc.static float
Specify Open Inventor defaults for colors, etc.static int
Specify Open Inventor defaults for colors, etc.static SbColor
Specify Open Inventor defaults for colors, etc.static SbColor
Specify Open Inventor defaults for colors, etc.static float
static float
static float
Specify Open Inventor defaults for colors, etc.static SbColor
Specify Open Inventor defaults for colors, etc.static float
static float
Specify Open Inventor defaults for colors, etc.static SbColor
getDiffuse
(SoState state, int index) Deprecated.As of Open Inventor 2025.1.static SbColor
getDiffuse
(SoState state, SoMaterialElement.Faces face, int index) get() methods get value from Inventor state.static IntBuffer
getDirectColorIndices
(SoState state, SoMaterialElement.Faces face) static SbColor
getEmissive
(SoState state) Deprecated.As of Open Inventor 2025.1.static SbColor
getEmissive
(SoState state, SoMaterialElement.Faces face) static float
getMetallic
(SoState state) Deprecated.As of Open Inventor 2025.1.static float
getMetallic
(SoState state, SoMaterialElement.Faces face) static long
getNumColorIndices
(SoState state) Deprecated.As of Open Inventor 2025.1.static long
getNumColorIndices
(SoState state, SoMaterialElement.Faces face) Method to inquire about current colors.static long
getNumDiffuse
(SoState state) Deprecated.As of Open Inventor 2025.1.static long
getNumDiffuse
(SoState state, SoMaterialElement.Faces face) Returns the number of diffuse colors.static int
getNumTransparencies
(SoState state) Deprecated.As of Open Inventor 2025.1.static int
getNumTransparencies
(SoState state, SoMaterialElement.Faces face) Method to inquire about current colors.static SoCpuBufferObject
getPackedColors
(SoState state) Deprecated.As of Open Inventor 2025.1.static SoCpuBufferObject
getPackedColors
(SoState state, SoMaterialElement.Faces face) Return packed colors if any.static float
getRoughness
(SoState state) Deprecated.As of Open Inventor 2025.1.static float
getRoughness
(SoState state, SoMaterialElement.Faces face) static float
getShininess
(SoState state) Deprecated.As of Open Inventor 2025.1.static float
getShininess
(SoState state, SoMaterialElement.Faces face) static SbColor
getSpecular
(SoState state) Deprecated.As of Open Inventor 2025.1.static SbColor
getSpecular
(SoState state, SoMaterialElement.Faces face) static float
getSpecularFactor
(SoState state) Deprecated.As of Open Inventor 2025.1.static float
getSpecularFactor
(SoState state, SoMaterialElement.Faces face) static float
getTransparency
(SoState state, int index) Deprecated.As of Open Inventor 2025.1.static float
getTransparency
(SoState state, SoMaterialElement.Faces face, int index) get() methods get value from Inventor state.static boolean
isTransparent
(SoState state) Method to inquire about current colors.void
Unref buffer object of the popped element.void
Copy current material into the pushed element.static void
setAmbient
(SoState state, SoMaterialElement.Faces face, SoNode node, SbColor color) static void
setAmbient
(SoState state, SoNode node, SbColor color) Deprecated.As of Open Inventor 2025.1.static void
setColorIndices
(SoState state, SoMaterialElement.Faces face, SoNode node, int[] indices) Static set method.static void
setColorIndices
(SoState state, SoNode node, int[] indices) Deprecated.As of Open Inventor 2025.1.static void
setColorMaterial
(SoState state, SoMaterialElement.Faces face, SoNode node, boolean value) static void
setColorMaterial
(SoState state, SoNode node, boolean value) Deprecated.As of Open Inventor 2025.1.static void
setDiffuse
(SoState state, SoMaterialElement.Faces face, SoNode node, SbColor[] colors) Static set method.static void
setDiffuse
(SoState state, SoNode node, SbColor[] colors) Deprecated.As of Open Inventor 2025.1.static void
setEmissive
(SoState state, SoMaterialElement.Faces face, SoNode node, SbColor color) static void
setEmissive
(SoState state, SoNode node, SbColor color) Deprecated.As of Open Inventor 2025.1.static void
setMetallic
(SoState state, SoMaterialElement.Faces face, SoNode node, float value) static void
setMetallic
(SoState state, SoNode node, float value) Deprecated.As of Open Inventor 2025.1.static void
setPacked
(SoState state, SoMaterialElement.Faces face, SoNode node, int[] colors) static void
Deprecated.As of Open Inventor 2025.1.static void
setRoughness
(SoState state, SoMaterialElement.Faces face, SoNode node, float value) static void
setRoughness
(SoState state, SoNode node, float value) Deprecated.As of Open Inventor 2025.1.static void
setShininess
(SoState state, SoMaterialElement.Faces face, SoNode node, float value) static void
setShininess
(SoState state, SoNode node, float value) Deprecated.As of Open Inventor 2025.1.static void
setSpecular
(SoState state, SoMaterialElement.Faces face, SoNode node, SbColor color) static void
setSpecular
(SoState state, SoNode node, SbColor color) Deprecated.As of Open Inventor 2025.1.static void
setSpecularFactor
(SoState state, SoMaterialElement.Faces face, SoNode node, float value) static void
setSpecularFactor
(SoState state, SoNode node, float value) Deprecated.As of Open Inventor 2025.1.static void
setTransparency
(SoState state, SoMaterialElement.Faces face, SoNode node, float[] transp) Static set method.static void
setTransparency
(SoState state, SoNode node, float[] transp) Deprecated.As of Open Inventor 2025.1.Methods inherited from class com.openinventor.inventor.elements.SoElement
getClassStackIndex
Methods inherited from class com.openinventor.inventor.Inventor
dispose, getNativeResourceHandle
-
Method Details
-
getPackedColors
Return packed colors if any. -
getEmissive
-
getColorIndices
-
getDirectColorIndices
-
getAmbient
-
getColorIndex
-
setShininess
@Deprecated(since="2025.1") public static void setShininess(SoState state, SoNode node, float value) Deprecated.As of Open Inventor 2025.1. Use the setShininess() method that takes a Face parameter instead.Warning Deprecated since Open Inventor 2025.1. Use the
setShininess()
method that takes a Face parameter instead. -
setPacked
Deprecated.As of Open Inventor 2025.1. Use the setPacked() method that takes a Face parameter instead.Warning Deprecated since Open Inventor 2025.1. Use the
setPacked()
method that takes a Face parameter instead. -
setColorMaterial
@Deprecated(since="2025.1") public static void setColorMaterial(SoState state, SoNode node, boolean value) Deprecated.As of Open Inventor 2025.1. Use the setColorMaterial() method that takes a Face parameter instead.Warning Deprecated since Open Inventor 2025.1. Use the
setColorMaterial()
method that takes a Face parameter instead. -
setTransparency
@Deprecated(since="2025.1") public static void setTransparency(SoState state, SoNode node, float[] transp) Deprecated.As of Open Inventor 2025.1. Use the setTransparency() method that takes a Face parameter instead.Static set method.Warning Deprecated since Open Inventor 2025.1. Use the
setTransparency()
method that takes a Face parameter instead. -
getShininess
-
getSpecular
-
setSpecular
@Deprecated(since="2025.1") public static void setSpecular(SoState state, SoNode node, SbColor color) Deprecated.As of Open Inventor 2025.1. Use the setSpecular() method that takes a Face parameter instead.Warning Deprecated since Open Inventor 2025.1. Use the
setSpecular()
method that takes a Face parameter instead. -
setColorIndices
@Deprecated(since="2025.1") public static void setColorIndices(SoState state, SoNode node, int[] indices) Deprecated.As of Open Inventor 2025.1. Use the setColorIndices() method that takes a Face parameter instead.Warning Deprecated since Open Inventor 2025.1. Use the
setColorIndices()
method that takes a Face parameter instead. -
push
Copy current material into the pushed element. -
setColorIndices
public static void setColorIndices(SoState state, SoMaterialElement.Faces face, SoNode node, int[] indices) Static set method. -
setPacked
public static void setPacked(SoState state, SoMaterialElement.Faces face, SoNode node, int[] colors) -
setEmissive
public static void setEmissive(SoState state, SoMaterialElement.Faces face, SoNode node, SbColor color) -
setAmbient
public static void setAmbient(SoState state, SoMaterialElement.Faces face, SoNode node, SbColor color) -
setTransparency
public static void setTransparency(SoState state, SoMaterialElement.Faces face, SoNode node, float[] transp) Static set method. -
setEmissive
@Deprecated(since="2025.1") public static void setEmissive(SoState state, SoNode node, SbColor color) Deprecated.As of Open Inventor 2025.1. Use the setEmissive() method that takes a Face parameter instead.Warning Deprecated since Open Inventor 2025.1. Use the
setEmissive()
method that takes a Face parameter instead. -
setAmbient
@Deprecated(since="2025.1") public static void setAmbient(SoState state, SoNode node, SbColor color) Deprecated.As of Open Inventor 2025.1. Use the setAmbient() method that takes a Face parameter instead.Warning Deprecated since Open Inventor 2025.1. Use the
setAmbient()
method that takes a Face parameter instead. -
setDiffuse
public static void setDiffuse(SoState state, SoMaterialElement.Faces face, SoNode node, SbColor[] colors) Static set method. -
getClassStackIndex
Deprecated.As of Open Inventor 9.3.0.0. replaced by SoElement.getClassStackIndex(Class)Returns the stack id for this element. ] * -
getDiffuse
get() methods get value from Inventor state. The public methods are static, they get an instance of the element. -
setMetallic
public static void setMetallic(SoState state, SoMaterialElement.Faces face, SoNode node, float value) -
getTransparency
get() methods get value from Inventor state. The public methods are static, they get an instance of the element. -
pop
Unref buffer object of the popped element. -
setRoughness
public static void setRoughness(SoState state, SoMaterialElement.Faces face, SoNode node, float value) -
setShininess
public static void setShininess(SoState state, SoMaterialElement.Faces face, SoNode node, float value) -
setSpecular
public static void setSpecular(SoState state, SoMaterialElement.Faces face, SoNode node, SbColor color) -
setSpecularFactor
public static void setSpecularFactor(SoState state, SoMaterialElement.Faces face, SoNode node, float value) -
setColorMaterial
public static void setColorMaterial(SoState state, SoMaterialElement.Faces face, SoNode node, boolean value) -
getNumTransparencies
Method to inquire about current colors. -
getColorMaterial
Deprecated.As of Open Inventor 2025.1. Use the getColorMaterial() method that takes a Face parameter instead.Warning Deprecated since Open Inventor 2025.1. Use the
getColorMaterial()
method that takes a Face parameter instead. -
getNumColorIndices
Method to inquire about current colors. -
getSpecularFactor
Deprecated.As of Open Inventor 2025.1. Use the getSpecularFactor() method that takes a Face parameter instead.Warning Deprecated since Open Inventor 2025.1. Use the
getSpecularFactor()
method that takes a Face parameter instead. -
isTransparent
Method to inquire about current colors. -
getSpecular
Deprecated.As of Open Inventor 2025.1. Use the getSpecular() method that takes a Face parameter instead.Warning Deprecated since Open Inventor 2025.1. Use the
getSpecular()
method that takes a Face parameter instead. -
getDefaultDiffuse
Specify Open Inventor defaults for colors, etc. -
getShininess
Deprecated.As of Open Inventor 2025.1. Use the getShininess() method that takes a Face parameter instead.Warning Deprecated since Open Inventor 2025.1. Use the
getShininess()
method that takes a Face parameter instead. -
getDefaultAmbientIntensity
public static float getDefaultAmbientIntensity()Specify Open Inventor defaults for colors, etc. -
getRoughness
Deprecated.As of Open Inventor 2025.1. Use the getRoughness() method that takes a Face parameter instead.Warning Deprecated since Open Inventor 2025.1. Use the
getRoughness()
method that takes a Face parameter instead. -
getSpecularFactor
-
getNumColorIndices
Deprecated.As of Open Inventor 2025.1. Use the getNumColorIndices() method that takes a Face parameter instead.Warning Deprecated since Open Inventor 2025.1. Use the
getNumColorIndices()
method that takes a Face parameter instead. -
getColorMaterial
-
getNumTransparencies
Deprecated.As of Open Inventor 2025.1. Use the getNumTransparencies() method that takes a Face parameter instead.Warning Deprecated since Open Inventor 2025.1. Use the
getNumTransparencies()
method that takes a Face parameter instead. -
getRoughness
-
getMetallic
Deprecated.As of Open Inventor 2025.1. Use the getMetallic() method that takes a Face parameter instead.Warning Deprecated since Open Inventor 2025.1. Use the
getMetallic()
method that takes a Face parameter instead. -
getNumDiffuse
Returns the number of diffuse colors. -
getNumDiffuse
Deprecated.As of Open Inventor 2025.1. Use the getNumDiffuse() method that takes a Face parameter instead.Warning Deprecated since Open Inventor 2025.1. Use the
getNumDiffuse()
method that takes a Face parameter instead. -
getMetallic
-
getEmissive
Deprecated.As of Open Inventor 2025.1. Use the getEmissive() method that takes a Face parameter instead.Warning Deprecated since Open Inventor 2025.1. Use the
getEmissive()
method that takes a Face parameter instead. -
getDefaultMetallic
public static float getDefaultMetallic() -
setMetallic
Deprecated.As of Open Inventor 2025.1. Use the setMetallic() method that takes a Face parameter instead.Warning Deprecated since Open Inventor 2025.1. Use the
setMetallic()
method that takes a Face parameter instead. -
getDefaultRoughness
public static float getDefaultRoughness() -
getDiffuse
Deprecated.As of Open Inventor 2025.1. Use the getDiffuse() method that takes a Face parameter instead.Warning Deprecated since Open Inventor 2025.1. Use the
getDiffuse()
method that takes a Face parameter instead. -
getDefaultTransparency
public static float getDefaultTransparency()Specify Open Inventor defaults for colors, etc. -
setSpecularFactor
@Deprecated(since="2025.1") public static void setSpecularFactor(SoState state, SoNode node, float value) Deprecated.As of Open Inventor 2025.1. Use the setSpecularFactor() method that takes a Face parameter instead.Warning Deprecated since Open Inventor 2025.1. Use the
setSpecularFactor()
method that takes a Face parameter instead. -
setDiffuse
@Deprecated(since="2025.1") public static void setDiffuse(SoState state, SoNode node, SbColor[] colors) Deprecated.As of Open Inventor 2025.1. Use the setDiffuse() method that takes a Face parameter instead.Warning Deprecated since Open Inventor 2025.1. Use the
setDiffuse()
method that takes a Face parameter instead. -
setRoughness
@Deprecated(since="2025.1") public static void setRoughness(SoState state, SoNode node, float value) Deprecated.As of Open Inventor 2025.1. Use the setRoughness() method that takes a Face parameter instead.Warning Deprecated since Open Inventor 2025.1. Use the
setRoughness()
method that takes a Face parameter instead. -
getDefaultColorIndex
public static int getDefaultColorIndex()Specify Open Inventor defaults for colors, etc. -
getTransparency
Deprecated.As of Open Inventor 2025.1. Use the getTransparency() method that takes a Face parameter instead.Warning Deprecated since Open Inventor 2025.1. Use the
getTransparency()
method that takes a Face parameter instead. -
getDefaultSpecular
Specify Open Inventor defaults for colors, etc. -
getColorIndex
Deprecated.As of Open Inventor 2025.1. Use the getColorIndex() method that takes a Face parameter instead.Warning Deprecated since Open Inventor 2025.1. Use the
getColorIndex()
method that takes a Face parameter instead. -
getDefaultAmbient
Specify Open Inventor defaults for colors, etc. -
getAmbient
Deprecated.As of Open Inventor 2025.1. Use the getAmbient() method that takes a Face parameter instead.Warning Deprecated since Open Inventor 2025.1. Use the
getAmbient()
method that takes a Face parameter instead. -
getDefaultEmissive
Specify Open Inventor defaults for colors, etc. -
getPackedColors
Deprecated.As of Open Inventor 2025.1. Use the getPackedColors() method that takes a Face parameter instead.Warning Deprecated since Open Inventor 2025.1. Use the
getPackedColors()
method that takes a Face parameter instead. -
getDefaultSpecularFactor
public static float getDefaultSpecularFactor() -
getDefaultShininess
public static float getDefaultShininess()Specify Open Inventor defaults for colors, etc.
-