encodes a point on an edge of mesh or of polyline Generated from class MR.EdgePoint. This is the const half of the class.
More...
Inheritance diagram for MR.Const_EdgePoint:Classes | |
| struct | _Underlying |
Public Member Functions | |
| virtual void | Dispose () |
| unsafe | Const_EdgePoint () |
| Constructs an empty (default-constructed) instance. | |
| unsafe | Const_EdgePoint (MR.Const_EdgePoint _other) |
Generated from constructor MR.EdgePoint.EdgePoint. | |
| unsafe | Const_EdgePoint (MR.EdgeId e, float a) |
Generated from constructor MR.EdgePoint.EdgePoint. | |
| unsafe | Const_EdgePoint (MR.Const_MeshTopology topology, MR.VertId v) |
Generated from constructor MR.EdgePoint.EdgePoint. | |
| unsafe | Const_EdgePoint (MR.Const_PolylineTopology topology, MR.VertId v) |
Generated from constructor MR.EdgePoint.EdgePoint. | |
| unsafe MR.VertId | inVertex (MR.Const_MeshTopology topology) |
returns valid vertex id if the point is in vertex, otherwise returns invalid id Generated from method MR.EdgePoint.inVertex. | |
| unsafe MR.VertId | inVertex (MR.Const_PolylineTopology topology) |
returns valid vertex id if the point is in vertex, otherwise returns invalid id Generated from method MR.EdgePoint.inVertex. | |
| unsafe MR.VertId | getClosestVertex (MR.Const_MeshTopology topology) |
returns one of two edge vertices, closest to this point Generated from method MR.EdgePoint.getClosestVertex. | |
| unsafe MR.VertId | getClosestVertex (MR.Const_PolylineTopology topology) |
returns one of two edge vertices, closest to this point Generated from method MR.EdgePoint.getClosestVertex. | |
| unsafe bool | inVertex () |
returns true if the point is in a vertex Generated from method MR.EdgePoint.inVertex. | |
| unsafe bool | isBd (MR.Const_MeshTopology topology, MR.Const_FaceBitSet? region=null) |
returns true if the point is on the boundary of the region (or for whole mesh if region is nullptr) Generated from method MR.EdgePoint.isBd. | |
| unsafe bool | valid () |
consider this valid if the edge ID is valid Generated from method MR.EdgePoint.valid. | |
| unsafe MR.EdgePoint | sym () |
represents the same point relative to sym edge in Generated from method MR.EdgePoint.sym. | |
| bool | Equals (MR.Const_EdgePoint? rhs) |
| override bool | Equals (object? other) |
Static Public Member Functions | |
| static unsafe | operator bool (MR.Const_EdgePoint _this) |
Generated from conversion operator MR.EdgePoint.operator bool. | |
| static unsafe bool | operator== (MR.Const_EdgePoint _this, MR.Const_EdgePoint rhs) |
returns true if two edge-points are equal including equal not-unique representation Generated from method MR.EdgePoint.operator==. | |
| static unsafe bool | operator!= (MR.Const_EdgePoint _this, MR.Const_EdgePoint rhs) |
Protected Member Functions | |
| virtual unsafe void | Dispose (bool disposing) |
Properties | |
| unsafe ref readonly MR.EdgeId | e [get] |
| a in [0,1], a=0 => point is in org( e ), a=1 => point is in dest( e ) | |
| unsafe MR.Const_SegmPointf | a [get] |
Properties inherited from MR.Misc.Object< Const_EdgePoint > | |
| 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_EdgePoint > | |
| bool | _IsOwningVal |
encodes a point on an edge of mesh or of polyline Generated from class MR.EdgePoint. This is the const half of the class.