Search Results for

    Show / Hide Table of Contents

    Class StandardPartPositionBuilder

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

    Constructors

    StandardPartPositionBuilder()

    Declaration
    protected StandardPartPositionBuilder()

    Properties

    AssociativePosition

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

    DxIncrement

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

    DyIncrement

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

    OffsetPositionDx

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

    OffsetPositionDy

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

    ReferencePosition

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

    Methods

    PlaneView()

    Declaration
    public void PlaneView()

    SetFaceCenter()

    Declaration
    public void SetFaceCenter()

    SetOffsetPosition(Point3d)

    Declaration
    public void SetOffsetPosition(Point3d position)
    Parameters
    Type Name Description
    Point3d position

    Implements

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