Class InspectionAlignmentAssistantBuilder
Inheritance
InspectionAlignmentAssistantBuilder
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
IterativeMax
Declaration
public int IterativeMax { get; set; }
Property Value
IterativeRotation
Declaration
public double IterativeRotation { get; set; }
Property Value
IterativeToggle
Declaration
[Obsolete("Deprecated in NX11.0.1. Use CreateIterativeAlignment instead to get iterative flag.")]
public bool IterativeToggle { get; set; }
Property Value
IterativeTranslation
Declaration
public double IterativeTranslation { get; set; }
Property Value
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
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