Class CheckMaximumOverhangAngleBuilder
Inheritance
System.Object
System.MarshalByRefObject
CheckMaximumOverhangAngleBuilder
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 CheckMaximumOverhangAngleBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
CheckMaximumOverhangAngleBuilder()
Declaration
protected CheckMaximumOverhangAngleBuilder()
Properties
Angle
Declaration
public double Angle { get; set; }
Property Value
Type |
Description |
System.Double |
|
AutomaticUpdate
Declaration
public bool AutomaticUpdate { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
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
Type |
Description |
System.Double |
|
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
Type |
Description |
System.Double |
|
PreviewState
Declaration
public bool PreviewState { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
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
Type |
Description |
System.Boolean |
|
ShowOnlyFailArea
Declaration
public bool ShowOnlyFailArea { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
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