Class TileExtractor
Inheritance
System.Object
TileExtractor
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 TileExtractor
Methods
ExtractWithCombine(ref Model, List<CityModel>, MeshExtractOptions, List<Extent>)
複数の
Declaration
public static void ExtractWithCombine(ref Model outModel, List<CityModel> cityModels, MeshExtractOptions options, List<Extent> extents)
Parameters
| Type | Name | Description |
|---|---|---|
| Model | outModel | |
| List<CityModel> | cityModels | |
| MeshExtractOptions | options | |
| List<Extent> | extents |
ExtractWithGrid(ref Model, CityModel, MeshExtractOptions, List<Extent>)
options の GridCountOfSide を2以上に
HighestLodOnly をtrueに設定してください。
結果は outModel に格納されます。
通常、outModel には new したばかりの Model を渡してください。
Declaration
public static void ExtractWithGrid(ref Model outModel, CityModel cityModel, MeshExtractOptions options, List<Extent> extents)
Parameters
| Type | Name | Description |
|---|---|---|
| Model | outModel | |
| CityModel | cityModel | |
| MeshExtractOptions | options | |
| List<Extent> | extents |