NX Open C++ Reference Guide
Public Types | Public Member Functions
NXOpen::Weld::FilletBuilder Class Reference

Represents a Weld::Fillet builder
To create a new instance of this class, use Weld::WeldManager::CreateFilletBuilder
Default values. More...

Inheritance diagram for NXOpen::Weld::FilletBuilder:
NXOpen::Features::FeatureBuilder NXOpen::Builder NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder

List of all members.

Public Types

enum  EnumContour { EnumContourNone, EnumContourConvex, EnumContourFlush, EnumContourConcave }
 the Contour enum More...
enum  EnumExtensionMethod { EnumExtensionMethodAutomatic, EnumExtensionMethodByValue }
 the Extension enum More...
enum  EnumSkipWeldMethod { EnumSkipWeldMethodNumberLength, EnumSkipWeldMethodNumberSpacing, EnumSkipWeldMethodSpacingLength }
 the Skipweld enum More...
enum  EnumWeldingType { EnumWeldingTypeT, EnumWeldingTypeLap, EnumWeldingTypeCorner }
 the WeldingType enum More...

Public Member Functions

bool AllowBroken ()
 Returns the toggle to allow broken link
Created in NX8.0.0.
bool AssignWeldPMI ()
 Returns the toggle to assign weld pmi
Created in NX8.0.0.
NXOpen::ExpressionContourHeight ()
 Returns the linear dimension contour height
Created in NX8.0.0.
NXOpen::Weld::FilletBuilder::EnumContour ContourType ()
 Returns the contour
Created in NX8.0.0.
bool DirectionVector1 ()
 Returns the face normal direction
Created in NX8.0.0.
bool DirectionVector2 ()
 Returns the face normal direction for the second face
Created in NX8.0.0.
bool DirectToggle ()
 Returns the toggle to change direction
Created in NX8.0.0.
double DistTolerance ()
 Returns the distance tolerance
Created in NX8.0.0.
NXOpen::SectionEdgeSet1 ()
 Returns the edge set1
Created in NX8.0.0.
NXOpen::SectionEdgeSet2 ()
 Returns the edge set2
Created in NX8.0.0.
NXOpen::GeometricUtilities::OnPathDimensionBuilderEndDist ()
 Returns the on path dimension end distance
Created in NX8.0.0.
bool EndVector ()
 Returns the end direction reversed or not
Created in NX8.0.0.
NXOpen::Weld::FilletBuilder::EnumSkipWeldMethod EnumMethod ()
 Returns the enum method for skip welds
Created in NX8.0.0.
NXOpen::ExpressionExtensionDistance ()
 Returns the linear dimension extension distance
Created in NX8.0.0.
NXOpen::Weld::FilletBuilder::EnumExtensionMethod ExtensionMethod ()
 Returns the extension method
Created in NX8.0.0.
NXOpen::ScCollectorFaceSet1 ()
 Returns the face set1
Created in NX8.0.0.
NXOpen::ScCollectorFaceSet2 ()
 Returns the face set2
Created in NX8.0.0.
bool FieldWeld ()
 Returns the field weld
Created in NX8.0.0.
NXOpen::Weld::FilletBuilder::EnumWeldingType FilletType ()
 Returns the fillet type
Created in NX8.0.0.
NXOpen::ExpressionFirstLeg ()
 Returns the linear dimension first leg
Created in NX8.0.0.
NXOpen::ExpressionNumberOfWelds ()
 Returns the expression number indicates number of welds in skip welds
Created in NX8.0.0.
NXOpen::NXObjectPmi ()
 Returns the pmi symbol
Created in NX8.0.0.
NXOpen::ExpressionSecondLeg ()
 Returns the linear dimension second leg
Created in NX8.0.0.
NXOpen::FaceSeedFace1 ()
 Returns the first seed face
Created in NX8.0.0.
NXOpen::FaceSeedFace2 ()
 Returns the second seed face
Created in NX8.0.0.
NXOpen::Point3d SeedPoint1 ()
 Returns the point on the first face
Created in NX8.0.0.
NXOpen::Point3d SeedPoint2 ()
 Returns the point on the second face
Created in NX8.0.0.
NXOpen::ExpressionSegmentLength ()
 Returns the linear dimension length indicates segment length for each weld
Created in NX8.0.0.
void SetAllowBroken (bool allowBroken)
 Sets the toggle to allow broken link
