docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method IdentifyPatches

    IdentifyPatches(OccurrenceList, bool, double, bool, bool, bool, bool)

    Create cad patches on tessellation (needed by some functions)

    Declaration
    public void IdentifyPatches(OccurrenceList occurrences, bool useAttributesFilter = true, double sharpAngleFilter = 45, bool useBoundaryFilter = true, bool useNonManifoldFilter = true, bool useLineEdgeFilter = true, bool useQuadLineFilter = false)
    Parameters
    Type Name Description
    OccurrenceList occurrences

    Occurrences of components to process

    bool useAttributesFilter

    Filters by attributes

    double sharpAngleFilter

    Sharp angle in degree to filter by edges sharpness, if the angle is negative do not filter

    bool useBoundaryFilter

    Filters by boundaries

    bool useNonManifoldFilter

    Filters by manifold-ness

    bool useLineEdgeFilter

    Filters by edge

    bool useQuadLineFilter

    Filters by quad lines

    In This Article
    Back to top
    Copyright © 2024 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)