Class FeatureGroup
Assembly: NXOpen.dll
Syntax
public class FeatureGroup : Feature, IMessageSink, IProfile, IFitTo, INXObject
Constructors
FeatureGroup()
Declaration
Properties
AllowDeleteMembers
Declaration
public bool AllowDeleteMembers { get; set; }
Property Value
Methods
AddMembersWithRelocation(Feature[], bool, bool)
Declaration
public void AddMembersWithRelocation(Feature[] members, bool reorderTimestamp, bool updateRelocatedFeatures)
Parameters
Type |
Name |
Description |
Feature[] |
members |
|
bool |
reorderTimestamp |
|
bool |
updateRelocatedFeatures |
|
GetFeatureGroupType()
Declaration
public FeatureGroup.Type GetFeatureGroupType()
Returns
GetMembers(out Feature[])
Declaration
public void GetMembers(out Feature[] members)
Parameters
Type |
Name |
Description |
Feature[] |
members |
|
MakeTimestampsConsecutive()
Declaration
[Obsolete("Deprecated in NX8.5.1. Use NXOpen.Features.FeatureGroup.MakeTimestampsSequential instead.")]
public void MakeTimestampsConsecutive()
MakeTimestampsSequential(bool)
Declaration
public void MakeTimestampsSequential(bool updateRelocatedFeatures)
Parameters
Type |
Name |
Description |
bool |
updateRelocatedFeatures |
|
NewAddMembers(Feature[], bool)
Declaration
[Obsolete("Deprecated in NX8.5.1. Use NXOpen.Features.FeatureGroup.AddMembersWithRelocation instead.")]
public void NewAddMembers(Feature[] members, bool reorderTimestamp)
Parameters
Type |
Name |
Description |
Feature[] |
members |
|
bool |
reorderTimestamp |
|
NewRemoveMembers(Feature[], bool)
Declaration
public void NewRemoveMembers(Feature[] members, bool reorderTimestamp)
Parameters
Type |
Name |
Description |
Feature[] |
members |
|
bool |
reorderTimestamp |
|
RemoveAllMembers()
Declaration
public void RemoveAllMembers()
SetFeatureGroupType(Type)
Declaration
public void SetFeatureGroupType(FeatureGroup.Type type)
Parameters
Implements
System.Runtime.Remoting.Messaging.IMessageSink