Class CaeGroupCollection
Inheritance
System.Object
System.MarshalByRefObject
CaeGroupCollection
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 CaeGroupCollection : TaggedObjectCollection, IMessageSink, IEnumerable
Constructors
CaeGroupCollection()
Declaration
protected CaeGroupCollection()
CaeGroupCollection(CaePart)
Declaration
protected CaeGroupCollection(CaePart owner)
Parameters
Type |
Name |
Description |
CaePart |
owner |
|
Properties
Tag
Declaration
Property Value
Methods
CopyGroup(String, CaeGroup)
Declaration
public CaeGroup CopyGroup(string setName, CaeGroup sourceGroup)
Parameters
Type |
Name |
Description |
System.String |
setName |
|
CaeGroup |
sourceGroup |
|
Returns
CreateAutoGroups(CaeGroupCollection.AutoGroupTypes, CaeGroupCollection.AutoGroupSeedNames, out CaeGroup[])
Declaration
public CaeGroupCollection.AutoGroupErrorCodes CreateAutoGroups(CaeGroupCollection.AutoGroupTypes autoGroupTypes, CaeGroupCollection.AutoGroupSeedNames autoGroupSeeds, out CaeGroup[] autoGroups)
Parameters
Returns
CreateAutoGroups(Mesh[], CaeGroupCollection.AutoGroupTypes, CaeGroupCollection.AutoGroupSeedNames, out CaeGroup[])
Declaration
public CaeGroupCollection.AutoGroupErrorCodes CreateAutoGroups(Mesh[] ptMeshes, CaeGroupCollection.AutoGroupTypes autoGroupTypes, CaeGroupCollection.AutoGroupSeedNames autoGroupSeeds, out CaeGroup[] autoGroups)
Parameters
Returns
CreateExclusiveOrGroup(String, CaeGroup[])
Declaration
public CaeGroup CreateExclusiveOrGroup(string setName, CaeGroup[] objects)
Parameters
Type |
Name |
Description |
System.String |
setName |
|
CaeGroup[] |
objects |
|
Returns
CreateGroup(String, TaggedObject[])
Declaration
public CaeGroup CreateGroup(string setName, TaggedObject[] objects)
Parameters
Type |
Name |
Description |
System.String |
setName |
|
TaggedObject[] |
objects |
|
Returns
CreateGroup(String, Int32, TaggedObject[])
Declaration
public CaeGroup CreateGroup(string setName, int label, TaggedObject[] objects)
Parameters
Type |
Name |
Description |
System.String |
setName |
|
System.Int32 |
label |
|
TaggedObject[] |
objects |
|
Returns
CreateGroupByBoundaryBuilder()
Declaration
public GroupByBoundaryBuilder CreateGroupByBoundaryBuilder()
Returns
CreateGroupFromEntityIds(String, CaeGroupCollection.EntityType, Int32[])
Declaration
public CaeGroup CreateGroupFromEntityIds(string setName, CaeGroupCollection.EntityType entityType, int[] entityID)
Parameters
Returns
CreateGroupHidden(TaggedObject[])
Declaration
public CaeGroup CreateGroupHidden(TaggedObject[] objects)
Parameters
Returns
CreateIntersectionGroup(String, CaeGroup[])
Declaration
public CaeGroup CreateIntersectionGroup(string setName, CaeGroup[] objects)
Parameters
Type |
Name |
Description |
System.String |
setName |
|
CaeGroup[] |
objects |
|
Returns
CreateOutputGroup(TaggedObject[])
Declaration
public CaeGroup CreateOutputGroup(TaggedObject[] objects)
Parameters
Returns
CreateSubtractGroup(String, CaeGroup, CaeGroup)
Declaration
public CaeGroup CreateSubtractGroup(string setName, CaeGroup fromGroup, CaeGroup excludedGroup)
Parameters
Type |
Name |
Description |
System.String |
setName |
|
CaeGroup |
fromGroup |
|
CaeGroup |
excludedGroup |
|
Returns
CreateUnionGroup(String, CaeGroup[])
Declaration
public CaeGroup CreateUnionGroup(string setName, CaeGroup[] objects)
Parameters
Type |
Name |
Description |
System.String |
setName |
|
CaeGroup[] |
objects |
|
Returns
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 CaeGroup FindObject(string journalIdentifier)
Parameters
Type |
Name |
Description |
System.String |
journalIdentifier |
|
Returns
QueryGroupList(out TaggedObject[])
Declaration
public void QueryGroupList(out TaggedObject[] objects)
Parameters
ToArray()
Declaration
public CaeGroup[] ToArray()
Returns
Implements
System.Runtime.Remoting.Messaging.IMessageSink
System.Collections.IEnumerable