Class MeshExtractor
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)
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>)
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 |