Created in NX8.0.0.
void SetAssignWeldPMI (bool assignWeldPMI)
 Sets the toggle to assign weld pmi
Created in NX8.0.0.
void SetContourType (NXOpen::Weld::FilletBuilder::EnumContour contour)
 Sets the contour
Created in NX8.0.0.
void SetDirectionVector1 (bool directionVector1)
 Sets the face normal direction
Created in NX8.0.0.
void SetDirectionVector2 (bool directionVector2)
 Sets the face normal direction for the second face
Created in NX8.0.0.
void SetDirectToggle (bool directToggle)
 Sets the toggle to change direction
Created in NX8.0.0.
void SetDistTolerance (double distTolerance)
 Sets the distance tolerance
Created in NX8.0.0.
void SetEndVector (bool endVector)
 Sets the end direction reversed or not
Created in NX8.0.0.
void SetEnumMethod (NXOpen::Weld::FilletBuilder::EnumSkipWeldMethod enumMethod)
 Sets the enum method for skip welds
Created in NX8.0.0.
void SetExtensionMethod (NXOpen::Weld::FilletBuilder::EnumExtensionMethod extensionMethod)
 Sets the extension method
Created in NX8.0.0.
void SetFieldWeld (bool fieldWeld)
 Sets the field weld
Created in NX8.0.0.
void SetFilletType (NXOpen::Weld::FilletBuilder::EnumWeldingType filletType)
 Sets the fillet type
Created in NX8.0.0.
void SetPmi (NXOpen::NXObject *pmi)
 Sets the pmi symbol
Created in NX8.0.0.
void SetSeedFace1 (NXOpen::Face *seedFace1)
 Sets the first seed face
Created in NX8.0.0.
void SetSeedFace2 (NXOpen::Face *seedFace2)
 Sets the second seed face
Created in NX8.0.0.
void SetSeedPoint1 (const NXOpen::Point3d &seedPoint1)
 Sets the point on the first face
Created in NX8.0.0.
void SetSeedPoint2 (const NXOpen::Point3d &seedPoint1)
 Sets the point on the second face
Created in NX8.0.0.
void SetStartVector (bool startVector)
 Sets the start direction reversed or not
Created in NX8.0.0.
void SetThroatThickToggle (bool throatThickToggle)
 Sets the toggle throat thickness
Created in NX8.0.0.
void SetToggleCreateSkipWelds (bool toggleCreateSkipWelds)
 Sets the toggle to create skip welds
Created in NX8.0.0.
void SetToggleRecreateDeletedWelds (bool toggleRecreateDeletedWelds)
 Sets the toggle to recreate deleted welds
Created in NX8.0.0.
void SetUparameter1 (double u1)
 Sets the u parameter for first face
Created in NX8.0.0.
void SetUparameter2 (double u2)
 Sets the u parameter for second face
Created in NX8.0.0.
void SetVparameter1 (double v1)
 Sets the v parameter for first face
Created in NX8.0.0.
void SetVparameter2 (double v2)
 Sets the v parameter for second face
Created in NX8.0.0.
NXOpen::ExpressionSpacing ()
 Returns the linear dimension spacing indicates distance between each weld
Created in NX8.0.0.
NXOpen::GeometricUtilities::OnPathDimensionBuilderStartDist ()
 Returns the on path dimension start distance
Created in NX8.0.0.
bool StartVector ()
 Returns the start direction reversed or not
Created in NX8.0.0.
bool ThroatThickToggle ()
 Returns the toggle throat thickness
Created in NX8.0.0.
bool ToggleCreateSkipWelds ()
 Returns the toggle to create skip welds
Created in NX8.0.0.
bool ToggleRecreateDeletedWelds ()
 Returns the toggle to recreate deleted welds
Created in NX8.0.0.
double Uparameter1 ()
 Returns the u parameter for first face
Created in NX8.0.0.
double Uparameter2 ()
 Returns the u parameter for second face
Created in NX8.0.0.
double Vparameter1 ()
 Returns the v parameter for first face
Created in NX8.0.0.
double Vparameter2 ()
 Returns the v parameter for second face
Created in NX8.0.0.
NXOpen::Weld::CharacteristicsBuilderWeldingCharacteristics ()
 Returns the welding characteristics
Created in NX8.0.0.

Detailed Description

Represents a Weld::Fillet builder
To create a new instance of this class, use Weld::WeldManager::CreateFilletBuilder
Default values.

