All Frameworks  Object Hierarchy  This Framework  Indexes   

Material (Object)

Represents a Material object.

Property Index

AnalysisMaterial
Returns the analysis material object from the current material.
RenderingMaterial
Returns the rendering material object from the current material.

Method Index

CopyRenderingDataFrom
Copy rendering data from a material to the current material.
CreateAnalysisData
Create a default analysis material on the current material.
CreateRenderingData
Create a default rendering material on the current material.
ExistAnalysisData
Returns true if a analysis material exists on the current material.
ExistRenderingData
Returns true if a rendering material exists on the current material.
GetIcon
Write the icon of a material to disc.
PutIcon
Read the icon of a material from JPEG file.

Properties


o Property AnalysisMaterial() As (Read Only)
Returns the analysis material object from the current material.
o Property RenderingMaterial() As (Read Only)
Returns the rendering material object from the current material.

Methods


o Sub CopyRenderingDataFrom( iRenderingMaterial)
Copy rendering data from a material to the current material.
o Func CreateAnalysisData( iLabel) As
Create a default analysis material on the current material.
o Func CreateRenderingData() As
Create a default rendering material on the current material.
o Func ExistAnalysisData() As
Returns true if a analysis material exists on the current material.
o Func ExistRenderingData() As
Returns true if a rendering material exists on the current material.
o Sub GetIcon( iPath)
Write the icon of a material to disc. The parameter is the path of the folder where the JPEG is going to be written Ex : E:\folder\
o Sub PutIcon( iPath)
Read the icon of a material from JPEG file. The parameter is the path of the folder where the JPEG is going to be read Ex : E:\folder\

Copyright © 2003, Dassault Systèmes. All rights reserved.