pycatia.part_interfaces.mirror

Module initially auto generated using V5Automation files from CATIA V5 R28 on 2020-06-11 12:40:47.360445

Warning

The notes denoted “CAA V5 Visual Basic Help” are to be used as reference only. They are there as a guide as to how the visual basic / catscript functions work and thus help debugging in pycatia.

class pycatia.part_interfaces.mirror.Mirror(com_object)

Note

CAA V5 Visual Basic Help (2020-06-11 12:40:47.360445)

System.IUnknown
System.IDispatch
System.CATBaseUnknown
System.CATBaseDispatch
System.AnyObject
MecModInterfaces.Shape
PartInterfaces.TransformationShape
Mirror

Represents the mirror shape.
It duplicates a shape with respect to a planar mirroring element, such as a
planar face or a plane.
property mirroring_object: AnyObject

Note

CAA V5 Visual Basic Help (2020-07-06 14:02:20.222384)
o Property MirroringObject() As AnyObject (Read Only)

Returns the mirroring Object.
Return type:

AnyObject

property mirroring_plane: Reference

Note

CAA V5 Visual Basic Help (2020-07-06 14:02:20.222384)
o Property MirroringPlane() As Reference

Returns or sets the mirroring reference plane. It can be a plane, or a
plane face.
To set the property, you can use the following Boundary object:
PlanarFace.

Example:
The following example returns in ref the mirroring reference plane of
the mirroring firstMirroring, and then sets it to the created
MyRef:

Set ref = firstMirroring.MirroringPlane
Set MyRef = part.CreateReferenceFromGeometry (plane)
firstMirroring.MirroringPlane = MyRef
Return type:

Reference