Search Results for

    Show / Hide Table of Contents

    Class RnModelEx.SliceRoadHorizontalResult

    Roadの水平切断結果

    Inheritance
    System.Object
    RnModelEx.SliceRoadHorizontalResult
    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 SliceRoadHorizontalResult

    Properties

    NextRoad

    Declaration
    public RnRoad NextRoad { get; set; }
    Property Value
    Type Description
    RnRoad

    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
    In This Article
    Back to top PLATEAU SDK for Unity