Class GroupFeatures
Inheritance
System.Object
System.MarshalByRefObject
GroupFeatures
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.ReferenceEquals(System.Object, System.Object)
Namespace: NXOpen.CAM
Assembly: NXOpen.dll
Syntax
public class GroupFeatures : Builder, IMessageSink, IComponentBuilder
Constructors
GroupFeatures()
Declaration
protected GroupFeatures()
Properties
FeaturesToGroupType
Declaration
public GroupFeatures.FeaturesToGroupTypes FeaturesToGroupType { get; set; }
Property Value
Type | Description |
---|---|
GroupFeatures.FeaturesToGroupTypes |
GeometryLocation
Declaration
public string GeometryLocation { get; set; }
Property Value
Type | Description |
---|---|
System.String |
GroupByAttributes
Declaration
public string GroupByAttributes { get; set; }
Property Value
Type | Description |
---|---|
System.String |
GroupByIdenticalAttributes
Declaration
[Obsolete("Deprecated in NX9.0.1. Use CAM.GroupFeatures.GroupByAttributes instead.")]
public bool GroupByIdenticalAttributes { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
GroupByMachiningAccessDirection
Declaration
public bool GroupByMachiningAccessDirection { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
TopFaceCollector
Declaration
public ScCollector TopFaceCollector { get; }
Property Value
Type | Description |
---|---|
ScCollector |
Methods
CreateFeatureGroups()
Declaration
public void CreateFeatureGroups()
SetFeatureTypes(String[])
Declaration
public void SetFeatureTypes(string[] ftrTypes)
Parameters
Type | Name | Description |
---|---|---|
System.String[] | ftrTypes |
SetInputFeatures(CAMFeature[])
Declaration
public void SetInputFeatures(CAMFeature[] ftrs)
Parameters
Type | Name | Description |
---|---|---|
CAMFeature[] | ftrs |
SetMachiningAccessDirections(Direction[], Double)
Declaration
public void SetMachiningAccessDirections(Direction[] vecDirectionTags, double dTolerance)
Parameters
Type | Name | Description |
---|---|---|
Direction[] | vecDirectionTags | |
System.Double | dTolerance |
Implements
System.Runtime.Remoting.Messaging.IMessageSink