Search Results for

    Show / Hide Table of Contents

    Class ThreadFeatureGeometry

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Geometry
    FeatureGeometry
    ThreadFeatureGeometry
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    Inherited Members
    FeatureGeometry.CreateFeatureSet()
    FeatureGeometry.AddFeatureSet(CAMFeature, String)
    FeatureGeometry.GetFeatureSet(Int32)
    FeatureGeometry.SetDefaultAttribute(String, Double)
    FeatureGeometry.SetDefaultAttribute(String, String)
    FeatureGeometry.SetDefaultAttribute(String, Int32)
    FeatureGeometry.SetDefaultAttribute(String, Boolean)
    FeatureGeometry.ReorderFeatures(FeatureGeometry.SortOrder)
    FeatureGeometry.ReorderFeaturesByDirection(FeatureGeometry.SequenceDirectionType, FeatureGeometry.SequencePatternType, Vector3d)
    FeatureGeometry.ReorderFeaturesByDirection(FeatureGeometry.SequenceDirectionType, FeatureGeometry.SequencePatternType, Vector3d, Double)
    FeatureGeometry.ReverseFeatures()
    FeatureGeometry.ReloadList()
    FeatureGeometry.SetMachiningArea(String)
    FeatureGeometry.GetMachiningArea()
    FeatureGeometry.CreateFeatures(NXObject[], String)
    FeatureGeometry.UseModelDepth
    Geometry.InitializeData(Boolean)
    Geometry.CreateGeometrySet()
    Geometry.AppendGeometrySet(GeometrySet, DisplayableObject[])
    Geometry.ExpandSets(GeometrySet[])
    Geometry.PreselectGeometry()
    Geometry.AppendNamedGeometry(ScCollector[])
    Geometry.Validate()
    Geometry.GeometryList
    Geometry.Topology
    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.FBM
    Assembly: NXOpen.dll
    Syntax
    public class ThreadFeatureGeometry : FeatureGeometry, IMessageSink, IComponentBuilder

    Constructors

    ThreadFeatureGeometry()

    Declaration
    protected ThreadFeatureGeometry()

    Properties

    FormStandard

    Declaration
    public ThreadFeatureGeometry.Form FormStandard { get; set; }
    Property Value
    Type Description
    ThreadFeatureGeometry.Form

    ThreadRotation

    Declaration
    public ThreadFeatureGeometry.Rotation ThreadRotation { get; set; }
    Property Value
    Type Description
    ThreadFeatureGeometry.Rotation

    Methods

    GetFormUserDefined()

    Declaration
    public string GetFormUserDefined()
    Returns
    Type Description
    System.String

    GetThreadDataSource()

    Declaration
    public ThreadFeatureGeometry.ThreadDataSource GetThreadDataSource()
    Returns
    Type Description
    ThreadFeatureGeometry.ThreadDataSource

    SetFormUserDefined(String)

    Declaration
    public void SetFormUserDefined(string userDefinedForm)
    Parameters
    Type Name Description
    System.String userDefinedForm

    SetThreadDataSource(ThreadFeatureGeometry.ThreadDataSource)

    Declaration
    public void SetThreadDataSource(ThreadFeatureGeometry.ThreadDataSource source)
    Parameters
    Type Name Description
    ThreadFeatureGeometry.ThreadDataSource source

    UpdateThreadParameters(Feature)

    Declaration
    public void UpdateThreadParameters(Feature tagFeature)
    Parameters
    Type Name Description
    Feature tagFeature

    Implements

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