Class CheckMaximumOverhangAngleBuilder
Inheritance
CheckMaximumOverhangAngleBuilder
Assembly: NXOpen.dll
Syntax
public class CheckMaximumOverhangAngleBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
CheckMaximumOverhangAngleBuilder()
Declaration
protected CheckMaximumOverhangAngleBuilder()
Properties
Angle
Declaration
public double Angle { get; set; }
Property Value
AutomaticUpdate
Declaration
public bool AutomaticUpdate { get; set; }
Property Value
DisplayResolutionBuilder
Declaration
public DisplayResolutionBuilder DisplayResolutionBuilder { get; }
Property Value
DrawOrientation
Declaration
[Obsolete("Deprecated in NX1899.0.0. Use NXOpen.Validate.SelectionAndPlacementBuilder.DrawOrientation ")]
public Matrix3x3 DrawOrientation { get; set; }
Property Value
DrawOrigin
Declaration
[Obsolete("Deprecated in NX1899.0.0. Use NXOpen.Validate.SelectionAndPlacementBuilder.DrawOrigin ")]
public Point3d DrawOrigin { get; set; }
Property Value
ExceedExtendToleranceColor
Declaration
public NXColor ExceedExtendToleranceColor { get; set; }
Property Value
ExtendedAngularTolerance
Declaration
public double ExtendedAngularTolerance { get; set; }
Property Value
LessThanMaxAngleColor
Declaration
public NXColor LessThanMaxAngleColor { get; set; }
Property Value
MoreThanMaxAngleColor
Declaration
public NXColor MoreThanMaxAngleColor { get; set; }
Property Value
OverhangArea
Declaration
public double OverhangArea { get; }
Property Value
PreviewState
Declaration
public bool PreviewState { get; set; }
Property Value
SelectionAndPlacement
Declaration
public SelectionAndPlacementBuilder SelectionAndPlacement { get; }
Property Value
ShowOnlyExceedingOverhangAngles
Declaration
[Obsolete("Deprecated in NX1899.0.0. JA_VALIDATE_CHECK_MAXIMUM_OVERHANG_ANGLE_BUILDER_get_OnlyShowFailArea.")]
public bool ShowOnlyExceedingOverhangAngles { get; set; }
Property Value
ShowOnlyFailArea
Declaration
public bool ShowOnlyFailArea { get; set; }
Property Value
Methods
GetTargets()
Declaration
[Obsolete("Deprecated in NX1899.0.0. Use NXOpen.Validate.SelectionAndPlacementBuilder.GetTargets ")]
public Body[] GetTargets()
Returns
SetTargets(Body[])
Declaration
[Obsolete("Deprecated in NX1899.0.0. Use NXOpen.Validate.SelectionAndPlacementBuilder.SetTargets ")]
public void SetTargets(Body[] targets)
Parameters
Type |
Name |
Description |
Body[] |
targets |
|
Update()
Declaration
Implements
System.Runtime.Remoting.Messaging.IMessageSink