Search Results for

    Show / Hide Table of Contents

    Class GridLineOffsetBuilder

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    GridLineOffsetBuilder
    Implements
    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, int)
    TaggedObject.Tag
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    MarshalByRefObject.GetLifetimeService()
    MarshalByRefObject.InitializeLifetimeService()
    MarshalByRefObject.MemberwiseClone(bool)
    object.GetType()
    object.MemberwiseClone()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: NXOpen.Features.AECDesign
    Assembly: NXOpen.dll
    Syntax
    public class GridLineOffsetBuilder : Builder, IMessageSink, IComponentBuilder

    Constructors

    GridLineOffsetBuilder()

    Declaration
    protected GridLineOffsetBuilder()

    Properties

    Distance

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

    FlipAll

    Declaration
    public bool FlipAll { get; set; }
    Property Value
    Type Description
    bool

    NumberOfCopies

    Declaration
    public int NumberOfCopies { get; set; }
    Property Value
    Type Description
    int

    Section

    Declaration
    public ScCollector Section { get; }
    Property Value
    Type Description
    ScCollector

    Methods

    ClearSelection()

    Declaration
    public void ClearSelection()

    SelectGridLine(AECDesignBaseLine, Vector3d)

    Declaration
    public void SelectGridLine(AECDesignBaseLine tgBaseLine, Vector3d offsetVector)
    Parameters
    Type Name Description
    AECDesignBaseLine tgBaseLine
    Vector3d offsetVector

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    In this article
    Back to top Generated by DocFX