MeshLib C# Docs
Loading...
Searching...
No Matches
MR.MeshLoad.ObjLoadSettings Class Reference

Generated from class MR.MeshLoad.ObjLoadSettings. This is the non-const half of the class. More...

+ Inheritance diagram for MR.MeshLoad.ObjLoadSettings:

Public Member Functions

unsafe ObjLoadSettings ()
 Constructs an empty (default-constructed) instance.
 
unsafe ObjLoadSettings (bool customXf, bool countSkippedFaces, MR.Std._ByValue_Function_BoolFuncFromFloat callback, bool telemetrySignal)
 Constructs MR.MeshLoad.ObjLoadSettings elementwise.
 
unsafe ObjLoadSettings (MR.MeshLoad._ByValue_ObjLoadSettings _other)
 Generated from constructor MR.MeshLoad.ObjLoadSettings.ObjLoadSettings.
 
 ObjLoadSettings (Const_ObjLoadSettings _other)
 Generated from constructor MR.MeshLoad.ObjLoadSettings.ObjLoadSettings.
 
 ObjLoadSettings (ObjLoadSettings _other)
 Generated from constructor MR.MeshLoad.ObjLoadSettings.ObjLoadSettings.
 
unsafe MR.MeshLoad.ObjLoadSettings assign (MR.MeshLoad._ByValue_ObjLoadSettings _other)
 Generated from method MR.MeshLoad.ObjLoadSettings.operator=.
 

Properties

new unsafe ref bool customXf [get]
 if true then vertices will be returned relative to some transformation to avoid precision loss
 
new unsafe ref bool countSkippedFaces [get]
 if true, the number of skipped faces (faces than can't be created) will be counted
 
new unsafe MR.Std.Function_BoolFuncFromFloat callback [get, protected set]
 callback for set progress and stop process
 
new unsafe ref bool telemetrySignal [get]
 permit telemetry signal about loading
 

Detailed Description

Generated from class MR.MeshLoad.ObjLoadSettings. This is the non-const half of the class.

Constructor & Destructor Documentation

◆ ObjLoadSettings() [1/5]

unsafe MR.MeshLoad.ObjLoadSettings.ObjLoadSettings ( )
inline

Constructs an empty (default-constructed) instance.

◆ ObjLoadSettings() [2/5]

unsafe MR.MeshLoad.ObjLoadSettings.ObjLoadSettings ( bool customXf,
bool countSkippedFaces,
MR.Std._ByValue_Function_BoolFuncFromFloat callback,
bool telemetrySignal )
inline

Constructs MR.MeshLoad.ObjLoadSettings elementwise.

◆ ObjLoadSettings() [3/5]

unsafe MR.MeshLoad.ObjLoadSettings.ObjLoadSettings ( MR.MeshLoad._ByValue_ObjLoadSettings _other)
inline

Generated from constructor MR.MeshLoad.ObjLoadSettings.ObjLoadSettings.

◆ ObjLoadSettings() [4/5]

MR.MeshLoad.ObjLoadSettings.ObjLoadSettings ( Const_ObjLoadSettings _other)
inline

Generated from constructor MR.MeshLoad.ObjLoadSettings.ObjLoadSettings.

◆ ObjLoadSettings() [5/5]

MR.MeshLoad.ObjLoadSettings.ObjLoadSettings ( ObjLoadSettings _other)
inline

Generated from constructor MR.MeshLoad.ObjLoadSettings.ObjLoadSettings.

Member Function Documentation

◆ assign()

unsafe MR.MeshLoad.ObjLoadSettings MR.MeshLoad.ObjLoadSettings.assign ( MR.MeshLoad._ByValue_ObjLoadSettings _other)
inline

Generated from method MR.MeshLoad.ObjLoadSettings.operator=.

Property Documentation

◆ callback

new unsafe MR.Std.Function_BoolFuncFromFloat MR.MeshLoad.ObjLoadSettings.callback
getprotected set

callback for set progress and stop process

◆ countSkippedFaces

new unsafe ref bool MR.MeshLoad.ObjLoadSettings.countSkippedFaces
get

if true, the number of skipped faces (faces than can't be created) will be counted

◆ customXf

new unsafe ref bool MR.MeshLoad.ObjLoadSettings.customXf
get

if true then vertices will be returned relative to some transformation to avoid precision loss

◆ telemetrySignal

new unsafe ref bool MR.MeshLoad.ObjLoadSettings.telemetrySignal
get

permit telemetry signal about loading


The documentation for this class was generated from the following file: