Search Results for

    Show / Hide Table of Contents

    Class GeometrySet

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    GeometrySet
    FeatureSet
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    Inherited Members
    TaggedObject.initialize()
    TaggedObject.ToString()
    TaggedObject.PrintTestData(String)
    TaggedObject.PrintTestData(String, Int32)
    TaggedObject.Tag
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    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 GeometrySet : TaggedObject, IMessageSink

    Constructors

    GeometrySet()

    Declaration
    protected GeometrySet()

    Properties

    AngleToleranceEdges

    Declaration
    public double AngleToleranceEdges { get; set; }
    Property Value
    Type Description
    System.Double

    BoundaryEdges

    Declaration
    public ScCollector BoundaryEdges { get; }
    Property Value
    Type Description
    ScCollector

    CheckStock

    Declaration
    public double CheckStock { get; set; }
    Property Value
    Type Description
    System.Double

    CustomFeed

    Declaration
    public bool CustomFeed { get; set; }
    Property Value
    Type Description
    System.Boolean

    CustomPartOffset

    Declaration
    public bool CustomPartOffset { get; set; }
    Property Value
    Type Description
    System.Boolean

    CustomStock

    Declaration
    public bool CustomStock { get; set; }
    Property Value
    Type Description
    System.Boolean

    CustomTolerance

    Declaration
    public bool CustomTolerance { get; set; }
    Property Value
    Type Description
    System.Boolean

    DraftAngle

    Declaration
    public double DraftAngle { get; set; }
    Property Value
    Type Description
    System.Double

    DriveStock

    Declaration
    public double DriveStock { get; set; }
    Property Value
    Type Description
    System.Double

    FeedUnit

    Declaration
    public FeedRateUnit FeedUnit { get; set; }
    Property Value
    Type Description
    FeedRateUnit

    FeedValue

    Declaration
    public double FeedValue { get; set; }
    Property Value
    Type Description
    System.Double

    FinalStock

    Declaration
    public double FinalStock { get; set; }
    Property Value
    Type Description
    System.Double

    HoleList

    Declaration
    [Obsolete("Deprecated in NX9.0.0.  Use NXOpen.Features.PatchOpeningsBuilder instead.")]
    public CustomLoops HoleList { get; }
    Property Value
    Type Description
    CustomLoops

    IgnoreLoopsStatus

    Declaration
    [Obsolete("Deprecated in NX9.0.0.  Use NXOpen.Features.PatchOpeningsBuilder instead.")]
    public GeometrySet.LoopsIgnoreTypes IgnoreLoopsStatus { get; set; }
    Property Value
    Type Description
    GeometrySet.LoopsIgnoreTypes

    InitialStock

    Declaration
    public double InitialStock { get; set; }
    Property Value
    Type Description
    System.Double

    Intol

    Declaration
    public double Intol { get; set; }
    Property Value
    Type Description
    System.Double

    MaterialSide

    Declaration
    public GeometrySet.MaterialSideTypes MaterialSide { get; set; }
    Property Value
    Type Description
    GeometrySet.MaterialSideTypes

    Outtol

    Declaration
    public double Outtol { get; set; }
    Property Value
    Type Description
    System.Double

    PartOffset

    Declaration
    public double PartOffset { get; set; }
    Property Value
    Type Description
    System.Double

    Reversed

    Declaration
    public bool Reversed { get; set; }
    Property Value
    Type Description
    System.Boolean

    SafeClearance

    Declaration
    public double SafeClearance { get; set; }
    Property Value
    Type Description
    System.Double

    ScCollector

    Declaration
    public ScCollector ScCollector { get; }
    Property Value
    Type Description
    ScCollector

    SeedFace

    Declaration
    public Face SeedFace { get; set; }
    Property Value
    Type Description
    Face

    Selection

    Declaration
    public SelectTaggedObjectList Selection { get; }
    Property Value
    Type Description
    SelectTaggedObjectList

    TraverseInteriorEdges

    Declaration
    public bool TraverseInteriorEdges { get; set; }
    Property Value
    Type Description
    System.Boolean

    UseTangentEdgeAngles

    Declaration
    public bool UseTangentEdgeAngles { get; set; }
    Property Value
    Type Description
    System.Boolean

    Methods

    ApplyEdgeSelection()

    Declaration
    public void ApplyEdgeSelection()

    GetItems()

    Declaration
    public TaggedObject[] GetItems()
    Returns
    Type Description
    TaggedObject[]

    RemoveSelectionIntent()

    Declaration
    public void RemoveSelectionIntent()

    SetName(String, Boolean)

    Declaration
    public void SetName(string name, bool useDefaultName)
    Parameters
    Type Name Description
    System.String name
    System.Boolean useDefaultName

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    In This Article
    Back to top Generated by DocFX