Search Results for

    Show / Hide Table of Contents

    Class CustomCurveListBuilder

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    CustomCurveListBuilder
    Implements
    IMessageSink
    IComponentBuilder
    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 CustomCurveListBuilder : TaggedObject, IMessageSink, IComponentBuilder

    Constructors

    CustomCurveListBuilder()

    Declaration
    protected CustomCurveListBuilder()

    Properties

    Curves

    Declaration
    public CurveItemBuilderList Curves { get; }
    Property Value
    Type Description
    CurveItemBuilderList

    Methods

    CreateAutomaticCurves(double, double, double, out NXObject[])

    Declaration
    public void CreateAutomaticCurves(double distanceTolerance, double chainingTolerance, double angleTolerance, out NXObject[] tagArray)
    Parameters
    Type Name Description
    double distanceTolerance
    double chainingTolerance
    double angleTolerance
    NXObject[] tagArray

    CreateCurve(Section)

    Declaration
    public CurveItemBuilder CreateCurve(Section section)
    Parameters
    Type Name Description
    Section section
    Returns
    Type Description
    CurveItemBuilder

    Validate()

    Declaration
    public bool Validate()
    Returns
    Type Description
    bool

    Implements

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