Search Results for

    Show / Hide Table of Contents

    Class RGraphFactory

    Inheritance
    System.Object
    RGraphFactory
    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.Graph
    Assembly: cs.temp.dll.dll
    Syntax
    public class RGraphFactory

    Fields

    adjustSmallLodHeight

    Declaration
    public bool adjustSmallLodHeight
    Field Value
    Type Description
    System.Boolean

    edgeReduction

    Declaration
    public bool edgeReduction
    Field Value
    Type Description
    System.Boolean

    faceReduction

    Declaration
    public bool faceReduction
    Field Value
    Type Description
    System.Boolean

    insertVertexInNearEdge

    Declaration
    public bool insertVertexInNearEdge
    Field Value
    Type Description
    System.Boolean

    lod1HeightTolerance

    Declaration
    public float lod1HeightTolerance
    Field Value
    Type Description
    System.Single

    mergeCellLength

    Declaration
    public int mergeCellLength
    Field Value
    Type Description
    System.Int32

    mergeCellSize

    Declaration
    public float mergeCellSize
    Field Value
    Type Description
    System.Single

    modifySideWalkShape

    Declaration
    public bool modifySideWalkShape
    Field Value
    Type Description
    System.Boolean

    reductionOnCreate

    Declaration
    public bool reductionOnCreate
    Field Value
    Type Description
    System.Boolean

    removeIsolatedEdgeFromFace

    Declaration
    public bool removeIsolatedEdgeFromFace
    Field Value
    Type Description
    System.Boolean

    removeMidPointTolerance

    Declaration
    public float removeMidPointTolerance
    Field Value
    Type Description
    System.Single

    separateFace

    Declaration
    public bool separateFace
    Field Value
    Type Description
    System.Boolean

    useCityObjectOutline

    Declaration
    public bool useCityObjectOutline
    Field Value
    Type Description
    System.Boolean

    vertexReduction

    Declaration
    public bool vertexReduction
    Field Value
    Type Description
    System.Boolean

    Methods

    CreateGraph(List<SubDividedCityObject>)

    Declaration
    public RGraph CreateGraph(List<SubDividedCityObject> cityObjects)
    Parameters
    Type Name Description
    List<SubDividedCityObject> cityObjects
    Returns
    Type Description
    RGraph

    CreateGraph(List<(SubDividedCityObject subObject, Matrix4x4 mat)>)

    Declaration
    public RGraph CreateGraph(List<(SubDividedCityObject subObject, Matrix4x4 mat)> subObjects)
    Parameters
    Type Name Description
    List<System.ValueTuple<SubDividedCityObject, Matrix4x4>> subObjects
    Returns
    Type Description
    RGraph
    In This Article
    Back to top PLATEAU SDK for Unity