NXOpen .NET Reference  12.0.0
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:

Public Member Functions

NXOpen.Annotations.Weld[] ToArray ()
 Returns an array of NXOpen.Annotations.Weld objects. More...
 
unsafe
NXOpen.Annotations.LineWeldData 
NewLineWeldData ()
 Creates new LineWeldData object. More...
 
unsafe NXOpen.Annotations.LineWeld CreateLineWeld (NXOpen.Annotations.LineWeldData lineWeldData, NXOpen.Point3d origin, NXOpen.Annotations.LeaderBundle leader)
 Creates a line weld. 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.LineWeldBuilder 
CreateLineWeldBuilder (NXOpen.Annotations.LineWeld weld)
 Creates a NXOpen.Annotations.LineWeldBuilder More...
 
unsafe
NXOpen.Annotations.PmiLineWeldBuilder 
CreatePmiLineWeldBuilder (NXOpen.Annotations.PmiLineWeld weld)
 Creates a NXOpen.Annotations.PmiLineWeldBuilder More...
 

Protected Member Functions

override int EnumerateMoveNext (ref Tag currentTag, byte[] state)
 Advances the enumerator to the next element of the collection. 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 
)

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)

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 
)

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)

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 
)
protected

Advances the enumerator to the next element of the collection.

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

Creates new LineWeldData object.

Created in NX4.0.0

License requirements: None.

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

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 2017 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.