Class InspectionPolarGridBuilder
Inheritance
System.Object
System.MarshalByRefObject
InspectionPolarGridBuilder
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 InspectionPolarGridBuilder : InspectionMoveBuilder, IMessageSink, IComponentBuilder
Constructors
InspectionPolarGridBuilder()
Declaration
protected InspectionPolarGridBuilder()
Properties
AlignMachineAxes
Declaration
public bool AlignMachineAxes { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
AngleEndPoint
Declaration
public Point AngleEndPoint { get; set; }
Property Value
AngleMode
Declaration
public InspectionMethodBuilder.PolarAngleModeTypes AngleMode { get; set; }
Property Value
AngleStartPoint
Declaration
public Point AngleStartPoint { get; set; }
Property Value
ApproachDist
Declaration
public InheritableDoubleBuilder ApproachDist { get; }
Property Value
CenterPoint
Declaration
public Point CenterPoint { get; set; }
Property Value
MaximumRadius
Declaration
public InheritableDoubleBuilder MaximumRadius { get; }
Property Value
MaximumRadiusMode
Declaration
public InspectionMethodBuilder.PolarRadiusModeTypes MaximumRadiusMode { get; set; }
Property Value
MaximumRadiusPoint
Declaration
public Point MaximumRadiusPoint { get; set; }
Property Value
MeasuredGeometry
Declaration
public NXObject MeasuredGeometry { get; set; }
Property Value
MinimumRadius
Declaration
public InheritableDoubleBuilder MinimumRadius { get; }
Property Value
MinimumRadiusMode
Declaration
public InspectionMethodBuilder.PolarRadiusModeTypes MinimumRadiusMode { get; set; }
Property Value
MinimumRadiusPoint
Declaration
public Point MinimumRadiusPoint { get; set; }
Property Value
NumberOfAngularPoints
Declaration
public InheritableIntBuilder NumberOfAngularPoints { get; }
Property Value
NumberOfRadialPoints
Declaration
public InheritableIntBuilder NumberOfRadialPoints { get; }
Property Value
OffsetEndAngle
Declaration
public InheritableDoubleBuilder OffsetEndAngle { get; }
Property Value
OffsetMaximumRadius
Declaration
public InheritableDoubleBuilder OffsetMaximumRadius { get; }
Property Value
OffsetMinimumRadius
Declaration
public InheritableDoubleBuilder OffsetMinimumRadius { get; }
Property Value
OffsetStartAngle
Declaration
public InheritableDoubleBuilder OffsetStartAngle { get; }
Property Value
PointSequence
Declaration
public InspectionMethodBuilder.PolarPointSequenceTypes PointSequence { get; set; }
Property Value
RetractDist
Declaration
public InheritableDoubleBuilder RetractDist { get; }
Property Value
SequenceDirection
Declaration
public InspectionMethodBuilder.PolarSequenceDirectionTypes SequenceDirection { get; set; }
Property Value
SequenceStart
Declaration
public InspectionMethodBuilder.PolarSequenceStartTypes SequenceStart { get; set; }
Property Value
UseFeatureCollisionAvoidance
Declaration
public bool UseFeatureCollisionAvoidance { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
UsePartCollisionAvoidance
Declaration
public bool UsePartCollisionAvoidance { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Methods
CopyAttributes(InspectionPolarGridBuilder)
Declaration
public void CopyAttributes(InspectionPolarGridBuilder target)
Parameters
SetAppDistChanged(Boolean)
Declaration
public void SetAppDistChanged(bool flag)
Parameters
Type |
Name |
Description |
System.Boolean |
flag |
|
SetLayoutChanged(Boolean)
Declaration
public void SetLayoutChanged(bool flag)
Parameters
Type |
Name |
Description |
System.Boolean |
flag |
|
SetPointCoverageChanged(Boolean)
Declaration
public void SetPointCoverageChanged(bool flag)
Parameters
Type |
Name |
Description |
System.Boolean |
flag |
|
SetPointSequenceChanged(Boolean)
Declaration
public void SetPointSequenceChanged(bool flag)
Parameters
Type |
Name |
Description |
System.Boolean |
flag |
|
SetRetDistChanged(Boolean)
Declaration
public void SetRetDistChanged(bool flag)
Parameters
Type |
Name |
Description |
System.Boolean |
flag |
|
UpdateFromSubOperation(InspectionMoveSubop)
Declaration
public void UpdateFromSubOperation(InspectionMoveSubop source)
Parameters
UpdateParamsFromGeometry()
Declaration
public void UpdateParamsFromGeometry()
Implements
System.Runtime.Remoting.Messaging.IMessageSink