Class CutViewCollection
Inheritance
System.Object
System.MarshalByRefObject
CutViewCollection
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)
Assembly: NXOpen.dll
Syntax
public class CutViewCollection : TaggedObjectCollection, IMessageSink, IEnumerable
Constructors
CutViewCollection()
Declaration
protected CutViewCollection()
CutViewCollection(Part)
Declaration
protected CutViewCollection(Part owner)
Parameters
Type |
Name |
Description |
Part |
owner |
|
Properties
Tag
Declaration
Property Value
Methods
CreateLinkedSectionView(CutView)
Declaration
public ModelingView CreateLinkedSectionView(CutView view)
Parameters
Returns
DeleteCutView(CutView)
Declaration
public void DeleteCutView(CutView view)
Parameters
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
FindObject(String)
Declaration
public CutView FindObject(string journalIdentifier)
Parameters
Type |
Name |
Description |
System.String |
journalIdentifier |
|
Returns
GetCutViewsOfObject(Body)
Declaration
public DisplayableObject[] GetCutViewsOfObject(Body body)
Parameters
Type |
Name |
Description |
Body |
body |
|
Returns
IsCutBody(Body)
Declaration
public bool IsCutBody(Body body)
Parameters
Type |
Name |
Description |
Body |
body |
|
Returns
Type |
Description |
System.Boolean |
|
IsCutBodyOfView(Body, CutView, out Body)
Declaration
public bool IsCutBodyOfView(Body body, CutView view, out Body uncutBody)
Parameters
Returns
Type |
Description |
System.Boolean |
|
IsToolBody(Body)
Declaration
public bool IsToolBody(Body body)
Parameters
Type |
Name |
Description |
Body |
body |
|
Returns
Type |
Description |
System.Boolean |
|
IsUncutBodyOfView(Body, CutView, out Body)
Declaration
public bool IsUncutBodyOfView(Body body, CutView view, out Body cutBody)
Parameters
Returns
Type |
Description |
System.Boolean |
|
ToArray()
Declaration
public CutView[] ToArray()
Returns
UpdateCutView(CutView)
Declaration
public void UpdateCutView(CutView view)
Parameters
Implements
System.Runtime.Remoting.Messaging.IMessageSink
System.Collections.IEnumerable