@IfcClass(layer=RESOURCE, type=ENUMERATION) public enum IfcGeometricProjectionEnum extends Enum<IfcGeometricProjectionEnum>
| 枚举常量和说明 |
|---|
ELEVATION_VIEW
Geometric display representation that shows a full 2D element representation, the level of detail often depends on the target scale.
|
GRAPH_VIEW
Geometric display representation that shows an abstract, often 1D element representation
|
MODEL_VIEW
Geometric display representation that shows a full 3D element representation.
|
NOTDEFINED
No specification given.
|
PLAN_VIEW
Geometric display representation that shows a full 3D element representation.
|
REFLECTED_PLAN_VIEW
Geometric display representation that shows a full 2D element representation, the level of detail often depends on the target scale.
|
SECTION_VIEW
Geometric display representation that shows a full 2D element representation, the level of detail often depends on the target scale
|
SKETCH_VIEW
Geometric display representation that shows an abstract, often 2D element representation.
|
USERDEFINED
A user defined specification is given by the value of the UserDefinedTargetView attribute.
|
| 限定符和类型 | 方法和说明 |
|---|---|
static IfcGeometricProjectionEnum |
valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static IfcGeometricProjectionEnum[] |
values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
public static final IfcGeometricProjectionEnum GRAPH_VIEW
public static final IfcGeometricProjectionEnum SKETCH_VIEW
public static final IfcGeometricProjectionEnum MODEL_VIEW
public static final IfcGeometricProjectionEnum PLAN_VIEW
public static final IfcGeometricProjectionEnum REFLECTED_PLAN_VIEW
public static final IfcGeometricProjectionEnum SECTION_VIEW
public static final IfcGeometricProjectionEnum ELEVATION_VIEW
public static final IfcGeometricProjectionEnum USERDEFINED
public static final IfcGeometricProjectionEnum NOTDEFINED
public static IfcGeometricProjectionEnum[] values()
for (IfcGeometricProjectionEnum c : IfcGeometricProjectionEnum.values()) System.out.println(c);
public static IfcGeometricProjectionEnum valueOf(String name)
name - 要返回的枚举常量的名称。IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量NullPointerException - 如果参数为空值Copyright © 2023. All rights reserved.