Search Results for

    Show / Hide Table of Contents

    Class MeshExtractor

    からModelを抽出します。

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

    Methods

    Extract(ref Model, CityModel, MeshExtractOptions)

    から Model を抽出します。 結果は outModel に格納されます。 通常、outModel には new したばかりの Model を渡してください。

    Declaration
    public static void Extract(ref Model outModel, CityModel cityModel, MeshExtractOptions options)
    Parameters
    Type Name Description
    Model outModel
    CityModel cityModel
    MeshExtractOptions options

    ExtractInExtents(ref Model, CityModel, MeshExtractOptions, List<Extent>)

    から範囲内の Model を抽出します。 結果は outModel に格納されます。 通常、outModel には new したばかりの Model を渡してください。

    Declaration
    public static void ExtractInExtents(ref Model outModel, CityModel cityModel, MeshExtractOptions options, List<Extent> extents)
    Parameters
    Type Name Description
    Model outModel
    CityModel cityModel
    MeshExtractOptions options
    List<Extent> extents
    In This Article
    Back to top PLATEAU SDK for Unity