Search Results for

    Show / Hide Table of Contents

    Class GroupFeatures

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    GroupFeatures
    Implements
    IMessageSink
    IComponentBuilder
    Inherited Members
    Builder.Commit()
    Builder.Destroy()
    Builder.GetCommittedObjects()
    Builder.GetObject()
    Builder.ShowResults()
    Builder.Validate()
    Builder.PreviewBuilder
    TaggedObject.initialize()
    TaggedObject.ToString()
    TaggedObject.PrintTestData(string)
    TaggedObject.PrintTestData(string, int)
    TaggedObject.Tag
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    MarshalByRefObject.GetLifetimeService()
    MarshalByRefObject.InitializeLifetimeService()
    MarshalByRefObject.MemberwiseClone(bool)
    object.GetType()
    object.MemberwiseClone()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    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
    string

    GroupByAttributes

    Declaration
    public string GroupByAttributes { get; set; }
    Property Value
    Type Description
    string

    GroupByIdenticalAttributes

    Declaration
    [Obsolete("Deprecated in NX9.0.1.  Use CAM.GroupFeatures.GroupByAttributes instead.")]
    public bool GroupByIdenticalAttributes { get; set; }
    Property Value
    Type Description
    bool

    GroupByMachiningAccessDirection

    Declaration
    public bool GroupByMachiningAccessDirection { get; set; }
    Property Value
    Type Description
    bool

    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
    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
    double dTolerance

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    In this article
    Back to top Generated by DocFX