Search Results for

    Show / Hide Table of Contents

    Class JointDefine

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    JointDefine
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    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.Motion
    Assembly: NXOpen.dll
    Syntax
    public class JointDefine : TaggedObject, IMessageSink

    Constructors

    JointDefine()

    Declaration
    protected JointDefine()

    Properties

    AxisType

    Declaration
    public JointDefine.UniversalJointAxisType AxisType { get; set; }
    Property Value
    Type Description
    JointDefine.UniversalJointAxisType

    DisplayScale

    Declaration
    public double DisplayScale { get; set; }
    Property Value
    Type Description
    System.Double

    DisplCurveType

    Declaration
    public JointDefine.ScrewJointDisplCurveType DisplCurveType { get; set; }
    Property Value
    Type Description
    JointDefine.ScrewJointDisplCurveType

    ExcludeRxConstraint

    Declaration
    public bool ExcludeRxConstraint { get; set; }
    Property Value
    Type Description
    System.Boolean

    ExcludeRyConstraint

    Declaration
    public bool ExcludeRyConstraint { get; set; }
    Property Value
    Type Description
    System.Boolean

    ExcludeRzConstraint

    Declaration
    public bool ExcludeRzConstraint { get; set; }
    Property Value
    Type Description
    System.Boolean

    ExcludeXConstraint

    Declaration
    public bool ExcludeXConstraint { get; set; }
    Property Value
    Type Description
    System.Boolean

    ExcludeYConstraint

    Declaration
    public bool ExcludeYConstraint { get; set; }
    Property Value
    Type Description
    System.Boolean

    ExcludeZConstraint

    Declaration
    public bool ExcludeZConstraint { get; set; }
    Property Value
    Type Description
    System.Boolean

    FirstCsys

    Declaration
    public CoordinateSystem FirstCsys { get; set; }
    Property Value
    Type Description
    CoordinateSystem

    FirstLink

    Declaration
    public Link FirstLink { get; set; }
    Property Value
    Type Description
    Link

    FirstMatrix

    Declaration
    public NXMatrix FirstMatrix { get; set; }
    Property Value
    Type Description
    NXMatrix

    FirstOrientationType

    Declaration
    public JointDefine.OrientationType FirstOrientationType { get; set; }
    Property Value
    Type Description
    JointDefine.OrientationType

    FirstOrigin

    Declaration
    public Point FirstOrigin { get; set; }
    Property Value
    Type Description
    Point

    FirstVector

    Declaration
    public Direction FirstVector { get; set; }
    Property Value
    Type Description
    Direction

    JointType

    Declaration
    public JointDefine.Type JointType { get; set; }
    Property Value
    Type Description
    JointDefine.Type

    LimitsDefined

    Declaration
    [Obsolete("Deprecated in NX11.0.0.  Use Motion.JointDefine.UpperLimitDefined and Motion.JointDefine.LowerLimitDefined instead.")]
    public bool LimitsDefined { get; set; }
    Property Value
    Type Description
    System.Boolean

    LowerLimitAngleExpression

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

    LowerLimitDefined

    Declaration
    public bool LowerLimitDefined { get; set; }
    Property Value
    Type Description
    System.Boolean

    LowerLimitExpression

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

    MethodType

    Declaration
    public JointDefine.ScrewJointMethodType MethodType { get; set; }
    Property Value
    Type Description
    JointDefine.ScrewJointMethodType

    Name

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    System.String

    RatioType

    Declaration
    public JointDefine.ScrewJointRatioType RatioType { get; set; }
    Property Value
    Type Description
    JointDefine.ScrewJointRatioType

    RotationAllowed

    Declaration
    public bool RotationAllowed { get; set; }
    Property Value
    Type Description
    System.Boolean

    ScrewDisplCurveFunction

    Declaration
    public Function ScrewDisplCurveFunction { get; set; }
    Property Value
    Type Description
    Function

    ScrewDisplCurveProfile

    Declaration
    public SelectFieldData ScrewDisplCurveProfile { get; }
    Property Value
    Type Description
    SelectFieldData

    ScrewRatioExpression

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

    ScrewRatioProfile

    Declaration
    public SelectFieldData ScrewRatioProfile { get; }
    Property Value
    Type Description
    SelectFieldData

    ScrewSplineFunction

    Declaration
    public Function ScrewSplineFunction { get; set; }
    Property Value
    Type Description
    Function

    SecondCsys

    Declaration
    public CoordinateSystem SecondCsys { get; set; }
    Property Value
    Type Description
    CoordinateSystem

    SecondLink

    Declaration
    public Link SecondLink { get; set; }
    Property Value
    Type Description
    Link

    SecondMatrix

    Declaration
    public NXMatrix SecondMatrix { get; set; }
    Property Value
    Type Description
    NXMatrix

    SecondOrientationType

    Declaration
    public JointDefine.OrientationType SecondOrientationType { get; set; }
    Property Value
    Type Description
    JointDefine.OrientationType

    SecondOrigin

    Declaration
    public Point SecondOrigin { get; set; }
    Property Value
    Type Description
    Point

    SecondVector

    Declaration
    public Direction SecondVector { get; set; }
    Property Value
    Type Description
    Direction

    SnapLinks

    Declaration
    public bool SnapLinks { get; set; }
    Property Value
    Type Description
    System.Boolean

    TranslationAllowed

    Declaration
    public bool TranslationAllowed { get; set; }
    Property Value
    Type Description
    System.Boolean

    UpperLimitAngleExpression

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

    UpperLimitDefined

    Declaration
    public bool UpperLimitDefined { get; set; }
    Property Value
    Type Description
    System.Boolean

    UpperLimitExpression

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

    Implements

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