Class LayoutBuilder
Inheritance
System.Object
System.MarshalByRefObject
LayoutBuilder
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 LayoutBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
Declaration
protected LayoutBuilder()
Properties
Declaration
public LayoutBuilder.BalNumber BalCavityNumber { get; set; }
Property Value
Declaration
public int CirCavityNumber { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public double CirRadius { get; set; }
Property Value
Type |
Description |
System.Double |
|
Declaration
public double CirRotateAngle { get; set; }
Property Value
Type |
Description |
System.Double |
|
Declaration
public double CirStartAngle { get; set; }
Property Value
Type |
Description |
System.Double |
|
Declaration
public Expression DimBalFirst { get; }
Property Value
Declaration
public Expression DimBalSecond { get; }
Property Value
Declaration
public Expression DimXdist { get; }
Property Value
Declaration
public Expression DimYdist { get; }
Property Value
Declaration
public Direction LayoutVector { get; set; }
Property Value
Declaration
public int LinXnumber { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public int LinYnumber { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public LayoutBuilder.LayoutType MwLayoutType { get; set; }
Property Value
Declaration
public Point RotatePoint { get; set; }
Property Value
Declaration
public SelectNXObjectList SelectCavity { get; }
Property Value
Declaration
public LayoutBuilder.LayoutSubType SubType { get; set; }
Property Value
Declaration
public LayoutBuilder.XrefNum Xref { get; set; }
Property Value
Declaration
public LayoutBuilder.YrefNum Yref { get; set; }
Property Value
Methods
Declaration
public void AddACavity(Component aCavity)
Parameters
Declaration
Declaration
public void ClearSelectedCavities()
Declaration
public void CreateLayout()
Declaration
public void Insertpocket()
Declaration
Declaration
public void PutLayoutInfo()
Declaration
Declaration
public void RemoveACavity(Component aCavity)
Parameters
Declaration
public void RemoveCavitiesFromLayout()
Declaration
Implements
System.Runtime.Remoting.Messaging.IMessageSink