Search Results for

    Show / Hide Table of Contents

    Interface IAxisPort

    Inherited Members
    IRoutePosition.Point
    IRoutePosition.Position
    ICharacteristic.GetCharacteristics()
    ICharacteristic.SetCharacteristics(CharacteristicList)
    ICharacteristic.GetIntegerCharacteristic(String)
    ICharacteristic.SetCharacteristic(String, Int32)
    ICharacteristic.GetRealCharacteristic(String)
    ICharacteristic.SetCharacteristic(String, Double)
    ICharacteristic.GetStringCharacteristic(String)
    ICharacteristic.SetCharacteristic(String, String)
    ICharacteristic.DeleteCharacterstics(CharacteristicList)
    ICharacteristic.GetDestinationCharacteristics()
    ICharacteristic.SetCharacteristic2(String, Int32)
    ICharacteristic.SetCharacteristic2(String, Double)
    ICharacteristic.SetCharacteristic2(String, String)
    ICharacteristic.SetCharacteristics2(CharacteristicList)
    INXObject.FindObject(String)
    INXObject.Print()
    INXObject.SetName(String)
    INXObject.IsOccurrence
    INXObject.JournalIdentifier
    INXObject.Name
    INXObject.OwningComponent
    INXObject.OwningPart
    INXObject.Prototype
    Namespace: NXOpen.Routing
    Assembly: NXOpen.dll
    Syntax
    public interface IAxisPort : IRoutePosition, ICharacteristic, INXObject

    Properties

    Axis

    Declaration
    Axis Axis { get; set; }
    Property Value
    Type Description
    Axis

    CutbackLengthObject

    Declaration
    Expression CutbackLengthObject { get; set; }
    Property Value
    Type Description
    Expression

    EngagementObject

    Declaration
    Expression EngagementObject { get; set; }
    Property Value
    Type Description
    Expression

    ForwardExtensionObject

    Declaration
    Expression ForwardExtensionObject { get; set; }
    Property Value
    Type Description
    Expression

    Methods

    SetAlignVector(Vector3d)

    Declaration
    void SetAlignVector(Vector3d vector)
    Parameters
    Type Name Description
    Vector3d vector

    SetCutbackLength(Double)

    Declaration
    void SetCutbackLength(double cutbackLength)
    Parameters
    Type Name Description
    System.Double cutbackLength

    SetEngagement(Double)

    Declaration
    void SetEngagement(double engagement)
    Parameters
    Type Name Description
    System.Double engagement

    SetForwardExtension(Double)

    Declaration
    void SetForwardExtension(double forwardExtension)
    Parameters
    Type Name Description
    System.Double forwardExtension

    SetRotationObject(DisplayableObject)

    Declaration
    void SetRotationObject(DisplayableObject rotationObject)
    Parameters
    Type Name Description
    DisplayableObject rotationObject

    SetRotationVector(Vector3d)

    Declaration
    void SetRotationVector(Vector3d vector)
    Parameters
    Type Name Description
    Vector3d vector
    In This Article
    Back to top Generated by DocFX