Share

AcGiFaceData::setTransparency Method

C++

virtual ACDBCORE2D_PORT void setTransparency(
    const AcCmTransparency * transparency
);

Description

Sets an array of AcCmTransparency values, one per face, or NULL for no transparency per face.

For future use and currently has no effect.

Parameters

Parameters Description
transparency Input pointer to array of AcCmTransparency values, one per face. The caller allocates this array, and it must remain valid until the Shell call has returned.

Links

AcGiFaceData

Was this information helpful?