MeshLib Python Docs
Loading...
Searching...
No Matches
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)
 

Static Protected Member Functions

 _pybind11_conduit_v1_ (*args, **kwargs)
 

Detailed Description

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

structure to contain pointers to model data

Constructor & Destructor Documentation

◆ __init__() [1/3]

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

◆ __init__() [2/3]

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

◆ __init__() [3/3]

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

Member Function Documentation

◆ _pybind11_conduit_v1_()

mrmeshpy.ModelPointsData._pybind11_conduit_v1_ ( * args,
** kwargs )
staticprotected

◆ fakeObjId() [1/2]

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

◆ fakeObjId() [2/2]

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

◆ points() [1/2]

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

◆ points() [2/2]

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

◆ validPoints() [1/2]

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

◆ validPoints() [2/2]

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

◆ xf() [1/2]

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

◆ xf() [2/2]

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

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