Search Results for

    Show / Hide Table of Contents

    Class PulleysBeltChain

    Inheritance
    System.Object
    RuntimeObject
    PulleysBeltChain
    Inherited Members
    RuntimeObject.m_pItem
    RuntimeObject.Dispose()
    RuntimeObject.AskAssembly()
    RuntimeObject.GetPhysicsObject()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ToString()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: NXOpen
    Assembly: NXOpen.Utilities.dll
    Syntax
    public class PulleysBeltChain : RuntimeObject

    Constructors

    PulleysBeltChain(IntPtr)

    Declaration
    protected PulleysBeltChain(IntPtr pItem)
    Parameters
    Type Name Description
    System.IntPtr pItem

    Properties

    Active

    Declaration
    public override bool Active { get; set; }
    Property Value
    Type Description
    System.Boolean
    Overrides
    RuntimeObject.Active

    Methods

    GetMasterFlag(Int32)

    Declaration
    public bool GetMasterFlag(int pulleyIndex)
    Parameters
    Type Name Description
    System.Int32 pulleyIndex
    Returns
    Type Description
    System.Boolean

    GetNumPulleys()

    Declaration
    public int GetNumPulleys()
    Returns
    Type Description
    System.Int32

    GetPulleyForce(Int32)

    Declaration
    public Vector3 GetPulleyForce(int pulleyIndex)
    Parameters
    Type Name Description
    System.Int32 pulleyIndex
    Returns
    Type Description
    Vector3

    GetPulleyTorque(Int32)

    Declaration
    public Vector3 GetPulleyTorque(int pulleyIndex)
    Parameters
    Type Name Description
    System.Int32 pulleyIndex
    Returns
    Type Description
    Vector3

    GetRotaryAxis(Int32)

    Declaration
    public AxisJoint GetRotaryAxis(int pulleyIndex)
    Parameters
    Type Name Description
    System.Int32 pulleyIndex
    Returns
    Type Description
    AxisJoint

    GetTransmisionRatio(Int32)

    Declaration
    public double GetTransmisionRatio(int pulleyIndex)
    Parameters
    Type Name Description
    System.Int32 pulleyIndex
    Returns
    Type Description
    System.Double

    SetRotaryAxis(Int32, AxisJoint)

    Declaration
    public void SetRotaryAxis(int pulleyIndex, AxisJoint pValue)
    Parameters
    Type Name Description
    System.Int32 pulleyIndex
    AxisJoint pValue
    In This Article
    Back to top Generated by DocFX