Search Results for

    Show / Hide Table of Contents

    Class RnDataWay

    Inheritance
    System.Object
    RnDataWay
    Implements
    IPrimitiveData
    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.Data
    Assembly: cs.temp.dll.dll
    Syntax
    public class RnDataWay : IPrimitiveData

    Properties

    IsReversed

    Declaration
    public bool IsReversed { get; set; }
    Property Value
    Type Description
    System.Boolean

    IsReverseNormal

    Declaration
    public bool IsReverseNormal { get; set; }
    Property Value
    Type Description
    System.Boolean

    LineString

    Declaration
    public RnID<RnDataLineString> LineString { get; set; }
    Property Value
    Type Description
    RnID<RnDataLineString>

    Methods

    IsSameLine(RnDataWay)

    同じ線分かどうか(向きや法線の逆転は考慮しない)

    Declaration
    public bool IsSameLine(RnDataWay other)
    Parameters
    Type Name Description
    RnDataWay other
    Returns
    Type Description
    System.Boolean

    Implements

    IPrimitiveData
    In This Article
    • Properties
      • IsReversed
      • IsReverseNormal
      • LineString
    • Methods
      • IsSameLine(RnDataWay)
    • Implements
    Back to top PLATEAU SDK for Unity