docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method IdentifyLinesOfInterest

    IdentifyLinesOfInterest(OccurrenceList, bool, bool, IntList, bool, bool, bool)

    Identify LoI according to given criteria. It will create a new LoI attribute on the mesh that can be used afterward by some functions

    Declaration
    [HandleProcessCorruptedStateExceptions]
    public void IdentifyLinesOfInterest(OccurrenceList occurrences, bool normal = false, bool uvs = false, IntList uvChannels = null, bool border = false, bool patches = false, bool nman = false)
    Parameters
    Type Name Description
    OccurrenceList occurrences

    Occurrences of components to process

    bool normal

    Add LoI on sharp normals

    bool uvs

    Add LoI on UV seams

    IntList uvChannels

    If empty and uvs=true, add LoI using all UV channels, else only channel specified in the list

    bool border

    Add LoI on boundary edges

    bool patches

    Add LoI on submesh borders

    bool nman

    Add LoI on non-manifolds edges

    In This Article
    Back to top
    Copyright © 2025 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)