Search Results for

    Show / Hide Table of Contents

    Class RnModelEx.SliceIntersectionCheckResult

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

    Properties

    CrossPointResult

    Declaration
    public LineCrossPointResult CrossPointResult { get; set; }
    Property Value
    Type Description
    LineCrossPointResult

    SlicedEdgeLines

    Declaration
    public List<RnLineString> SlicedEdgeLines { get; }
    Property Value
    Type Description
    List<RnLineString>

    SlicedSideWalks

    Declaration
    public List<RnSideWalk> SlicedSideWalks { get; }
    Property Value
    Type Description
    List<RnSideWalk>

    TargetEdgeGroup

    Declaration
    public RnIntersectionEx.EdgeGroup TargetEdgeGroup { get; set; }
    Property Value
    Type Description
    RnIntersectionEx.EdgeGroup
    In This Article
    Back to top PLATEAU SDK for Unity