@IfcClass(layer=RESOURCE, type=ENUMERATION) public enum IfcTransitionCode extends Enum<IfcTransitionCode>
| 枚举常量和说明 |
|---|
CONTINUOUS
The segments join but no condition on their tangents is implied.
|
CONTSAMEGRADIENT
The segments join and their tangent vectors or tangent planes are parallel and have the same direction at the
joint: equality of derivatives is not required.
|
CONTSAMEGRADIENTSAMECURVATURE
For a curve, the segments join, their tangent vectors are parallel and in the same direction and their curvatures
are equal at the joint: equality of derivatives is not required.
|
DISCONTINUOUS
The segments do not join.
|
public static final IfcTransitionCode DISCONTINUOUS
public static final IfcTransitionCode CONTINUOUS
public static final IfcTransitionCode CONTSAMEGRADIENT
public static final IfcTransitionCode CONTSAMEGRADIENTSAMECURVATURE
public static IfcTransitionCode[] values()
for (IfcTransitionCode c : IfcTransitionCode.values()) System.out.println(c);
public static IfcTransitionCode valueOf(String name)
name - 要返回的枚举常量的名称。IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量NullPointerException - 如果参数为空值Copyright © 2023. All rights reserved.