NX Open C++ Reference Guide
Public Member Functions | List of all members
NXOpen::Annotations::PmiLineWeldBuilder Class Reference

Represents a NXOpen::Annotations::PmiLineWeld builder
To create a new instance of this class, use NXOpen::Annotations::WeldCollection::CreatePmiLineWeldBuilder
Default values. More...

Inheritance diagram for NXOpen::Annotations::PmiLineWeldBuilder:
NXOpen::Annotations::LineWeldBuilder NXOpen::Builder NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder

Public Member Functions

NXOpen::Annotations::AssociatedObjectsBuilderAssociatedObjects ()
 Returns the NXOpen::Annotations::AssociatedObjectsBuilder for weld symbol
Created in NX6.0.0. More...
 
- Public Member Functions inherited from NXOpen::Annotations::LineWeldBuilder
NXOpen::Annotations::LineWeldDataBuilderArrowSideWeldData ()
 Returns the NXOpen::Annotations::LineWeldDataBuilder for the arrow side of the weld symbol
Created in NX6.0.0. More...
 
NXOpen::Annotations::LineWeldBuilder::FieldWeldType FieldWeld ()
 Returns the field indicating the weld is done at the field site
Created in NX6.0.0. More...
 
bool FlipDirection ()
 Returns the flip direction for top seam
Created in NX6.0.0. More...
 
bool FlipHorizontal ()
 Returns the flip horizontal direction for side seam
Created in NX6.0.0. More...
 
bool FlipVertical ()
 Returns the flip vertical direction for side seam
Created in NX6.0.0. More...
 
NXOpen::Annotations::ForeshorteningSymbolBuilderForeshorteningSymbol ()
 Returns the foreshortening symbol builder
Created in NX10.0.0. More...
 
std::vector< NXStringGetReference ()
 Returns the reference or specification text. More...
 
NXOpen::Annotations::LineWeldBuilder::IdLineType IdLine ()
 Returns the identification or reference line
Created in NX6.0.0. More...
 
NXOpen::SelectDisplayableObjectInherit ()
 Returns the weld symbol from which the style properties are inherited
Created in NX6.0.0. More...
 
void InheritProperties (NXOpen::Annotations::Weld *annotation)
 This inherits the properties from the existing weld symbol
Created in NX8.0.0. More...
 
void InheritPropertiesFromWeldFeature (NXOpen::DisplayableObject *feature)
 This inherits the properties from the existing weld feature
Created in NX8.0.0. More...
 
NXOpen::Annotations::LeaderBuilderLeader ()
 Returns the NXOpen::Annotations::LeaderBuilder for weld symbol
Created in NX6.0.0. More...
 
NXOpen::Annotations::OriginBuilderOrigin ()
 Returns the NXOpen::Annotations::OriginBuilder for the weld symbol
Created in NX6.0.0. More...
 
NXOpen::Annotations::LineWeldDataBuilderOtherSideWeldData ()
 Returns the NXOpen::Annotations::LineWeldDataBuilder for the other side of the weld symbol
Created in NX6.0.0. More...
 
double Scale ()
 Returns the scaling factor for the welding symbol
Created in NX6.0.0. More...
 
void SetFieldWeld (NXOpen::Annotations::LineWeldBuilder::FieldWeldType fieldWeld)
 Sets the field indicating the weld is done at the field site
Created in NX6.0.0. More...
 
void SetFlipDirection (bool flipDirection)
 Sets the flip direction for top seam
Created in NX6.0.0. More...
 
void SetFlipHorizontal (bool flipHorizontal)
 Sets the flip horizontal direction for side seam
Created in NX6.0.0. More...
 
void SetFlipVertical (bool flipVertical)
 Sets the flip vertical direction for side seam
Created in NX6.0.0. More...
 
void SetIdLine (NXOpen::Annotations::LineWeldBuilder::IdLineType idLine)
 Sets the identification or reference line
Created in NX6.0.0. More...
 
void SetReference (const std::vector< NXString > &reference)
 Sets the reference or specification text
