Class InspectionAlignmentAssistantBuilder
Inheritance
System.Object
System.MarshalByRefObject
InspectionAlignmentAssistantBuilder
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 InspectionAlignmentAssistantBuilder : OperationBuilder, IMessageSink, IComponentBuilder
Constructors
InspectionAlignmentAssistantBuilder()
Declaration
protected InspectionAlignmentAssistantBuilder()
Properties
AlignmentType
Declaration
public InspectionAlignmentAssistantBuilder.AlignType AlignmentType { get; set; }
Property Value
CreateIterativeAlignment
Declaration
public bool CreateIterativeAlignment { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IterativeMax
Declaration
public int IterativeMax { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
IterativeRotation
Declaration
public double IterativeRotation { get; set; }
Property Value
Type |
Description |
System.Double |
|
IterativeToggle
Declaration
[Obsolete("Deprecated in NX11.0.1. Use CreateIterativeAlignment instead to get iterative flag.")]
public bool IterativeToggle { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IterativeTranslation
Declaration
public double IterativeTranslation { get; set; }
Property Value
Type |
Description |
System.Double |
|
IterativeType
Declaration
public InspectionAlignmentAssistantBuilder.IterativeTypes IterativeType { get; set; }
Property Value
LocateSelection
Declaration
public SelectNXObjectList LocateSelection { get; }
Property Value
OperationName
Declaration
public string OperationName { get; set; }
Property Value
Type |
Description |
System.String |
|
PrimaryDirection
Declaration
public InspectionAlignmentAssistantBuilder.Direction PrimaryDirection { get; set; }
Property Value
PrimaryOffsetGeometry
Declaration
public NXObject PrimaryOffsetGeometry { get; set; }
Property Value
PrimarySelection
Declaration
public SelectNXObjectList PrimarySelection { get; }
Property Value
PrimaryState
Declaration
public InspectionAlignmentAssistantBuilder.State PrimaryState { get; set; }
Property Value
PrimaryType
Declaration
public InspectionAlignmentAssistantBuilder.FeatureType PrimaryType { get; set; }
Property Value
RPSXSelection
Declaration
public SelectNXObjectList RPSXSelection { get; }
Property Value
RPSYSelection
Declaration
public SelectNXObjectList RPSYSelection { get; }
Property Value
RPSZSelection
Declaration
public SelectNXObjectList RPSZSelection { get; }
Property Value
SecondaryDirection
Declaration
public InspectionAlignmentAssistantBuilder.Direction SecondaryDirection { get; set; }
Property Value
SecondaryOffsetGeometry
Declaration
public NXObject SecondaryOffsetGeometry { get; set; }
Property Value
SecondarySelection
Declaration
public SelectNXObjectList SecondarySelection { get; }
Property Value
SecondaryState
Declaration
public InspectionAlignmentAssistantBuilder.State SecondaryState { get; set; }
Property Value
SecondaryType
Declaration
public InspectionAlignmentAssistantBuilder.FeatureType SecondaryType { get; set; }
Property Value
TertiaryDirection
Declaration
public InspectionAlignmentAssistantBuilder.Direction TertiaryDirection { get; set; }
Property Value
TertiaryOffsetGeometry
Declaration
public NXObject TertiaryOffsetGeometry { get; set; }
Property Value
TertiarySelection
Declaration
public SelectNXObjectList TertiarySelection { get; }
Property Value
TertiaryState
Declaration
public InspectionAlignmentAssistantBuilder.State TertiaryState { get; set; }
Property Value
TertiaryType
Declaration
public InspectionAlignmentAssistantBuilder.FeatureType TertiaryType { get; set; }
Property Value
Implements
System.Runtime.Remoting.Messaging.IMessageSink