Class LayoutManagementBuilder
Inheritance
System.Object
System.MarshalByRefObject
LayoutManagementBuilder
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.Tooling
Assembly: NXOpen.dll
Syntax
public class LayoutManagementBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
LayoutManagementBuilder()
Declaration
protected LayoutManagementBuilder()
Properties
BodiesReposition
Declaration
public SelectBodyList BodiesReposition { get; }
Property Value
Type | Description |
---|---|
SelectBodyList |
RepositionMotion
Declaration
public ModlMotion RepositionMotion { get; }
Property Value
Type | Description |
---|---|
ModlMotion |
SelectEntityAdd
Declaration
public SelectNXObjectList SelectEntityAdd { get; }
Property Value
Type | Description |
---|---|
SelectNXObjectList |
SelectEntityRemove
Declaration
public SelectNXObjectList SelectEntityRemove { get; }
Property Value
Type | Description |
---|---|
SelectNXObjectList |
SpecifyDieTip
Declaration
public Direction SpecifyDieTip { get; set; }
Property Value
Type | Description |
---|---|
Direction |
StationDistance
Declaration
public double StationDistance { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
StationEnum
Declaration
public LayoutManagementBuilder.StationItems StationEnum { get; set; }
Property Value
Type | Description |
---|---|
LayoutManagementBuilder.StationItems |
StationNameStr
Declaration
public string StationNameStr { get; set; }
Property Value
Type | Description |
---|---|
System.String |
StationNumber
Declaration
public int StationNumber { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Implements
System.Runtime.Remoting.Messaging.IMessageSink