Search Results for

    Show / Hide Table of Contents

    Class CustomCurveListBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    CustomCurveListBuilder
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    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 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
    System.Double distanceTolerance
    System.Double chainingTolerance
    System.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
    System.Boolean

    Implements

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