NX Open C++ Reference Guide
Public Types | Public Member Functions | List of all members
NXOpen::Weld::SurfaceWeldBuilder Class Reference

Use to create or edit a NXOpen::Weld::SurfaceWeld feature. More...

Inheritance diagram for NXOpen::Weld::SurfaceWeldBuilder:
NXOpen::Weld::StructureWeldBuilder NXOpen::Builder NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder

Public Types

enum  DestinationTypes { DestinationTypesWorkPart, DestinationTypesNewComponent }
 The option specifying where the surface weld feature should be created. More...
 

Public Member Functions

NXOpen::SectionBoundary ()
 Returns the section defining all the boundaries to use for creating the surface weld. More...
 
NXOpen::Weld::CharacteristicsBuilderCharacteristics ()
 Returns the characteristics to assign to the object created. More...
 
NXOpen::Weld::SurfaceWeldBuilder::DestinationTypes Destination ()
 Returns the option specifying the destination for this surface weld feature. More...
 
double DistanceTolerance ()
 Returns the distance tolerance for constructing the surface weld. More...
 
NXOpen::LineColorFontWidthBuilderLineColorFontWidth ()
 Returns the color, font, and width of the surface weld output curve. More...
 
NXString NamePrefix ()
 Returns the prefix used for the surface weld Design Feature name in Fourth Generation Design mode. More...
 
NXOpen::ScCollectorPanel ()
 Returns the collector containing the faces to create the surface weld on. More...
 
NXOpen::GeometricUtilities::ProjectionOptionsProjectionDirection ()
 Returns the project direction, which is used to project the boundary curves to the plate mold face. More...
 
void SetDestination (NXOpen::Weld::SurfaceWeldBuilder::DestinationTypes destination)
 Sets the option specifying the destination for this surface weld feature. More...
 
void SetDistanceTolerance (double distanceTolerance)
 Sets the distance tolerance for constructing the surface weld. More...
 
void SetNamePrefix (const NXString &prefix)
 Sets the prefix used for the surface weld Design Feature name in Fourth Generation Design mode. More...
 
void SetNamePrefix (const char *prefix)
 Sets the prefix used for the surface weld Design Feature name in Fourth Generation Design mode. More...
 
NXOpen::ExpressionThickness ()
 Returns the expression containing the value of the thickness of the surface weld. More...
 
NXOpen::ExpressionWidth ()
 Returns the expression containing the value of the width of the surface weld if only the centerline is specified. More...
 
- Public Member Functions inherited from NXOpen::Weld::StructureWeldBuilder
std::vector
< NXOpen::Assemblies::Component * > 
GetCommittedComponents ()
 This method returns the component parts that are created by Builder::Commit . More...
 
- Public Member Functions inherited from NXOpen::Builder
NXOpen::NXObjectCommit ()
 Commits any edits that have been applied to the builder. More...
 
void Destroy ()
 Deletes the builder, and cleans up any objects created by the builder. More...
 
std::vector< NXOpen::NXObject * > GetCommittedObjects ()
 For builders that create more than one object, this method returns the objects that are created by commit. More...
 
NXOpen::NXObjectGetObject ()
 Returns the object currently being edited by this builder. More...
 
void ShowResults ()
 Updates the model to reflect the result of an edit to the model for all builders that support showing results. More...
 
virtual bool Validate ()
 Validate whether the inputs to the component are sufficient for commit to be called. More...
 
- Public Member Functions inherited from NXOpen::TaggedObject
tag_t Tag () const
 Returns the tag of this object. More...
 

Detailed Description

Use to create or edit a NXOpen::Weld::SurfaceWeld feature.


To create a new instance of this class, use NXOpen::Weld::WeldManager::CreateSurfaceWeldBuilder
Default values.

Property Value

Thickness.Value

12.2 (millimeters part), 0.5 (inches part)

Width.Value

12.2 (millimeters part), 0.5 (inches part)


Created in NX9.0.0.

Member Enumeration Documentation

