MeshLib Python Docs
Loading...
Searching...
No Matches
mrmeshpy.std_variant_Id_FaceTag_Id_EdgeTag_Id_VertTag Class Reference

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)

Detailed Description

Aliases:  std_variant_FaceId_EdgeId_VertId

Constructor & Destructor Documentation

◆ __init__() [1/5]

None mrmeshpy.std_variant_Id_FaceTag_Id_EdgeTag_Id_VertTag.__init__ ( self)

◆ __init__() [2/5]

None mrmeshpy.std_variant_Id_FaceTag_Id_EdgeTag_Id_VertTag.__init__ ( self,
std_variant_Id_FaceTag_Id_EdgeTag_Id_VertTag arg0 )

◆ __init__() [3/5]

None mrmeshpy.std_variant_Id_FaceTag_Id_EdgeTag_Id_VertTag.__init__ ( self,
FaceId arg0 )

◆ __init__() [4/5]

None mrmeshpy.std_variant_Id_FaceTag_Id_EdgeTag_Id_VertTag.__init__ ( self,
EdgeId arg0 )

◆ __init__() [5/5]

None mrmeshpy.std_variant_Id_FaceTag_Id_EdgeTag_Id_VertTag.__init__ ( self,
VertId arg0 )

Member Function Documentation

◆ current_type()

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.

◆ get_Id_EdgeTag()

EdgeId mrmeshpy.std_variant_Id_FaceTag_Id_EdgeTag_Id_VertTag.get_Id_EdgeTag ( self)
Return this alternative, or throw if it's not active.

◆ get_Id_FaceTag()

FaceId mrmeshpy.std_variant_Id_FaceTag_Id_EdgeTag_Id_VertTag.get_Id_FaceTag ( self)
Return this alternative, or throw if it's not active.

◆ get_Id_VertTag()

VertId mrmeshpy.std_variant_Id_FaceTag_Id_EdgeTag_Id_VertTag.get_Id_VertTag ( self)
Return this alternative, or throw if it's not active.

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