Struct ElemEdgefaceObject
Inherited Members
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 |