All Frameworks Class Hierarchy This Framework Previous Indexes
System.IUnknown | +---System.IDispatch | +---System.CATBaseUnknown | +---CATIPositionedMaterial
Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.
interface CATIPositionedMaterial
Interface to manage positioned material objects.
When a material is applied on a geometrical object, a positioned material
object is aggregated to this object. This positioned material object
contains a material object and contains some positioning properties.
Using this interface allows you to get the applied material object.
public virtual CATIMaterialFeature * GetMaterial( | )= 0 |
public virtual CATMathTransformation GetPosition( | )= 0 |
public virtual void SetPosition( | const CATMathTransformation& | matrix) = 0 |
Copyright © 2003, Dassault Systèmes. All rights reserved.