Transform#
- class ansys.edb.core.utility.transform.Transform(msg)#
Represents a transformation.
Methods
Transform.create
(scale, angle, mirror, ...)Create a transform object.
Transform.transform_point
(point)Transform a point.
Transform.transform_polygon
(polygon)Transform a polygon.
Attributes
int
: Unique ID of the EDB object.bool
: Flag indicating if the transformation is an identity transformation.bool
: Flag indicating if the object exists in the database.bool
: Mirror property.EDBObjMessage
: Protobuf message that represents the object's ID.Value
: X offset property.Value
: Y offset property.Value
: Rotation property.Value
: Scale property.