Enum MaterialModelType
Defines the various types of material.
Namespace: TopSolid.Cad.Design.Automating
Assembly: TopSolid.Cad.Design.Automating.dll
Syntax
[DataContract]
[AvailableSinceVersion(7, 16, 0, 0)]
public enum MaterialModelType
Remarks
This enum is available since v7.16.
Fields
Name | Description |
---|---|
None | No material model defined. |
PBRMetallic | PBR metalness/roughness. |
PBRSpecular | PBR specular/gloss. |
RedWay | RedWay. |
Unclassified | Unclassified material model. |