Property Value

AllowBroken

0

AssignWeldPMI

0

ContourHeight.Value

1.875 (millimeters part), .073818 (inches part)

ContourType

None

DistTolerance

0

EnumMethod

NumberLength

ExtensionDistance.Value

0 (millimeters part), 0 (inches part)

ExtensionMethod

Automatic

FieldWeld

0

FilletType

T

FirstLeg.Value

6.25 (millimeters part), .246062 (inches part)

NumberOfWelds.Value

3

SecondLeg.Value

6.25 (millimeters part), .246062 (inches part)

SegmentLength.Value

3 (millimeters part), .118110 (inches part)

Spacing.Value

3 (millimeters part), .118110 (inches part)

ThroatThickToggle

0

ToggleCreateSkipWelds

0

ToggleRecreateDeletedWelds

0


Created in NX8.0.0.


Member Enumeration Documentation

the Contour enum

Enumerator:
EnumContourNone 

none

EnumContourConvex 

convex

EnumContourFlush 

flush

EnumContourConcave 

concave

the Extension enum

Enumerator:
EnumExtensionMethodAutomatic 

automatic

EnumExtensionMethodByValue 

by value

the Skipweld enum

Enumerator:
EnumSkipWeldMethodNumberLength 

number length

EnumSkipWeldMethodNumberSpacing 

number spacing

EnumSkipWeldMethodSpacingLength 

spacing length

the WeldingType enum

Enumerator:
EnumWeldingTypeT 

t

EnumWeldingTypeLap 

lap

EnumWeldingTypeCorner 

corner


Member Function Documentation

Returns the toggle to allow broken link
Created in NX8.0.0.



License requirements : None

Returns the toggle to assign weld pmi
Created in NX8.0.0.



License requirements : None

Returns the linear dimension contour height
Created in NX8.0.0.



License requirements : None

Returns the contour
Created in NX8.0.0.



License requirements : None

Returns the face normal direction
Created in NX8.0.0.



License requirements : None

Returns the face normal direction for the second face
Created in NX8.0.0.



License requirements : None

Returns the toggle to change direction
Created in NX8.0.0.



License requirements : None

Returns the distance tolerance
Created in NX8.0.0.



License requirements : None

Returns the edge set1
Created in NX8.0.0.



License requirements : None

Returns the edge set2
Created in NX8.0.0.



License requirements : None

Returns the on path dimension end distance
Created in NX8.0.0.



License requirements : None

Returns the end direction reversed or not
Created in NX8.0.0.



License requirements : None

Returns the enum method for skip welds
Created in NX8.0.0.



License requirements : None

Returns the linear dimension extension distance
Created in NX8.0.0.



License requirements : None

Returns the extension method
Created in NX8.0.0.



License requirements : None

Returns the face set1
Created in NX8.0.0.



License requirements : None

Returns the face set2
Created in NX8.0.0.



License requirements : None

Returns the field weld
Created in NX8.0.0.



License requirements : None

Returns the fillet type
Created in NX8.0.0.



License requirements : None

Returns the linear dimension first leg
Created in NX8.0.0.



License requirements : None

Returns the expression number indicates number of welds in skip welds
Created in NX8.0.0.



License requirements : None

Returns the pmi symbol
Created in NX8.0.0.



License requirements : None

Returns the linear dimension second leg
Created in NX8.0.0.



License requirements : None

Returns the first seed face
Created in NX8.0.0.



License requirements : None

Returns the second seed face
Created in NX8.0.0.



License requirements : None

Returns the point on the first face
Created in NX8.0.0.



License requirements : None

Returns the point on the second face
Created in NX8.0.0.



License requirements : None

Returns the linear dimension length indicates segment length for each weld
Created in NX8.0.0.



License requirements : None

void NXOpen::Weld::FilletBuilder::SetAllowBroken ( bool  allowBroken)

Sets the toggle to allow broken link
Created in NX8.0.0.



License requirements : None

Parameters:
allowBrokenallowbroken
void NXOpen::Weld::FilletBuilder::SetAssignWeldPMI ( bool  assignWeldPMI)

Sets the toggle to assign weld pmi
Created in NX8.0.0.



License requirements : None

Parameters:
assignWeldPMIassignweldpmi

Sets the contour
Created in NX8.0.0.



License requirements : None

Parameters:
contourcontour
void NXOpen::Weld::FilletBuilder::SetDirectionVector1 ( bool  directionVector1)

