Class InterceptionBuilder
Inheritance
System.Object
System.MarshalByRefObject
InterceptionBuilder
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
Syntax
public class InterceptionBuilder : FeatureBuilder, IMessageSink, IComponentBuilder
Constructors
InterceptionBuilder()
Declaration
protected InterceptionBuilder()
Properties
AllowDirectVisibility
Declaration
public bool AllowDirectVisibility { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
BlindspotColor
Declaration
public NXColor BlindspotColor { get; set; }
Property Value
CameraList
Declaration
public InterceptionCameraListItemBuilderList CameraList { get; }
Property Value
DirectVision
Declaration
public SelectFeature DirectVision { get; }
Property Value
DistanceThreshold
Declaration
public double DistanceThreshold { get; set; }
Property Value
Type |
Description |
System.Double |
|
DistanceTolerance
Declaration
public double DistanceTolerance { get; set; }
Property Value
Type |
Description |
System.Double |
|
GridTarget
Declaration
public ScCollector GridTarget { get; }
Property Value
InterceptionStandard
Declaration
public InterceptionBuilder.InterceptionStandards InterceptionStandard { get; set; }
Property Value
InterceptionType
Declaration
public InterceptionBuilder.InterceptionTypes InterceptionType { get; set; }
Property Value
MirrorList
Declaration
public InterceptionMirrorListItemBuilderList MirrorList { get; }
Property Value
Obstructions
Declaration
public SelectFeatureList Obstructions { get; }
Property Value
TargetPoint
Declaration
public Point TargetPoint { get; set; }
Property Value
UseViewDirection
Declaration
public bool UseViewDirection { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
ViewDirectionMethod
Declaration
public InterceptionBuilder.ViewDirectionMethods ViewDirectionMethod { get; set; }
Property Value
ViewDirectionVector
Declaration
public Direction ViewDirectionVector { get; set; }
Property Value
Methods
Declaration
public void ButtonDisplayProperties()
CreateInterceptionCameraListItemBuilder()
Declaration
public InterceptionCameraListItemBuilder CreateInterceptionCameraListItemBuilder()
Returns
CreateInterceptionMirrorListItemBuilder()
Declaration
public InterceptionMirrorListItemBuilder CreateInterceptionMirrorListItemBuilder()
Returns
Implements
System.Runtime.Remoting.Messaging.IMessageSink