API Reference > Classes > PRC Graphical Classes > OdPrcMaterialGeneric Class
OdPrcMaterialGeneric Class
OdPrcMaterialGenericOdPrcMaterialGenericOdPrcMaterialGenericOdPrcMaterialGeneric
Syntax
C++
class OdPrcMaterialGeneric : public OdPrcMaterial;

PrcMaterialGeneric.h

 

Class stores generic data of materials.

 
Name 
Description 
 
Destroys an instance of a PRC entity. 
 
Name 
Description 
 
This is the overview for the attributeData method overload. 
 
Returns the OdGsCache object currently assigned to the PRC entity. 
 
id 
Returns the PRC entity ID. 
 
Returns whether the PRC entity is persistent (true) or not (false). 
 
name 
This is the overview for the name method overload. 
 
Returns the type of the PRC entity. 
 
Assigns the specified OdGsCache to the PRC entity.
 
OdPrcReferencedBase Class
 
Name 
Description 
 
Returns the current CAD identifier for the PRC object. 
 
Returns the current persistent CAD identifier for the PRC object. 
 
Returns an explicit unique name for "this" entity that can be referenced through PDF or JavaScript. In the case of error, it returns an empty string.
 
 
id 
Returns the current object identifier for the object. 
 
Returns true if the object is persistent or false in the other case. 
 
Returns the PRC object identifier. 
 
Sets a new CAD identifier value for the PRC object.  
 
Sets a new persistent CAD identifier value for the PRC object.  
 
Sets a new PRC object identifier.  
OdPrcMaterial Class
 
Name 
Description 
 
Retrieves the current true color of the material object.  
 
read 
Reads information about a material from a .prc file stream and returns the created material entity identifier.
 
 
Reads information about an array of materials from a .prc file stream and returns the identifiers array for created material entities.
 
OdPrcMaterialGeneric Class
 
Name 
Description 
 
Returns the current value of the ambient index. 
 
Returns the current Alpha ambient value. 
 
Returns the current diffuse index value. 
 
Returns the current Alpha diffuse value. 
 
Returns the current emissive index value. 
 
Returns the current Alpha emissive value. 
 
Returns ambient color. Will throw an exception in case of uninitialized object. 
 
Returns diffuse color. Will throw an exception in case of uninitialized object. 
 
Returns emissive color. Will throw an exception in case of uninitialized object. 
 
Returns the specular color. Will throw an exception in case of uninitialized object. 
 
Retrieves the current true color of the material object.  
 
This is the overview for the setAmbient method overload. 
 
Sets a new Alpha ambient value.
 
 
This is the overview for the setDiffuse method overload. 
 
Sets a new Alpha diffuse value.
 
 
This is the overview for the setEmissive method overload. 
 
Sets a new Alpha emissive value.
 
 
Sets a new shininess value.
 
 
This is the overview for the setSpecular method overload. 
 
Sets a new Alpha specular value.
 
 
Returns the current shininess value. 
 
Returns the current specular index value. 
 
Returns the current Alpha specular value. 
Copyright (c) 2002-2020. Open Design Alliance. All rights reserved.