com.supermap.data
类 NormalComputeMode
- java.lang.Object
-
- com.supermap.data.Enum
-
- com.supermap.data.NormalComputeMode
-
public class NormalComputeMode extends Enum
法线生成模式
-
-
字段概要
字段 限定符和类型 字段和说明 static NormalComputeMode
ANGLEWEIGHT
按照三角面夹角权重计算static NormalComputeMode
AVERAGE
按照各三角面法线平均值计算static NormalComputeMode
NELSONMAX
采用NelsonMax算法计算static NormalComputeMode
NONE
无法线
-
-
-
字段详细资料
-
AVERAGE
public static final NormalComputeMode AVERAGE
按照各三角面法线平均值计算
-
ANGLEWEIGHT
public static final NormalComputeMode ANGLEWEIGHT
按照三角面夹角权重计算
-
NELSONMAX
public static final NormalComputeMode NELSONMAX
采用NelsonMax算法计算
-
NONE
public static final NormalComputeMode NONE
无法线
-
-
Copyright © 2021–2024 SuperMap. All rights reserved.