Search Results for

    Show / Hide Table of Contents

    Class OperationTransformBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    OperationTransformBuilder
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    Inherited Members
    Builder.Commit()
    Builder.Destroy()
    Builder.GetCommittedObjects()
    Builder.GetObject()
    Builder.ShowResults()
    Builder.Validate()
    Builder.PreviewBuilder
    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.CAM
    Assembly: NXOpen.dll
    Syntax
    public class OperationTransformBuilder : Builder, IMessageSink, IComponentBuilder

    Constructors

    OperationTransformBuilder()

    Declaration
    protected OperationTransformBuilder()

    Properties

    AngleEndPoint

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

    AngleMethod

    Declaration
    public OperationTransformBuilder.Angle AngleMethod { get; set; }
    Property Value
    Type Description
    OperationTransformBuilder.Angle

    AnglePivotPoint

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

    AngleStartPoint

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

    AngleValue

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

    ArrayAngle

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

    ArrayCircularIncrementAngle

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

    ArrayCircularNumber

    Declaration
    public int ArrayCircularNumber { get; set; }
    Property Value
    Type Description
    System.Int32

    ArrayCircularRadius

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

    ArrayCircularStartAngle

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

    ArrayNumberAlongXc

    Declaration
    public int ArrayNumberAlongXc { get; set; }
    Property Value
    Type Description
    System.Int32

    ArrayNumberAlongYc

    Declaration
    public int ArrayNumberAlongYc { get; set; }
    Property Value
    Type Description
    System.Int32

    ArrayOffsetXc

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

    ArrayOffsetYc

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

    ArrayOriginPoint

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

    DeltaXc

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

    DeltaYc

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

    DeltaZc

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

    DistanceAngleDivision

    Declaration
    public int DistanceAngleDivision { get; set; }
    Property Value
    Type Description
    System.Int32

    LineEndPoint

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

    LineMethod

    Declaration
    public OperationTransformBuilder.Line LineMethod { get; set; }
    Property Value
    Type Description
    OperationTransformBuilder.Line

    LinePoint

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

    LineSelection

    Declaration
    public SelectLine LineSelection { get; }
    Property Value
    Type Description
    SelectLine

    LineStartPoint

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

    LineVector

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

    MotionType

    Declaration
    public OperationTransformBuilder.Motion MotionType { get; set; }
    Property Value
    Type Description
    OperationTransformBuilder.Motion

    MoveCopyInstance

    Declaration
    public OperationTransformBuilder.Result MoveCopyInstance { get; set; }
    Property Value
    Type Description
    OperationTransformBuilder.Result

    NumOfCopyInstance

    Declaration
    public int NumOfCopyInstance { get; set; }
    Property Value
    Type Description
    System.Int32

    Plane

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

    ReferencePoint

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

    RepositionFromCsys

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

    RepositionToCsys

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

    ScaleFactor

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

    ToPoint

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

    TransformType

    Declaration
    public OperationTransformBuilder.Transform TransformType { get; set; }
    Property Value
    Type Description
    OperationTransformBuilder.Transform

    Methods

    RemoveTransformation()

    Declaration
    public void RemoveTransformation()

    Implements

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