GeoBlazor Pro

dymaptic.GeoBlazor.Pro

dymaptic.GeoBlazor.Pro.Options

MeshToBinaryGLTFOptions Class

<a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Pro.Options.MeshToBinaryGLTFOptions.html”>GeoBlazor Docs</a>

public record MeshToBinaryGLTFOptions : System.IEquatable<dymaptic.GeoBlazor.Pro.Options.MeshToBinaryGLTFOptions>

Inheritance System.Object 🡒 MeshToBinaryGLTFOptions

Implements System.IEquatable<MeshToBinaryGLTFOptions>

Constructors

MeshToBinaryGLTFOptions(Point) Constructor

<a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Pro.Options.MeshToBinaryGLTFOptions.html”>GeoBlazor Docs</a>

public MeshToBinaryGLTFOptions(dymaptic.GeoBlazor.Core.Components.Geometries.Point? Origin=null);

Parameters

Origin dymaptic.GeoBlazor.Core.Components.Geometries.Point

The origin of the exported model, defaults to <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-geometry-Mesh.html#origin”>`Mesh.origin`</a>. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-geometry-Mesh.html#toBinaryGLTF”>ArcGIS Maps SDK for JavaScript</a>

Properties

MeshToBinaryGLTFOptions.Origin Property

The origin of the exported model, defaults to <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-geometry-Mesh.html#origin”>`Mesh.origin`</a>. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-geometry-Mesh.html#toBinaryGLTF”>ArcGIS Maps SDK for JavaScript</a>

public dymaptic.GeoBlazor.Core.Components.Geometries.Point? Origin { get; set; }

Property Value

dymaptic.GeoBlazor.Core.Components.Geometries.Point