MeshLib Python Docs
Loading...
Searching...
No Matches
meshlib.mrmeshpy.ModelPointsData Class Reference

Public Member Functions

None __init__ (self)
 
None __init__ (self, ModelPointsData arg0)
 
None __init__ (self, VertCoords points, VertBitSet validPoints, AffineXf3f xf, ObjId fakeObjId)
 
ObjId fakeObjId (self)
 
None fakeObjId (self, ObjId arg1)
 
VertCoords points (self)
 
None points (self, VertCoords arg1)
 
VertBitSet validPoints (self)
 
None validPoints (self, VertBitSet arg1)
 
AffineXf3f xf (self)
 
None xf (self, AffineXf3f arg1)
 

Detailed Description

Generated from:  MR::ModelPointsData
Aliases:  Vector_ModelPointsData_ObjId.reference, Vector_ModelPointsData_ObjId.value_type, std_vector_ModelPointsData_value_type, std_vector_ModelPointsData_reference, Vector_ModelPointsData_ObjId.const_reference, std_vector_ModelPointsData_const_reference

structure to contain pointers to model data

Constructor & Destructor Documentation

◆ __init__() [1/3]

None meshlib.mrmeshpy.ModelPointsData.__init__ ( self)
Implicit default constructor.

◆ __init__() [2/3]

None meshlib.mrmeshpy.ModelPointsData.__init__ ( self,
ModelPointsData arg0 )
Implicit copy constructor.

◆ __init__() [3/3]

None meshlib.mrmeshpy.ModelPointsData.__init__ ( self,
VertCoords points,
VertBitSet validPoints,
AffineXf3f xf,
ObjId fakeObjId )
Implicit aggregate constructor.

Member Function Documentation

◆ fakeObjId() [1/2]

ObjId meshlib.mrmeshpy.ModelPointsData.fakeObjId ( self)
if present this value will override ObjId in result ObjVertId

◆ fakeObjId() [2/2]

None meshlib.mrmeshpy.ModelPointsData.fakeObjId ( self,
ObjId arg1 )

◆ points() [1/2]

VertCoords meshlib.mrmeshpy.ModelPointsData.points ( self)
all points of model

◆ points() [2/2]

None meshlib.mrmeshpy.ModelPointsData.points ( self,
VertCoords arg1 )

◆ validPoints() [1/2]

VertBitSet meshlib.mrmeshpy.ModelPointsData.validPoints ( self)
bitset of valid points

◆ validPoints() [2/2]

None meshlib.mrmeshpy.ModelPointsData.validPoints ( self,
VertBitSet arg1 )

◆ xf() [1/2]

AffineXf3f meshlib.mrmeshpy.ModelPointsData.xf ( self)
model world xf

◆ xf() [2/2]

None meshlib.mrmeshpy.ModelPointsData.xf ( self,
AffineXf3f arg1 )

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