Search Results for

    Show / Hide Table of Contents

    Class UnitCellEditorBuilder

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    UnitCellEditorBuilder
    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
    Assembly: NXOpen.dll
    Syntax
    public class UnitCellEditorBuilder : Builder, IMessageSink, IComponentBuilder

    Constructors

    UnitCellEditorBuilder()

    Declaration
    protected UnitCellEditorBuilder()

    Properties

    CellCountX

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

    CellCountY

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

    CellCountZ

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

    FileBrowser

    Declaration
    public string FileBrowser { get; set; }
    Property Value
    Type Description
    string

    GridLineCount

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

    KeepRods

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

    RodDiameter

    Declaration
    public double RodDiameter { get; set; }
    Property Value
    Type Description
    double

    RodItemList

    Declaration
    public RodItemListBuilder RodItemList { get; }
    Property Value
    Type Description
    RodItemListBuilder

    ShowGrid

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

    ShowPattern

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

    Methods

    CreateSnapHandles()

    Declaration
    public void CreateSnapHandles()

    CreateWorkingCube()

    Declaration
    public void CreateWorkingCube()

    Open(Section)

    Declaration
    public int Open(Section section)
    Parameters
    Type Name Description
    Section section
    Returns
    Type Description
    int

    Save()

    Declaration
    public void Save()

    Implements

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