Class GroupFeatures
Inheritance
GroupFeatures
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
GeometryLocation
Declaration
public string GeometryLocation { get; set; }
Property Value
GroupByAttributes
Declaration
public string GroupByAttributes { get; set; }
Property Value
GroupByIdenticalAttributes
Declaration
[Obsolete("Deprecated in NX9.0.1. Use CAM.GroupFeatures.GroupByAttributes instead.")]
public bool GroupByIdenticalAttributes { get; set; }
Property Value
GroupByMachiningAccessDirection
Declaration
public bool GroupByMachiningAccessDirection { get; set; }
Property Value
TopFaceCollector
Declaration
public ScCollector TopFaceCollector { get; }
Property Value
Methods
CreateFeatureGroups()
Declaration
public void CreateFeatureGroups()
SetFeatureTypes(string[])
Declaration
public void SetFeatureTypes(string[] ftrTypes)
Parameters
Type |
Name |
Description |
string[] |
ftrTypes |
|
Declaration
public void SetInputFeatures(CAMFeature[] ftrs)
Parameters
SetMachiningAccessDirections(Direction[], double)
Declaration
public void SetMachiningAccessDirections(Direction[] vecDirectionTags, double dTolerance)
Parameters
Implements
System.Runtime.Remoting.Messaging.IMessageSink