Class RFaceGroup
Inheritance
System.Object
RFaceGroup
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: PLATEAU.RoadNetwork.Graph
Assembly: cs.temp.dll.dll
Syntax
public class RFaceGroup
Constructors
RFaceGroup(RGraph, PLATEAUCityObjectGroup, RnCityObjectGroupKey, IEnumerable<RFace>)
Declaration
public RFaceGroup(RGraph graph, PLATEAUCityObjectGroup cityObjectGroup, RnCityObjectGroupKey primaryCityObjectGroupKey, IEnumerable<RFace> faces)
Parameters
| Type | Name | Description |
|---|---|---|
| RGraph | graph | |
| PLATEAUCityObjectGroup | cityObjectGroup | |
| RnCityObjectGroupKey | primaryCityObjectGroupKey | |
| IEnumerable<RFace> | faces |
Properties
CityObjectGroup
元のメッシュが所属していたPLATEAUCityObjectGroup
Declaration
public PLATEAUCityObjectGroup CityObjectGroup { get; }
Property Value
| Type | Description |
|---|---|
| PLATEAUCityObjectGroup |
Faces
Declaration
public HashSet<RFace> Faces { get; }
Property Value
| Type | Description |
|---|---|
| HashSet<RFace> |
Graph
Declaration
public RGraph Graph { get; }
Property Value
| Type | Description |
|---|---|
| RGraph |
MaxLodLevel
最大LODレベル
Declaration
public int MaxLodLevel { get; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
PrimaryCityObjectGroupKey
グルーピング用の主要地物のグループキー
Declaration
public RnCityObjectGroupKey PrimaryCityObjectGroupKey { get; }
Property Value
| Type | Description |
|---|---|
| RnCityObjectGroupKey |
RoadTypes
道路タイプ
Declaration
public RRoadTypeMask RoadTypes { get; }
Property Value
| Type | Description |
|---|---|
| RRoadTypeMask |