Created in NX6.0.0. More...
 
void SetScale (double scale)
 Sets the scaling factor for the welding symbol
Created in NX6.0.0. More...
 
void SetSpaceFactor (double spaceFactor)
 Sets the space factor for the welding symbol
Created in NX7.0.0. More...
 
void SetStaggeredWeld (NXOpen::Annotations::LineWeldBuilder::StaggeredWeldType staggeredWeld)
 Sets the staggered weld
Created in NX6.0.0. More...
 
void SetTail (NXOpen::Annotations::LineWeldBuilder::TailType tail)
 Sets the weld tail
Created in NX6.0.0. More...
 
void SetWeldAlongContour (NXOpen::Annotations::LineWeldBuilder::WeldSymbolWeldAlongContourType alongContour)
 Sets the weld along contour option
Created in NX6.0.0. More...
 
NXOpen::SelectDisplayableObjectListSideSeamObjects ()
 Returns the side seam object
Created in NX6.0.0. More...
 
double SpaceFactor ()
 Returns the space factor for the welding symbol
Created in NX7.0.0. More...
 
NXOpen::Annotations::LineWeldBuilder::StaggeredWeldType StaggeredWeld ()
 Returns the staggered weld
Created in NX6.0.0. More...
 
NXOpen::Annotations::StyleBuilderStyle ()
 Returns the NXOpen::Annotations::StyleBuilder for the weld symbol
Created in NX6.0.0. More...
 
NXOpen::Annotations::LineWeldBuilder::TailType Tail ()
 Returns the weld tail
Created in NX6.0.0. More...
 
NXOpen::SelectDisplayableObjectTopSeamObject ()
 Returns the top seam object
Created in NX6.0.0. More...
 
NXOpen::Annotations::LineWeldBuilder::WeldSymbolWeldAlongContourType WeldAlongContour ()
 Returns the weld along contour option
Created in NX6.0.0. 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...
 

Additional Inherited Members

- Public Types inherited from NXOpen::Annotations::LineWeldBuilder
enum  FieldWeldType { FieldWeldTypePlain, FieldWeldTypeTopField, FieldWeldTypeTopFieldSimpleFlag }
 Represents the field weld type. More...
 
enum  IdLineType {
  IdLineTypePlain, IdLineTypeIdLineAbove, IdLineTypeIdLineBelow, IdLineTypeCenteredSpotWeld,
  IdLineTypeCenteredSeamWeld, IdLineTypeCentered
}
 Represents the id line type. More...
 
enum  StaggeredWeldType { StaggeredWeldTypeNoStaggeredSymbol, StaggeredWeldTypeStaggeredSymbol, StaggeredWeldTypeStaggeredSymbolWeldSide }
 Represents the staggered weld type. More...
 
enum  TailType { TailTypeNoTail, TailTypeTail, TailTypeBox }
 represents the tail type More...
 
enum  WeldSymbolWeldAlongContourType {
  WeldSymbolWeldAlongContourTypeNone, WeldSymbolWeldAlongContourTypeClosed, WeldSymbolWeldAlongContourTypeUnclosed, WeldSymbolWeldAlongContourTypeTrilateralWeld,
  WeldSymbolWeldAlongContourTypeAllAround
}
 Represents the weld along contour option. More...
 

Detailed Description

Represents a NXOpen::Annotations::PmiLineWeld builder
To create a new instance of this class, use NXOpen::Annotations::WeldCollection::CreatePmiLineWeldBuilder
Default values.

Property Value

FieldWeld

Plain

FlipDirection

False

FlipHorizontal

False

FlipVertical

False

IdLine

Plain

Scale

1

StaggeredWeld

NoStaggeredSymbol

Tail

NoTail

WeldAlongContour

None


Created in NX6.0.0.

Member Function Documentation

NXOpen::Annotations::AssociatedObjectsBuilder* NXOpen::Annotations::PmiLineWeldBuilder::AssociatedObjects ( )

Returns the NXOpen::Annotations::AssociatedObjectsBuilder for weld symbol
Created in NX6.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.