@IfcClass(layer=RESOURCE, type=ENUMERATION) public enum IfcReflectanceMethodEnum extends Enum<IfcReflectanceMethodEnum>
| 枚举常量和说明 |
|---|
BLINN
A reflectance model providing a smooth, slightly shiny appearance.
|
FLAT
A reflectance model providing a constant colour.
|
GLASS
A reflectance model that supports an approximation of glass-like materials that have both reflective
and transmissive properties.
|
MATT
A reflectance model providing a dull matt appearance.
|
METAL
A reflectance model providing a specular metallic appearance.
|
MIRROR
A reflectance model that supports secondary mirrored views through ray tracing.
|
NOTDEFINED |
PHONG
A reflectance model conforming with the Phong model in which reflections are greatest in the `mirror' direction
of a surface opposite the viewing direction with respect to the surface normal.
|
PLASTIC
A reflectance model providing a specular effect which is similar to the Phong model.
|
STRAUSS
A reflectance model for metallic and non-metallic appearance based on a limited set of control parameter.
|
public static final IfcReflectanceMethodEnum BLINN
public static final IfcReflectanceMethodEnum FLAT
public static final IfcReflectanceMethodEnum GLASS
public static final IfcReflectanceMethodEnum MATT
public static final IfcReflectanceMethodEnum METAL
public static final IfcReflectanceMethodEnum MIRROR
public static final IfcReflectanceMethodEnum PHONG
public static final IfcReflectanceMethodEnum PLASTIC
public static final IfcReflectanceMethodEnum STRAUSS
public static final IfcReflectanceMethodEnum NOTDEFINED
public static IfcReflectanceMethodEnum[] values()
for (IfcReflectanceMethodEnum c : IfcReflectanceMethodEnum.values()) System.out.println(c);
public static IfcReflectanceMethodEnum valueOf(String name)
name - 要返回的枚举常量的名称。IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量NullPointerException - 如果参数为空值Copyright © 2023. All rights reserved.