Class UnitCellEditorBuilder
Inheritance
System.Object
System.MarshalByRefObject
UnitCellEditorBuilder
Inherited Members
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