Search Results for

    Show / Hide Table of Contents

    Struct UFModl.EdgeBlendData

    Inherited Members
    System.ValueType.Equals(System.Object)
    System.ValueType.GetHashCode()
    System.ValueType.ToString()
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: NXOpen.UF
    Assembly: NXOpen.UF.dll
    Syntax
    public struct EdgeBlendData

    Fields

    blend_instanced

    Declaration
    public bool blend_instanced
    Field Value
    Type Description
    System.Boolean

    blend_radius

    Declaration
    public string blend_radius
    Field Value
    Type Description
    System.String

    blend_setback

    Declaration
    public bool blend_setback
    Field Value
    Type Description
    System.Boolean

    blend_type

    Declaration
    public int blend_type
    Field Value
    Type Description
    System.Int32

    cliff_overflow

    Declaration
    public bool cliff_overflow
    Field Value
    Type Description
    System.Boolean

    edge_data

    Declaration
    public UFModl.BlendEdge[] edge_data
    Field Value
    Type Description
    UFModl.BlendEdge[]

    notch_overflow

    Declaration
    public bool notch_overflow
    Field Value
    Type Description
    System.Boolean

    number_edges

    Declaration
    public int number_edges
    Field Value
    Type Description
    System.Int32

    smooth_overflow

    Declaration
    public bool smooth_overflow
    Field Value
    Type Description
    System.Boolean

    vrb_tolerance

    Declaration
    public double vrb_tolerance
    Field Value
    Type Description
    System.Double
    In This Article
    Back to top Generated by DocFX