Class PackagingInterferenceBuilder
Inheritance
System.Object
System.MarshalByRefObject
PackagingInterferenceBuilder
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.Motion
Assembly: NXOpen.dll
Syntax
public class PackagingInterferenceBuilder : PackagingBuilder, IMessageSink, IComponentBuilder
Constructors
PackagingInterferenceBuilder()
Declaration
protected PackagingInterferenceBuilder()
Properties
ActionType
Declaration
public PackagingInterferenceBuilder.Action ActionType { get; set; }
Property Value
Type | Description |
---|---|
PackagingInterferenceBuilder.Action |
ClearanceExpression
Declaration
public Expression ClearanceExpression { get; }
Property Value
Type | Description |
---|---|
Expression |
FrameType
Declaration
public PackagingInterferenceBuilder.Frame FrameType { get; set; }
Property Value
Type | Description |
---|---|
PackagingInterferenceBuilder.Frame |
ModeType
Declaration
public PackagingInterferenceBuilder.Mode ModeType { get; set; }
Property Value
Type | Description |
---|---|
PackagingInterferenceBuilder.Mode |
StopOnEvent
Declaration
public bool StopOnEvent { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Methods
GetList2()
Declaration
public DisplayableObject[] GetList2()
Returns
Type | Description |
---|---|
DisplayableObject[] |
GetRelativeLinks()
Declaration
public DisplayableObject[] GetRelativeLinks()
Returns
Type | Description |
---|---|
DisplayableObject[] |
SetList2(DisplayableObject[])
Declaration
public void SetList2(DisplayableObject[] list2)
Parameters
Type | Name | Description |
---|---|---|
DisplayableObject[] | list2 |
SetRelativeLinks(DisplayableObject[])
Declaration
public void SetRelativeLinks(DisplayableObject[] links)
Parameters
Type | Name | Description |
---|---|---|
DisplayableObject[] | links |
Implements
System.Runtime.Remoting.Messaging.IMessageSink