Search Results for

    Show / Hide Table of Contents

    Class UnitCellEditorBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    UnitCellEditorBuilder
    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.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
    System.Int32

    CellCountY

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

    CellCountZ

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

    FileBrowser

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

    GridLineCount

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

    KeepRods

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

    RodDiameter

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

    RodItemList

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

    ShowGrid

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

    ShowPattern

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

    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
    System.Int32

    Save()

    Declaration
    public void Save()

    Implements

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