Interface IDof
Inherited Members
Namespace: NXOpen.CAE.Connections
Assembly: NXOpen.dll
Syntax
public interface IDof : INXObject
Methods
GetDof(Dof)
Declaration
DofType GetDof(Dof dof)
Parameters
| Type | Name | Description |
|---|---|---|
| Dof | dof |
Returns
| Type | Description |
|---|---|
| DofType |
SetDof(Dof, DofType)
Declaration
void SetDof(Dof dof, DofType type)
Parameters
| Type | Name | Description |
|---|---|---|
| Dof | dof | |
| DofType | type |