OETransformDesignUnit
Attention
This API is currently available in C++ and Python.
OETransformDesignUnit(du: OEDesignUnit, rmat: OEDoubleArray,
trns: OEDoubleArray) -> None
OETransformDesignUnit(du: OEDesignUnit, trans: OETrans) -> None
Transforms the OEDesignUnit with the provided transforms. The OEDesignUnit object stores the transforms applied to it, which can be helpul if the original coordiante frame is required later in a workflow.
Warning
Applying a transform to a design unit invalidates the OEReceptor object stored on the design unit and it will be removed as part of the transformation.
See also
OETrans class
OEReceptor class
OEDesignUnit.GetTransformmethod