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

Structure with parameters for optional offset in distanceMapFromContours function Generated from class MR.ContoursDistanceMapOffset. This is the const half of the class. More...

+ Inheritance diagram for MR.Const_ContoursDistanceMapOffset:

Classes

struct  _Underlying
 

Public Types

enum  OffsetType : int { Normal = 0 , Shell = 1 }
 

Public Member Functions

virtual void Dispose ()
 
unsafe Const_ContoursDistanceMapOffset (MR.Const_ContoursDistanceMapOffset _other)
 Generated from constructor MR.ContoursDistanceMapOffset.ContoursDistanceMapOffset.
 
unsafe Const_ContoursDistanceMapOffset (MR.Const_UndirectedEdgeScalars perEdgeOffset, MR.ContoursDistanceMapOffset.OffsetType type)
 Constructs MR.ContoursDistanceMapOffset elementwise.
 

Protected Member Functions

virtual unsafe void Dispose (bool disposing)
 

Properties

unsafe MR.Const_UndirectedEdgeScalars perEdgeOffset [get]
 offset values for each undirected edge of given polyline
 
unsafe MR.ContoursDistanceMapOffset.OffsetType type [get]
 
- Properties inherited from MR.Misc.Object< Const_ContoursDistanceMapOffset >
virtual bool _IsOwning [get]
 Returns true if this is an owning instance, and when disposed, will destroy the underlying C++ instance. If false, we assume that the underlying C++ instance will live long enough.
 

Additional Inherited Members

- Protected Attributes inherited from MR.Misc.Object< Const_ContoursDistanceMapOffset >
bool _IsOwningVal
 

Detailed Description

Structure with parameters for optional offset in distanceMapFromContours function Generated from class MR.ContoursDistanceMapOffset. This is the const half of the class.

Member Enumeration Documentation

◆ OffsetType

Enumerator
Normal 

distance map from given polyline with values offset

distance map from shell of given polyline (perEdgeOffset should not have negative values )


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