Class BlankLayoutBuilder
Inheritance
System.Object
System.MarshalByRefObject
BlankLayoutBuilder
Implements
System.Runtime.Remoting.Messaging.IMessageSink
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)
Assembly: NXOpen.dll
public class BlankLayoutBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
Declaration
protected BlankLayoutBuilder()
Properties
Declaration
public Point BasePoint { get; set; }
Property Value
Declaration
public SelectBody Blank { get; }
Property Value
Declaration
public string BlankNameStr { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Declaration
public double Bottom { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Declaration
public double LeftDistance { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Declaration
public BlankLayoutBuilder.LeftRightSideOption LeftRightSide { get; set; }
Property Value
Declaration
public bool LockPitch { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
Declaration
public bool LockPitchAndWidth { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
Declaration
public bool LockRotate { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
Declaration
public bool LockShiftX { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
Declaration
public bool LockShiftY { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
Declaration
public bool LockWidth { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
Declaration
public string MaterialUtilization { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Declaration
public bool MinimumSpaceSize { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
Declaration
public string MinimumSpaceSizeValue { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Declaration
public double Pitch { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Declaration
public double RightDistance { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Declaration
public double Rotate { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Declaration
public BlankLayoutBuilder.SideWebOption SideWeb { get; set; }
Property Value
Declaration
public BlankLayoutBuilder.SnapSizeOption SnapSize { get; set; }
Property Value
Declaration
public bool ThreeBlanks { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
Declaration
public double Top { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Declaration
public BlankLayoutBuilder.Types Type { get; set; }
Property Value
Declaration
public double Width { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Declaration
public double XShift { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Declaration
public double YShift { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Methods
Declaration
public void InsertBlank(string blankName)
Parameters
| Type |
Name |
Description |
| System.String |
blankName |
|
Declaration
public void RepositionBottom()
Declaration
public void RepositionLeftDistance()
Declaration
public void RepositionLeftRightSide()
Declaration
public void RepositionPitch()
Declaration
public void RepositionRightDistance()
Declaration
public void RepositionRotate()
Declaration
public void RepositionShiftX()
Declaration
public void RepositionShiftY()
Declaration
public void RepositionSideWeb()
Declaration
public void RepositionTop()
Declaration
public void RepositionWidth()
Declaration
public void SetBoundingBox()
Declaration
public void SetItemValue()
Declaration
public void SetMaterialUtilization()
Declaration
public void UpdateBlankLayout()
Implements
System.Runtime.Remoting.Messaging.IMessageSink