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) | |
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
None mrmeshpy.ModelPointsData.__init__ | ( | self | ) |
Implicit default constructor.
None mrmeshpy.ModelPointsData.__init__ | ( | self, | |
ModelPointsData | arg0 ) |
Implicit copy constructor.
None mrmeshpy.ModelPointsData.__init__ | ( | self, | |
VertCoords | points, | ||
VertBitSet | validPoints, | ||
AffineXf3f | xf, | ||
ObjId | fakeObjId ) |
Implicit aggregate constructor.
|
staticprotected |
ObjId mrmeshpy.ModelPointsData.fakeObjId | ( | self | ) |
if present this value will override ObjId in result ObjVertId
None mrmeshpy.ModelPointsData.fakeObjId | ( | self, | |
ObjId | arg1 ) |
VertCoords mrmeshpy.ModelPointsData.points | ( | self | ) |
all points of model
None mrmeshpy.ModelPointsData.points | ( | self, | |
VertCoords | arg1 ) |
VertBitSet mrmeshpy.ModelPointsData.validPoints | ( | self | ) |
bitset of valid points
None mrmeshpy.ModelPointsData.validPoints | ( | self, | |
VertBitSet | arg1 ) |
AffineXf3f mrmeshpy.ModelPointsData.xf | ( | self | ) |
model world xf
None mrmeshpy.ModelPointsData.xf | ( | self, | |
AffineXf3f | arg1 ) |