Class MirroredProfile

  • All Implemented Interfaces:
    INamedObject

    public class MirroredProfile
    extends Profile
    IFC compatible mirror profile. This profile defines a new profile by mirroring the base profile about the y axis.
    • Constructor Detail

      • MirroredProfile

        public MirroredProfile​(Profile baseProfile)
        Construct a new MirroredProfile from an existing profile.
        Parameters:
        baseProfile - The base profile to be mirrored.
    • Method Detail

      • getBaseProfile

        public Profile getBaseProfile()
        The base profile to be mirrored.