Inheritance diagram for mrmeshpy.FillingSurface.TPMS.VolumeParams:Public Member Functions | |
| None | __init__ (self) |
| None | __init__ (self, FillingSurface.TPMS.VolumeParams arg0) |
| None | __init__ (self, FillingSurface.TPMS.Type type, float frequency, float resolution) |
| float | frequency (self) |
| None | frequency (self, float arg1) |
| float | resolution (self) |
| None | resolution (self, float arg1) |
| FillingSurface.TPMS.Type | type (self) |
| None | type (self, FillingSurface.TPMS.Type arg1) |
Static Public Member Functions | |
| None | __init__ (*args, **kwargs) |
| FillingSurface.TPMS.VolumeParams | operator (*args, **kwargs) |
| FillingSurface.TPMS.VolumeParams | operator (*args, **kwargs) |
Static Protected Attributes | |
| typing | _offsetof_frequency = 4 |
| typing | _offsetof_resolution = 8 |
| typing | _offsetof_type = 0 |
Generated from: MR::FillingSurface::TPMS::VolumeParams
|
static |
| None mrmeshpy.FillingSurface.TPMS.VolumeParams.__init__ | ( | self | ) |
| None mrmeshpy.FillingSurface.TPMS.VolumeParams.__init__ | ( | self, | |
| FillingSurface.TPMS.VolumeParams | arg0 ) |
Implicit copy constructor.
Reimplemented in mrmeshpy.FillingSurface.TPMS.MeshParams, mrmeshpy.FillingSurface.TPMS.MeshParams, and mrmeshpy.FillingSurface.TPMS.MeshParams.
| None mrmeshpy.FillingSurface.TPMS.VolumeParams.__init__ | ( | self, | |
| FillingSurface.TPMS.Type | type, | ||
| float | frequency, | ||
| float | resolution ) |
Implicit aggregate constructor.
Reimplemented in mrmeshpy.FillingSurface.TPMS.MeshParams, mrmeshpy.FillingSurface.TPMS.MeshParams, and mrmeshpy.FillingSurface.TPMS.MeshParams.
| float mrmeshpy.FillingSurface.TPMS.VolumeParams.frequency | ( | self | ) |
Frequency of oscillations (determines size of the "cells" in the "grid")
| None mrmeshpy.FillingSurface.TPMS.VolumeParams.frequency | ( | self, | |
| float | arg1 ) |
|
static |
Reimplemented in mrmeshpy.FillingSurface.TPMS.MeshParams, and mrmeshpy.FillingSurface.TPMS.MeshParams.
|
static |
Reimplemented in mrmeshpy.FillingSurface.TPMS.MeshParams, and mrmeshpy.FillingSurface.TPMS.MeshParams.
| float mrmeshpy.FillingSurface.TPMS.VolumeParams.resolution | ( | self | ) |
Ratio `n / T`, between the number of voxels and period of oscillations
| None mrmeshpy.FillingSurface.TPMS.VolumeParams.resolution | ( | self, | |
| float | arg1 ) |
| FillingSurface.TPMS.Type mrmeshpy.FillingSurface.TPMS.VolumeParams.type | ( | self | ) |
Type of the surface
| None mrmeshpy.FillingSurface.TPMS.VolumeParams.type | ( | self, | |
| FillingSurface.TPMS.Type | arg1 ) |
|
staticprotected |
|
staticprotected |
|
staticprotected |