Search Results for

    Show / Hide Table of Contents

    Class BushingDefine

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    BushingDefine
    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.Motion
    Assembly: NXOpen.dll
    Syntax
    public class BushingDefine : TaggedObject, IMessageSink, IComponentBuilder

    Constructors

    BushingDefine()

    Declaration
    protected BushingDefine()

    Properties

    ActionLink

    Declaration
    public SelectLink ActionLink { get; }
    Property Value
    Type Description
    SelectLink

    ActionOffsetX

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

    ActionOffsetY

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

    ActionOffsetZ

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

    ActionPoint

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

    AngleCalculation

    Declaration
    public BushingDefine.AngleCalculationOption AngleCalculation { get; set; }
    Property Value
    Type Description
    BushingDefine.AngleCalculationOption

    ApplyActionOffset

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

    ApplyBaseOffset

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

    BaseOffsetX

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

    BaseOffsetY

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

    BaseOffsetZ

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

    Csys

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

    Dipole

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

    Direction

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

    ForceCalculation

    Declaration
    public BushingDefine.ForceCalculationOption ForceCalculation { get; set; }
    Property Value
    Type Description
    BushingDefine.ForceCalculationOption

    Name

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

    Orientation

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

    OrientationType

    Declaration
    public BushingDefine.OrientationTypes OrientationType { get; set; }
    Property Value
    Type Description
    BushingDefine.OrientationTypes

    ReactionLink

    Declaration
    public SelectLink ReactionLink { get; }
    Property Value
    Type Description
    SelectLink

    ReactionPoint

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

    Methods

    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