Search Results for

    Show / Hide Table of Contents

    Class ModlMotion

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

    Constructors

    ModlMotion()

    Declaration
    protected ModlMotion()

    Properties

    AlignVector

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

    AlongCurveAngle

    Declaration
    public ModlAlongCurveAngle AlongCurveAngle { get; }
    Property Value
    Type Description
    ModlAlongCurveAngle

    Angle

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

    AngularAxis

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

    DeltaEnum

    Declaration
    public ModlMotion.Delta DeltaEnum { get; set; }
    Property Value
    Type Description
    ModlMotion.Delta

    DeltaX

    Declaration
    [Obsolete("Deprecated in NX8.5.0.  Obtain the expression using NXOpen.GeometricUtilities.ModlMotion.DeltaXc to query or edit it.")]
    public double DeltaX { get; set; }
    Property Value
    Type Description
    System.Double

    DeltaXc

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

    DeltaY

    Declaration
    [Obsolete("Deprecated in NX8.5.0.  Obtain the expression using NXOpen.GeometricUtilities.ModlMotion.DeltaYc to query or edit it.")]
    public double DeltaY { get; set; }
    Property Value
    Type Description
    System.Double

    DeltaYc

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

    DeltaZ

    Declaration
    [Obsolete("Deprecated in NX8.5.0.  Obtain the expression using NXOpen.GeometricUtilities.ModlMotion.DeltaZc to query or edit it.")]
    public double DeltaZ { get; set; }
    Property Value
    Type Description
    System.Double

    DeltaZc

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

    DistanceAngle

    Declaration
    public ModlDistanceAngle DistanceAngle { get; }
    Property Value
    Type Description
    ModlDistanceAngle

    DistanceBetweenPointsDistance

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

    DistanceBetweenPointsMeasurePoint

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

    DistanceBetweenPointsOriginDistance

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

    DistanceBetweenPointsOriginPoint

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

    DistanceBetweenPointsVector

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

    DistanceValue

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

    DistanceVector

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

    EndPoint

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

    FromCsys

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

    FromPoint

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

    ManipulatorMatrix

    Declaration
    public Matrix3x3 ManipulatorMatrix { get; set; }
    Property Value
    Type Description
    Matrix3x3

    ManipulatorOrigin

    Declaration
    public Point3d ManipulatorOrigin { get; set; }
    Property Value
    Type Description
    Point3d

    MoveHandle

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

    Option

    Declaration
    public ModlMotion.Options Option { get; set; }
    Property Value
    Type Description
    ModlMotion.Options

    OrientXpress

    Declaration
    public OrientXpressBuilder OrientXpress { get; }
    Property Value
    Type Description
    OrientXpressBuilder

    RadialAxis

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

    RadialDistance

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

    RadialMeasurePoint

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

    RadialOriginDistance

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

    RotateVector

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

    StartPoint

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

    TempManipulatorOrigin

    Declaration
    [Obsolete("Deprecated in NX2007.0.0.  None")]
    public Point3d TempManipulatorOrigin { get; set; }
    Property Value
    Type Description
    Point3d

    ToCsys

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

    ToPoint

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

    ToVector

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

    Methods

    GetTransformation(out Double[])

    Declaration
    public void GetTransformation(out double[] transformation)
    Parameters
    Type Name Description
    System.Double[] transformation

    ResetMotionToThreeDimensions()

    Declaration
    public void ResetMotionToThreeDimensions()

    SetDependentView(View)

    Declaration
    public void SetDependentView(View view)
    Parameters
    Type Name Description
    View view

    SetMotionToTwoDimensions(Plane)

    Declaration
    public void SetMotionToTwoDimensions(Plane plane)
    Parameters
    Type Name Description
    Plane plane

    SetUpdateOption(SmartObject.UpdateOption)

    Declaration
    public void SetUpdateOption(SmartObject.UpdateOption option)
    Parameters
    Type Name Description
    SmartObject.UpdateOption option

    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