NXOpen .NET Reference Guide  1899
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Member Functions | List of all members
NXOpen.CAE.Connections.ISeamWeldFlangesContainer Interface Reference

This interface offers access to the flanges of a Seam Weld connection. More...

Inheritance diagram for NXOpen.CAE.Connections.ISeamWeldFlangesContainer:
NXOpen.CAE.Connections.IFlangesContainer NXOpen.INXObject NXOpen.CAE.Connections.SeamWeld

Public Member Functions

NXOpen.Expression GetFlangeAngle (int flangeIndex)
 Get the flange angle. More...
 
NXOpen.Expression GetFlangeGap (int flangeIndex)
 Get the flange gap. More...
 
NXOpen.Expression GetFlangeThickness (int flangeIndex)
 Get the flange thickness. More...
 
bool GetFlangeThicknessInherited (int flangeIndex)
 Get the flange thickness inherited flag. More...
 
void SetFlangeThicknessInherited (int flangeIndex, bool thicknessInherited)
 Set the flange thickness inherited flag. More...
 
- Public Member Functions inherited from NXOpen.CAE.Connections.IFlangesContainer
void AddFlangeEntities (int flangeIndex, NXOpen.TaggedObject[] entities)
 Add entities to flange. More...
 
NXOpen.TaggedObject[] GetFlangeEntities (int flangeIndex)
 Gets entities from flange. More...
 
int GetMaxNumberOfFlanges ()
 Retrieve the max number of flanges supported by this connection More...
 
int GetMinNumberOfFlanges ()
 Retrieve the minimum number of flanges supported by this connection More...
 
void RemoveFlangeEntities (int flangeIndex, NXOpen.TaggedObject[] entities)
 Remove entities from flange. More...
 
- Public Member Functions inherited from NXOpen.INXObject
NXOpen.INXObject FindObject (string journalIdentifier)
 Finds the NXOpen.NXObject with the given identifier as recorded in a journal. More...
 
void Print ()
 Prints a representation of this object to the system log file. More...
 
void SetName (string name)
 Sets the custom name of the object. More...
 

Additional Inherited Members

- Properties inherited from NXOpen.CAE.Connections.IFlangesContainer
int NumberOfFlanges [get, set]
 Returns or sets the number of flanges. More...
 

Detailed Description

This interface offers access to the flanges of a Seam Weld connection.

Created in NX1847.0.0

Member Function Documentation

NXOpen.Expression NXOpen.CAE.Connections.ISeamWeldFlangesContainer.GetFlangeAngle ( int  flangeIndex)

Get the flange angle.

Created in NX1847.0.0

License requirements: None.

Parameters
flangeIndex
Returns

Implemented in NXOpen.CAE.Connections.SeamWeld.

NXOpen.Expression NXOpen.CAE.Connections.ISeamWeldFlangesContainer.GetFlangeGap ( int  flangeIndex)

Get the flange gap.

Created in NX1847.0.0

License requirements: None.

Parameters
flangeIndex
Returns

Implemented in NXOpen.CAE.Connections.SeamWeld.

NXOpen.Expression NXOpen.CAE.Connections.ISeamWeldFlangesContainer.GetFlangeThickness ( int  flangeIndex)

Get the flange thickness.

Created in NX1847.0.0

License requirements: None.

Parameters
flangeIndex
Returns

Implemented in NXOpen.CAE.Connections.SeamWeld.

bool NXOpen.CAE.Connections.ISeamWeldFlangesContainer.GetFlangeThicknessInherited ( int  flangeIndex)

Get the flange thickness inherited flag.

Created in NX1847.0.0

License requirements: None.

Parameters
flangeIndex
Returns

Implemented in NXOpen.CAE.Connections.SeamWeld.

void NXOpen.CAE.Connections.ISeamWeldFlangesContainer.SetFlangeThicknessInherited ( int  flangeIndex,
bool  thicknessInherited 
)

Set the flange thickness inherited flag.

Created in NX1847.0.0

License requirements: nx_masterfem ("Finite Element Modeling")

Parameters
flangeIndex
thicknessInherited

Implemented in NXOpen.CAE.Connections.SeamWeld.


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