GeoBlazor Pro
dymaptic.GeoBlazor.Pro
dymaptic.GeoBlazor.Pro.Options
MeshToBinaryGLTFOptions Class
public class MeshToBinaryGLTFOptions :
System.IEquatable<dymaptic.GeoBlazor.Pro.Options.MeshToBinaryGLTFOptions>
Inheritance System.Object 🡒 MeshToBinaryGLTFOptions
Implements System.IEquatable<MeshToBinaryGLTFOptions>
Constructors
MeshToBinaryGLTFOptions(Point) Constructor
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 Mesh.origin
.
ArcGIS Maps SDK for JavaScript
Properties
MeshToBinaryGLTFOptions.Origin Property
The origin of the exported model, defaults to Mesh.origin
.
ArcGIS Maps SDK for JavaScript
public dymaptic.GeoBlazor.Core.Components.Geometries.Point? Origin { get; set; }