Sets the face normal direction
Created in NX8.0.0.



License requirements : None

Parameters:
directionVector1directionvector1
void NXOpen::Weld::FilletBuilder::SetDirectionVector2 ( bool  directionVector2)

Sets the face normal direction for the second face
Created in NX8.0.0.



License requirements : None

Parameters:
directionVector2directionvector2
void NXOpen::Weld::FilletBuilder::SetDirectToggle ( bool  directToggle)

Sets the toggle to change direction
Created in NX8.0.0.



License requirements : None

Parameters:
directToggledirecttoggle
void NXOpen::Weld::FilletBuilder::SetDistTolerance ( double  distTolerance)

Sets the distance tolerance
Created in NX8.0.0.



License requirements : None

Parameters:
distTolerancedisttolerance

Sets the end direction reversed or not
Created in NX8.0.0.



License requirements : None

Parameters:
endVectorendvector

Sets the enum method for skip welds
Created in NX8.0.0.



License requirements : None

Parameters:
enumMethodenummethod

Sets the extension method
Created in NX8.0.0.



License requirements : None

Parameters:
extensionMethodextensionmethod

Sets the field weld
Created in NX8.0.0.



License requirements : None

Parameters:
fieldWeldfieldweld

Sets the fillet type
Created in NX8.0.0.



License requirements : None

Parameters:
filletTypefillettype

Sets the pmi symbol
Created in NX8.0.0.



License requirements : None

Parameters:
pmipmi

Sets the first seed face
Created in NX8.0.0.



License requirements : None

Parameters:
seedFace1seedface1

Sets the second seed face
Created in NX8.0.0.



License requirements : None

Parameters:
seedFace2seedface2

Sets the point on the first face
Created in NX8.0.0.



License requirements : None

Parameters:
seedPoint1seedpoint1

Sets the point on the second face
Created in NX8.0.0.



License requirements : None

Parameters:
seedPoint1seedpoint1
void NXOpen::Weld::FilletBuilder::SetStartVector ( bool  startVector)

Sets the start direction reversed or not
Created in NX8.0.0.



License requirements : None

Parameters:
startVectorstartvector
void NXOpen::Weld::FilletBuilder::SetThroatThickToggle ( bool  throatThickToggle)

Sets the toggle throat thickness
Created in NX8.0.0.



License requirements : None

Parameters:
throatThickTogglethroatthicktoggle
void NXOpen::Weld::FilletBuilder::SetToggleCreateSkipWelds ( bool  toggleCreateSkipWelds)

Sets the toggle to create skip welds
Created in NX8.0.0.



License requirements : None

Parameters:
toggleCreateSkipWeldstogglecreateskipwelds
void NXOpen::Weld::FilletBuilder::SetToggleRecreateDeletedWelds ( bool  toggleRecreateDeletedWelds)

Sets the toggle to recreate deleted welds
Created in NX8.0.0.



License requirements : None

Parameters:
toggleRecreateDeletedWeldstogglerecreatedeletedwelds

Sets the u parameter for first face
Created in NX8.0.0.



License requirements : None

Parameters:
u1u1

Sets the u parameter for second face
Created in NX8.0.0.



License requirements : None

Parameters:
u2u2

Sets the v parameter for first face
Created in NX8.0.0.



License requirements : None

Parameters:
v1v1

Sets the v parameter for second face
Created in NX8.0.0.



License requirements : None

Parameters:
v2v2

Returns the linear dimension spacing indicates distance between each weld
Created in NX8.0.0.



License requirements : None

Returns the on path dimension start distance
Created in NX8.0.0.



License requirements : None

Returns the start direction reversed or not
Created in NX8.0.0.



License requirements : None

Returns the toggle throat thickness
Created in NX8.0.0.



License requirements : None

Returns the toggle to create skip welds
Created in NX8.0.0.



License requirements : None

Returns the toggle to recreate deleted welds
Created in NX8.0.0.



License requirements : None

Returns the u parameter for first face
Created in NX8.0.0.



License requirements : None

Returns the u parameter for second face
Created in NX8.0.0.



License requirements : None

Returns the v parameter for first face
Created in NX8.0.0.



License requirements : None

Returns the v parameter for second face
Created in NX8.0.0.



License requirements : None

Returns the welding characteristics
Created in NX8.0.0.



License requirements : None


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