Class RnModelEx.SliceIntersectionResult
Inheritance
System.Object
RnModelEx.SliceIntersectionResult
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 SliceIntersectionResult
Properties
NextIntersection
Declaration
public RnIntersection NextIntersection { get; set; }
Property Value
| Type | Description |
|---|---|
| RnIntersection |
PrevRoad
Declaration
public RnRoad PrevRoad { get; set; }
Property Value
| Type | Description |
|---|---|
| RnRoad |
Result
Declaration
public RnModelEx.RoadCutResult Result { get; set; }
Property Value
| Type | Description |
|---|---|
| RnModelEx.RoadCutResult |