Search Results for

    Show / Hide Table of Contents

    Class UdtSectionBuilder

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    UdtSectionBuilder
    Implements
    IMessageSink
    Inherited Members
    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 UdtSectionBuilder : TaggedObject, IMessageSink

    Constructors

    UdtSectionBuilder()

    Declaration
    protected UdtSectionBuilder()

    Properties

    NumberOfSections

    Declaration
    public int NumberOfSections { get; }
    Property Value
    Type Description
    int

    Methods

    CreateWithParameter(double, double, double, double)

    Declaration
    public int CreateWithParameter(double length, double angle, double radius, double sweep)
    Parameters
    Type Name Description
    double length
    double angle
    double radius
    double sweep
    Returns
    Type Description
    int

    Delete(int)

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

    Get(int, out double, out double, out double, out double)

    Declaration
    public void Get(int index, out double length, out double angle, out double radius, out double sweep)
    Parameters
    Type Name Description
    int index
    double length
    double angle
    double radius
    double sweep

    ModifyWithParameter(int, double, double, double, double)

    Declaration
    public void ModifyWithParameter(int index, double length, double angle, double radius, double sweep)
    Parameters
    Type Name Description
    int index
    double length
    double angle
    double radius
    double sweep

    Implements

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