MirroredProfile constructor

__init__(self, base_profile)

Construct a new MirroredProfile from an existing profile.


def __init__(self, base_profile):
    ...
ParameterTypeDescription
base_profileaspose.threed.profiles.ProfileThe base profile to be mirrored.

See Also