Search Results for

    Show / Hide Table of Contents

    Struct ElemEdgefaceObject

    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    object.GetType()
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    Namespace: NXOpen.CAE
    Assembly: NXOpen.dll
    Syntax
    public struct ElemEdgefaceObject

    Constructors

    ElemEdgefaceObject(FEElement, CaeGroupElementSubType, int)

    Declaration
    public ElemEdgefaceObject(FEElement Obj, CaeGroupElementSubType SubType, int SubId)
    Parameters
    Type Name Description
    FEElement Obj
    CaeGroupElementSubType SubType
    int SubId

    Fields

    Obj

    Declaration
    public FEElement Obj
    Field Value
    Type Description
    FEElement

    SubId

    Declaration
    public int SubId
    Field Value
    Type Description
    int

    SubType

    Declaration
    public CaeGroupElementSubType SubType
    Field Value
    Type Description
    CaeGroupElementSubType

    Methods

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    string
    Overrides
    ValueType.ToString()
    In this article
    Back to top Generated by DocFX