csc.tools.mirror.Core

class csc.tools.mirror.Core

Mirror tool core class

__init__(*args, **kwargs)

Methods

__init__(*args, **kwargs)

mirror_frame(self, arg0)

mirror_interval(self, arg0)

plane(self)

set_plane(self, plane)

__annotations__ = {}
__init__(*args, **kwargs)
__module__ = 'csc.tools.mirror'
mirror_frame(self: csc.tools.mirror.Core, arg0: Set[csc.model.ObjectId | csc.domain.Tool_object_id]) None
mirror_interval(self: csc.tools.mirror.Core, arg0: Set[csc.model.ObjectId | csc.domain.Tool_object_id]) None
plane(self: csc.tools.mirror.Core) csc.math.Plane
set_plane(self: csc.tools.mirror.Core, plane: csc.math.Plane) None