Python:
Tool Frame Envelope Ball Parametersrm_envelope_balls_list_t Constructor function
Python
rm_ctypes_wrap.rm_envelope_balls_list_t.__init__(self, str tool_name = None, balls = None, size = None)Parameter description:
| Parameter | Type | Description |
|---|---|---|
tool_name | str, optional | Tool name. |
balls | list, optional | A list of instances of rm_envelopes_ball_t, representing the envelope ball. |
size | int, optional | Envelope ball size. |
Member function
Python
rm_ctypes_wrap.rm_envelope_balls_list_t.to_dictionary (self)Output a dictionary as the result

