Search Results for

    Show / Hide Table of Contents

    Struct ElemEdgefaceObject

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

    Constructors

    ElemEdgefaceObject(FEElement, CaeGroupElementSubType, Int32)

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

    Fields

    Obj

    Declaration
    public FEElement Obj
    Field Value
    Type Description
    FEElement

    SubId

    Declaration
    public int SubId
    Field Value
    Type Description
    System.Int32

    SubType

    Declaration
    public CaeGroupElementSubType SubType
    Field Value
    Type Description
    CaeGroupElementSubType

    Methods

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    System.String
    Overrides
    System.ValueType.ToString()
    In This Article
    Back to top Generated by DocFX