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