Public Member Functions | |
| None | __init__ (self) |
| None | __init__ (self, std_variant_Id_FaceTag_Id_EdgeTag_Id_VertTag arg0) |
| None | __init__ (self, FaceId arg0) |
| None | __init__ (self, EdgeId arg0) |
| None | __init__ (self, VertId arg0) |
| str | current_type (self) |
| EdgeId | get_Id_EdgeTag (self) |
| FaceId | get_Id_FaceTag (self) |
| VertId | get_Id_VertTag (self) |
Aliases: std_variant_FaceId_EdgeId_VertId
| None mrmeshpy.std_variant_Id_FaceTag_Id_EdgeTag_Id_VertTag.__init__ | ( | self | ) |
| None mrmeshpy.std_variant_Id_FaceTag_Id_EdgeTag_Id_VertTag.__init__ | ( | self, | |
| std_variant_Id_FaceTag_Id_EdgeTag_Id_VertTag | arg0 ) |
| None mrmeshpy.std_variant_Id_FaceTag_Id_EdgeTag_Id_VertTag.__init__ | ( | self, | |
| FaceId | arg0 ) |
| None mrmeshpy.std_variant_Id_FaceTag_Id_EdgeTag_Id_VertTag.__init__ | ( | self, | |
| EdgeId | arg0 ) |
| None mrmeshpy.std_variant_Id_FaceTag_Id_EdgeTag_Id_VertTag.__init__ | ( | self, | |
| VertId | arg0 ) |
| str mrmeshpy.std_variant_Id_FaceTag_Id_EdgeTag_Id_VertTag.current_type | ( | self | ) |
Returns the current type name as a string. Call `get_<TypeName>()` to get the value.
| EdgeId mrmeshpy.std_variant_Id_FaceTag_Id_EdgeTag_Id_VertTag.get_Id_EdgeTag | ( | self | ) |
Return this alternative, or throw if it's not active.
| FaceId mrmeshpy.std_variant_Id_FaceTag_Id_EdgeTag_Id_VertTag.get_Id_FaceTag | ( | self | ) |
Return this alternative, or throw if it's not active.
| VertId mrmeshpy.std_variant_Id_FaceTag_Id_EdgeTag_Id_VertTag.get_Id_VertTag | ( | self | ) |
Return this alternative, or throw if it's not active.