Class RnIntersectionEdge
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.Structure
Assembly: cs.temp.dll.dll
Syntax
public class RnIntersectionEdge : ARnParts<RnIntersectionEdge>
Properties
Border
Declaration
public RnWay Border { get; set; }
Property Value
| Type | Description |
|---|---|
| RnWay |
IsBorder
Declaration
public bool IsBorder { get; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
IsMedianBorder
中央分離帯との境界線か
Declaration
public bool IsMedianBorder { get; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
IsValid
Declaration
public bool IsValid { get; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
Road
Declaration
public RnRoadBase Road { get; set; }
Property Value
| Type | Description |
|---|---|
| RnRoadBase |
Methods
CalcCenter()
Declaration
public Vector3 CalcCenter()
Returns
| Type | Description |
|---|---|
| Vector3 |
GetConnectedLane()
この境界とつながっているレーン
Declaration
public RnLane GetConnectedLane()
Returns
| Type | Description |
|---|---|
| RnLane |
GetConnectedLanes()
この境界とつながっているレーンリスト. 基本的に0 or 1
Declaration
public IEnumerable<RnLane> GetConnectedLanes()
Returns
| Type | Description |
|---|---|
| IEnumerable<RnLane> |
GetFlowType()
Declaration
public RnFlowTypeMask GetFlowType()
Returns
| Type | Description |
|---|---|
| RnFlowTypeMask |