Class WeldCollection
Inheritance
System.Object
System.MarshalByRefObject
WeldCollection
Implements
System.Runtime.Remoting.Messaging.IMessageSink
System.Collections.IEnumerable
Inherited Members
System.MarshalByRefObject.CreateObjRef(System.Type)
System.MarshalByRefObject.GetLifetimeService()
System.MarshalByRefObject.InitializeLifetimeService()
System.MarshalByRefObject.MemberwiseClone(System.Boolean)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: NXOpen.Annotations
Assembly: NXOpen.dll
Syntax
public class WeldCollection : TaggedObjectCollection, IMessageSink, IEnumerable
Constructors
WeldCollection()
Declaration
protected WeldCollection()
WeldCollection(AnnotationManager)
Declaration
protected WeldCollection(AnnotationManager owner)
Parameters
Type | Name | Description |
---|---|---|
AnnotationManager | owner |
Properties
Tag
Declaration
public Tag Tag { get; }
Property Value
Type | Description |
---|---|
Tag |
Methods
CreateLineWeld(LineWeldData, Point3d, LeaderBundle)
Declaration
public LineWeld CreateLineWeld(LineWeldData lineWeldData, Point3d origin, LeaderBundle leader)
Parameters
Type | Name | Description |
---|---|---|
LineWeldData | lineWeldData | |
Point3d | origin | |
LeaderBundle | leader |
Returns
Type | Description |
---|---|
LineWeld |
CreateLineWeldBuilder(LineWeld)
Declaration
public LineWeldBuilder CreateLineWeldBuilder(LineWeld weld)
Parameters
Type | Name | Description |
---|---|---|
LineWeld | weld |
Returns
Type | Description |
---|---|
LineWeldBuilder |
CreatePmiLineWeld(LineWeldData, PmiData, Xform, Point3d, LeaderBundle)
Declaration
public PmiLineWeld CreatePmiLineWeld(LineWeldData lineWeldData, PmiData pmiData, Xform annotationPlane, Point3d origin, LeaderBundle leader)
Parameters
Type | Name | Description |
---|---|---|
LineWeldData | lineWeldData | |
PmiData | pmiData | |
Xform | annotationPlane | |
Point3d | origin | |
LeaderBundle | leader |
Returns
Type | Description |
---|---|
PmiLineWeld |
CreatePmiLineWeldBuilder(PmiLineWeld)
Declaration
public PmiLineWeldBuilder CreatePmiLineWeldBuilder(PmiLineWeld weld)
Parameters
Type | Name | Description |
---|---|---|
PmiLineWeld | weld |
Returns
Type | Description |
---|---|
PmiLineWeldBuilder |
EnumerateMoveNext(ref Tag, Byte[])
Declaration
protected override int EnumerateMoveNext(ref Tag currentTag, byte[] state)
Parameters
Type | Name | Description |
---|---|---|
Tag | currentTag | |
System.Byte[] | state |
Returns
Type | Description |
---|---|
System.Int32 |
Overrides
NewLineWeldData()
Declaration
public LineWeldData NewLineWeldData()
Returns
Type | Description |
---|---|
LineWeldData |
ToArray()
Declaration
public Weld[] ToArray()
Returns
Type | Description |
---|---|
Weld[] |
Implements
System.Runtime.Remoting.Messaging.IMessageSink
System.Collections.IEnumerable