Search Results for

    Show / Hide Table of Contents

    Class FlexCurveBuilder

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    FlexCurveBuilder
    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.Motion
    Assembly: NXOpen.dll
    Syntax
    public class FlexCurveBuilder : TaggedObject, IMessageSink

    Constructors

    FlexCurveBuilder()

    Declaration
    protected FlexCurveBuilder()

    Properties

    CloseCurve

    Declaration
    public bool CloseCurve { get; set; }
    Property Value
    Type Description
    bool

    Curves

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

    DefinitionMethod

    Declaration
    public FlexCurveBuilder.DefinitionMethodType DefinitionMethod { get; set; }
    Property Value
    Type Description
    FlexCurveBuilder.DefinitionMethodType

    FlexBody

    Declaration
    public SelectFlexBody FlexBody { get; }
    Property Value
    Type Description
    SelectFlexBody

    Tolerance

    Declaration
    public Expression Tolerance { get; }
    Property Value
    Type Description
    Expression

    Methods

    AssignNode(int, int)

    Declaration
    public void AssignNode(int index, int nodeLabel)
    Parameters
    Type Name Description
    int index
    int nodeLabel

    AssignNodeFromPoint(int, Point)

    Declaration
    public void AssignNodeFromPoint(int index, Point point)
    Parameters
    Type Name Description
    int index
    Point point

    FindNodesFromCurves()

    Declaration
    public void FindNodesFromCurves()

    InsertEmptyNode(int)

    Declaration
    public void InsertEmptyNode(int index)
    Parameters
    Type Name Description
    int index

    RemoveAllNodes()

    Declaration
    public void RemoveAllNodes()

    RemoveNode(int)

    Declaration
    public void RemoveNode(int index)
    Parameters
    Type Name Description
    int index

    SwapNodes(int, int)

    Declaration
    public void SwapNodes(int index1, int index2)
    Parameters
    Type Name Description
    int index1
    int index2

    Implements

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