Interface IMaterials
Gives access to methods to read and interact with materials and textures.
Namespace: TopSolid.Kernel.Automating
Assembly: TopSolid.Kernel.Automating.dll
Syntax
[ServiceContract]
[AvailableSinceVersion(7, 17, 400, 0)]
public interface IMaterials
Remarks
This interface is available since v7.17.
Methods
| Name | Description |
|---|---|
| CloseTextureRetrievalSession(Guid) | Closes a texture retrieval session. |
| GetTextureImage(Guid, string) | Gets the texture image of an image signature. |
| GetTextureSignatures(Guid, IEnumerable<string>, int, string) | Gets texture signatures from all texture documents. |
| OpenTextureRetrievalSession() | Opens a texture retrieval session. |