NXOpen .NET Reference Guide  1899
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Member Functions | Public Attributes | List of all members
NXOpen.CAE.DofTerm Struct Reference

Used to specify a term of the Degree of freedom. More...

Public Member Functions

 DofTerm (int NodeIndex, int DofComponent, double Coefficient)
 Constructor for the DofTerm struct. More...
 

Public Attributes

double Coefficient
 Coefficient. More...
 
int DofComponent
 Degree of Freedom Component. More...
 
int NodeIndex
 Node element connectivity index. More...
 

Detailed Description

Used to specify a term of the Degree of freedom.

Constructor & Destructor Documentation

NXOpen.CAE.DofTerm.DofTerm ( int  NodeIndex,
int  DofComponent,
double  Coefficient 
)
inline

Constructor for the DofTerm struct.

Parameters
NodeIndexNode element connectivity index.
DofComponentDegree of Freedom Component. Integer 1 through 6.
CoefficientCoefficient.

Member Data Documentation

double NXOpen.CAE.DofTerm.Coefficient

Coefficient.

int NXOpen.CAE.DofTerm.DofComponent

Degree of Freedom Component.

Integer 1 through 6.

int NXOpen.CAE.DofTerm.NodeIndex

Node element connectivity index.


The documentation for this struct was generated from the following file:
Copyright 2019 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.