Interface ISeamWeldFlangesContainer
Assembly: NXOpen.dll
Syntax
public interface ISeamWeldFlangesContainer : IFlangesContainer, INXObject
Methods
GetFlangeAngle(Int32)
Declaration
Expression GetFlangeAngle(int flangeIndex)
Parameters
Type |
Name |
Description |
System.Int32 |
flangeIndex |
|
Returns
GetFlangeGap(Int32)
Declaration
Expression GetFlangeGap(int flangeIndex)
Parameters
Type |
Name |
Description |
System.Int32 |
flangeIndex |
|
Returns
GetFlangeThickness(Int32)
Declaration
Expression GetFlangeThickness(int flangeIndex)
Parameters
Type |
Name |
Description |
System.Int32 |
flangeIndex |
|
Returns
GetFlangeThicknessInherited(Int32)
Declaration
bool GetFlangeThicknessInherited(int flangeIndex)
Parameters
Type |
Name |
Description |
System.Int32 |
flangeIndex |
|
Returns
Type |
Description |
System.Boolean |
|
SetFlangeThicknessInherited(Int32, Boolean)
Declaration
void SetFlangeThicknessInherited(int flangeIndex, bool thicknessInherited)
Parameters
Type |
Name |
Description |
System.Int32 |
flangeIndex |
|
System.Boolean |
thicknessInherited |
|