@IfcClass(layer=RESOURCE, type=ENUMERATION) public enum IfcSurfaceSide extends Enum<IfcSurfaceSide>
| 枚举常量和说明 |
|---|
BOTH
Both, positive and negative side
|
NEGATIVE
The side of a surface which is in the opposite direction than the surface normal
derived from the mathematical definition
|
POSITIVE
The side of a surface which is in the same direction as the surface normal derived
from the mathematical definition
|
public static final IfcSurfaceSide POSITIVE
public static final IfcSurfaceSide NEGATIVE
public static final IfcSurfaceSide BOTH
public static IfcSurfaceSide[] values()
for (IfcSurfaceSide c : IfcSurfaceSide.values()) System.out.println(c);
public static IfcSurfaceSide valueOf(String name)
name - 要返回的枚举常量的名称。IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量NullPointerException - 如果参数为空值Copyright © 2023. All rights reserved.