docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method CreateLinearExtrusion

    CreateLinearExtrusion(Point3, double, ProfileBase, Point3, ExtrusionBoundaryType, ProfileBase)

    create a linear extrusion body

    Declaration
    [HandleProcessCorruptedStateExceptions]
    public uint CreateLinearExtrusion(Point3 direction, double depth, ProfileBase profileBase, Point3 startingNormal, ExtrusionBoundaryType boundaryType = ExtrusionBoundaryType.Full, ProfileBase profileEnd = null)
    Parameters
    Type Name Description
    Point3 direction

    The profile curves will be extruded in this direction

    double depth

    The extrusion will stop at the defined depth

    ProfileBase profileBase

    Profile loops to extrude

    Point3 startingNormal

    The normal of the plane in which all starting profile lie on

    ExtrusionBoundaryType boundaryType

    If the profile curves define an area or not

    ProfileBase profileEnd

    The end profile of the extrusion

    Returns
    Type Description
    uint
    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)