The option specifying where the surface weld feature should be created.

Enumerator
DestinationTypesWorkPart 

work part

DestinationTypesNewComponent 

new component

Member Function Documentation

NXOpen::Section* NXOpen::Weld::SurfaceWeldBuilder::Boundary ( )

Returns the section defining all the boundaries to use for creating the surface weld.

The largest boundary will be treated as the primary exterior boundary.
Created in NX9.0.0.

License requirements : None

NXOpen::Weld::CharacteristicsBuilder* NXOpen::Weld::SurfaceWeldBuilder::Characteristics ( )

Returns the characteristics to assign to the object created.


Created in NX9.0.0.

License requirements : None

NXOpen::Weld::SurfaceWeldBuilder::DestinationTypes NXOpen::Weld::SurfaceWeldBuilder::Destination ( )

Returns the option specifying the destination for this surface weld feature.

Only applicable during create.
Created in NX9.0.0.

License requirements : None

double NXOpen::Weld::SurfaceWeldBuilder::DistanceTolerance ( )

Returns the distance tolerance for constructing the surface weld.

Uses the modeling tolerance during creation.
Created in NX9.0.0.

License requirements : None

NXOpen::LineColorFontWidthBuilder* NXOpen::Weld::SurfaceWeldBuilder::LineColorFontWidth ( )

Returns the color, font, and width of the surface weld output curve.


Created in NX9.0.0.

License requirements : None

NXString NXOpen::Weld::SurfaceWeldBuilder::NamePrefix ( )

Returns the prefix used for the surface weld Design Feature name in Fourth Generation Design mode.

Only applicable during create.
Created in NX9.0.0.

License requirements : None

NXOpen::ScCollector* NXOpen::Weld::SurfaceWeldBuilder::Panel ( )

Returns the collector containing the faces to create the surface weld on.


Created in NX9.0.0.

License requirements : None

NXOpen::GeometricUtilities::ProjectionOptions* NXOpen::Weld::SurfaceWeldBuilder::ProjectionDirection ( )

Returns the project direction, which is used to project the boundary curves to the plate mold face.


Created in NX9.0.0.

License requirements : None

void NXOpen::Weld::SurfaceWeldBuilder::SetDestination ( NXOpen::Weld::SurfaceWeldBuilder::DestinationTypes  destination)

Sets the option specifying the destination for this surface weld feature.

Only applicable during create.
Created in NX9.0.0.

License requirements : structure_weld ("STRUCTURE WELD")

Parameters
destinationdestination
void NXOpen::Weld::SurfaceWeldBuilder::SetDistanceTolerance ( double  distanceTolerance)

Sets the distance tolerance for constructing the surface weld.

Uses the modeling tolerance during creation.
Created in NX9.0.0.

License requirements : structure_weld ("STRUCTURE WELD")

Parameters
distanceTolerancedistancetolerance
void NXOpen::Weld::SurfaceWeldBuilder::SetNamePrefix ( const NXString prefix)

Sets the prefix used for the surface weld Design Feature name in Fourth Generation Design mode.

Only applicable during create.
Created in NX9.0.0.

License requirements : structure_weld ("STRUCTURE WELD")

Parameters
prefixprefix
void NXOpen::Weld::SurfaceWeldBuilder::SetNamePrefix ( const char *  prefix)

Sets the prefix used for the surface weld Design Feature name in Fourth Generation Design mode.

Only applicable during create.
Created in NX9.0.0.

License requirements : structure_weld ("STRUCTURE WELD")

Parameters
prefixprefix
NXOpen::Expression* NXOpen::Weld::SurfaceWeldBuilder::Thickness ( )

Returns the expression containing the value of the thickness of the surface weld.


Created in NX9.0.0.

License requirements : None

NXOpen::Expression* NXOpen::Weld::SurfaceWeldBuilder::Width ( )

Returns the expression containing the value of the width of the surface weld if only the centerline is specified.


Created in NX9.0.0.

License requirements : None


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