Search Results for

    Show / Hide Table of Contents

    Class StepParamsBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    StepParamsBuilder
    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 StepParamsBuilder : TaggedObject, IMessageSink

    Constructors

    StepParamsBuilder()

    Declaration
    protected StepParamsBuilder()

    Properties

    NumberOfSteps

    Declaration
    public int NumberOfSteps { get; }
    Property Value
    Type Description
    System.Int32

    Methods

    Add(Int32, Double, Double, Double, Double)

    Declaration
    public int Add(int inputIndex, double diameter, double length, double angle, double radius)
    Parameters
    Type Name Description
    System.Int32 inputIndex
    System.Double diameter
    System.Double length
    System.Double angle
    System.Double radius
    Returns
    Type Description
    System.Int32

    Delete(Int32)

    Declaration
    public void Delete(int nodeIndex)
    Parameters
    Type Name Description
    System.Int32 nodeIndex

    Get(Int32, out Double, out Double, out Double, out Double)

    Declaration
    public void Get(int step, out double diameter, out double length, out double angle, out double cornerRadius)
    Parameters
    Type Name Description
    System.Int32 step
    System.Double diameter
    System.Double length
    System.Double angle
    System.Double cornerRadius

    Modify(Int32, Double, Double, Double, Double)

    Declaration
    public void Modify(int nodeIndex, double diameter, double length, double angle, double radius)
    Parameters
    Type Name Description
    System.Int32 nodeIndex
    System.Double diameter
    System.Double length
    System.Double angle
    System.Double radius

    MoveDown(Int32)

    Declaration
    public void MoveDown(int index)
    Parameters
    Type Name Description
    System.Int32 index

    MoveUp(Int32)

    Declaration
    public void MoveUp(int index)
    Parameters
    Type Name Description
    System.Int32 index

    Implements

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