NXOpen .NET Reference Guide  1899
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Member Functions | List of all members
NXOpen.Annotations.LineWeld Class Reference

Represents a line weld More...

Inheritance diagram for NXOpen.Annotations.LineWeld:
NXOpen.Annotations.Weld NXOpen.Annotations.DraftingAid NXOpen.Annotations.Annotation NXOpen.DisplayableObject NXOpen.NXObject NXOpen.IFitTo NXOpen.TaggedObject NXOpen.INXObject NXOpen.INXObject NXOpen.Utilities.NXRemotableObject IMessageSink NXOpen.Annotations.PmiLineWeld

Public Member Functions

unsafe
NXOpen.Annotations.LineWeldData 
GetWeldData ()
 Returns the weld data More...
 
unsafe void SetAutoWeldSymbol (bool isAutoWeldSymbol)
 Sets the auto weld symbol flag. More...
 
unsafe void SetEditAuto (bool isEditAuto)
 Sets the auto weld symbol flag. More...
 
unsafe void SetWeldData (NXOpen.Annotations.LineWeldData data)
 Sets the weld data. More...
 

Additional Inherited Members

- Public Types inherited from NXOpen.DisplayableObject
enum  ObjectFont {
  Solid = 1, Dashed, Phantom, Centerline,
  Dotted, LongDashed, DottedDashed, Eight = 11,
  Nine, Ten, Eleven
}
 specifies the object font for objects such as lines More...
 
enum  ObjectWidth {
  Normal, Thick, Thin, One = 5,
  Two, Three, Four, Five,
  Six, Seven, Eight, Nine
}
 specifies object width for objects such as lines and text More...
 
- Protected Member Functions inherited from NXOpen.TaggedObject
new void initialize ()
 <exclude> More...
 
- Properties inherited from NXOpen.Annotations.Annotation
unsafe NXOpen.Point3d AnnotationOrigin [get, set]
 Returns or sets the origin (location) of the annotation. More...
 
unsafe NXOpen.Xform AnnotationPlane [get, set]
 Returns or sets the annotation plane. More...
 
unsafe bool HasAssociativeOrigin [get]
 Returns a flag indicating whether the origin is associative More...
 
unsafe bool IsOutOfDate [get]
 Returns the flag indicating whether the annotation is out of date More...
 
unsafe bool IsRetained [get]
 Returns a flag indicating whether the annotation is retained More...
 
unsafe
NXOpen.Annotations.LeaderOrientation 
LeaderOrientation [get, set]
 Returns or sets the leader orientation for the annotation. More...
 
unsafe int NumberOfAssociativities [get]
 Returns the number of associativities for the annotation. More...
 
unsafe bool ParallelToScreen [get, set]
 Returns or sets the PMI parallel to screen setting More...
 
unsafe bool Suppressed [get]
 Returns the flag indicating whether the annotation is suppressed More...
 

Detailed Description

Represents a line weld

To create or edit an instance of this class, use NXOpen.Annotations.LineWeldBuilder

Created in NX4.0.0

Member Function Documentation

unsafe NXOpen.Annotations.LineWeldData NXOpen.Annotations.LineWeld.GetWeldData ( )
inline

Returns the weld data

Created in NX4.0.0

License requirements: None.

Returns
Line weld data
unsafe void NXOpen.Annotations.LineWeld.SetAutoWeldSymbol ( bool  isAutoWeldSymbol)
inline

Sets the auto weld symbol flag.

Created in NX11.0.1

License requirements: geometric_tol ("GDT") OR drafting ("DRAFTING")

Parameters
isAutoWeldSymbol
unsafe void NXOpen.Annotations.LineWeld.SetEditAuto ( bool  isEditAuto)
inline

Sets the auto weld symbol flag.

Created in NX1847.0.0

License requirements: geometric_tol ("GDT") OR drafting ("DRAFTING")

Parameters
isEditAuto
unsafe void NXOpen.Annotations.LineWeld.SetWeldData ( NXOpen.Annotations.LineWeldData  data)
inline

Sets the weld data.

NOTE: This method should not be used to edit a read-only object such as a Mirrored PMI object. If it is, the changes will be overridden when the part is updated.

Created in NX4.0.0

License requirements: geometric_tol ("GDT") OR drafting ("DRAFTING")

Parameters
dataNew line weld data

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