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

Represents a collection of NXOpen.Annotations.Weld objects More...

Inheritance diagram for NXOpen.Annotations.WeldCollection:
NXOpen.TaggedObjectCollection NXOpen.Utilities.NXRemotableObject IEnumerable IMessageSink

Public Member Functions

unsafe NXOpen.Annotations.LineWeld CreateLineWeld (NXOpen.Annotations.LineWeldData lineWeldData, NXOpen.Point3d origin, NXOpen.Annotations.LeaderBundle leader)
 Creates a line weld. More...
 
unsafe
NXOpen.Annotations.LineWeldBuilder 
CreateLineWeldBuilder (NXOpen.Annotations.LineWeld weld)
 Creates a NXOpen.Annotations.LineWeldBuilder More...
 
unsafe
NXOpen.Annotations.PmiLineWeld 
CreatePmiLineWeld (NXOpen.Annotations.LineWeldData lineWeldData, NXOpen.Annotations.PmiData pmiData, NXOpen.Xform annotationPlane, NXOpen.Point3d origin, NXOpen.Annotations.LeaderBundle leader)
 Creates a PMI line weld. More...
 
unsafe
NXOpen.Annotations.PmiLineWeldBuilder 
CreatePmiLineWeldBuilder (NXOpen.Annotations.PmiLineWeld weld)
 Creates a NXOpen.Annotations.PmiLineWeldBuilder More...
 
unsafe
NXOpen.Annotations.LineWeldData 
NewLineWeldData ()
 Creates new LineWeldData object. More...
 
NXOpen.Annotations.Weld[] ToArray ()
 Returns an array of NXOpen.Annotations.Weld objects. More...
 
- Public Member Functions inherited from NXOpen.TaggedObjectCollection
IEnumerator GetEnumerator ()
 Returns an enumerator that iterates through a collection. More...
 
- Public Member Functions inherited from NXOpen.Utilities.NXRemotableObject
IMessageCtrl AsyncProcessMessage (IMessage msg, IMessageSink replySink)
 Asynchronously processes the given message. More...
 
IMessage SyncProcessMessage (IMessage msg)
 Synchronously processes the given message. More...
 

Protected Member Functions

override int EnumerateMoveNext (ref Tag currentTag, byte[] state)
 Advances the enumerator to the next element of the collection. More...
 
- Protected Member Functions inherited from NXOpen.TaggedObjectCollection
new void initialize ()
 <exclude> More...
 
- Protected Member Functions inherited from NXOpen.Utilities.NXRemotableObject
void initialize ()
 <exclude> More...
 

Properties

Tag Tag [get]
 Returns the tag of this object. More...
 

Detailed Description

Represents a collection of NXOpen.Annotations.Weld objects

To obtain an instance of this class, refer to NXOpen.Annotations.AnnotationManager

Created in NX4.0.0

Member Function Documentation

unsafe NXOpen.Annotations.LineWeld NXOpen.Annotations.WeldCollection.CreateLineWeld ( NXOpen.Annotations.LineWeldData  lineWeldData,
NXOpen.Point3d  origin,
NXOpen.Annotations.LeaderBundle  leader 
)
inline

Creates a line weld.

Created in NX4.0.0

License requirements: drafting ("DRAFTING")

Parameters
lineWeldData
originOrigin for the line weld
leaderSpecifies the leaders for the line weld
Returns
New line weld
unsafe NXOpen.Annotations.LineWeldBuilder NXOpen.Annotations.WeldCollection.CreateLineWeldBuilder ( NXOpen.Annotations.LineWeld  weld)
inline

Creates a NXOpen.Annotations.LineWeldBuilder

Created in NX6.0.0

License requirements: drafting ("DRAFTING")

Parameters
weld
Returns
unsafe NXOpen.Annotations.PmiLineWeld NXOpen.Annotations.WeldCollection.CreatePmiLineWeld ( NXOpen.Annotations.LineWeldData  lineWeldData,
NXOpen.Annotations.PmiData  pmiData,
NXOpen.Xform  annotationPlane,
NXOpen.Point3d  origin,
NXOpen.Annotations.LeaderBundle  leader 
)
inline

Creates a PMI line weld.

Created in NX4.0.0

License requirements: geometric_tol ("GDT")

Parameters
lineWeldData
pmiDataPMI data
annotationPlaneAnnotation plane on which the line weld lies
originOrigin for the line weld
leaderSpecifies the leaders for the line weld
Returns
New PMI line weld
unsafe NXOpen.Annotations.PmiLineWeldBuilder NXOpen.Annotations.WeldCollection.CreatePmiLineWeldBuilder ( NXOpen.Annotations.PmiLineWeld  weld)
inline

Creates a NXOpen.Annotations.PmiLineWeldBuilder

Created in NX6.0.0

License requirements: geometric_tol ("GDT")

Parameters
weld
Returns
override int NXOpen.Annotations.WeldCollection.EnumerateMoveNext ( ref Tag  currentTag,
byte[]  state 
)
inlineprotectedvirtual

Advances the enumerator to the next element of the collection.

Implements NXOpen.TaggedObjectCollection.

unsafe NXOpen.Annotations.LineWeldData NXOpen.Annotations.WeldCollection.NewLineWeldData ( )
inline

Creates new LineWeldData object.

Created in NX4.0.0

License requirements: None.

Returns
New LineWeldData
NXOpen.Annotations.Weld [] NXOpen.Annotations.WeldCollection.ToArray ( )
inline

Returns an array of NXOpen.Annotations.Weld objects.

Property Documentation

Tag NXOpen.Annotations.WeldCollection.Tag
get

Returns the tag of this object.


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