NXOpen .NET Reference Guide  1872
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Member Functions | Properties | List of all members
NXOpen.Validate.CheckMaximumOverhangAngleBuilder Class Reference

Represents a Check Maximum Overhang Angle builder More...

Inheritance diagram for NXOpen.Validate.CheckMaximumOverhangAngleBuilder:
NXOpen.Builder NXOpen.TaggedObject NXOpen.GeometricUtilities.IComponentBuilder NXOpen.Utilities.NXRemotableObject IMessageSink

Public Member Functions

unsafe NXOpen.Body[] GetTargets ()
 Returns the selected Bodies More...
 
unsafe void SetTargets (NXOpen.Body[] targets)
 Set the Bodies More...
 
- Public Member Functions inherited from NXOpen.Builder
unsafe NXOpen.NXObject Commit ()
 Commits any edits that have been applied to the builder. More...
 
unsafe void Destroy ()
 Deletes the builder, and cleans up any objects created by the builder. More...
 
unsafe NXOpen.NXObject[] GetCommittedObjects ()
 For builders that create more than one object, this method returns the objects that are created by commit. More...
 
unsafe NXOpen.NXObject GetObject ()
 Returns the object currently being edited by this builder. More...
 
unsafe void ShowResults ()
 Updates the model to reflect the result of an edit to the model for all builders that support showing results. More...
 
unsafe bool Validate ()
 Validate whether the inputs to the component are sufficient for commit to be called. More...
 
- Public Member Functions inherited from NXOpen.TaggedObject
void PrintTestData (String variableName)
 <exclude> More...
 
void PrintTestData (String variableName, int lineNumber)
 <exclude> More...
 
override string ToString ()
 Returns a String that represents the current Object. More...
 
- Public Member Functions inherited from NXOpen.Utilities.NXRemotableObject
IMessageCtrl AsyncProcessMessage (IMessage msg, IMessageSink replySink)
 Asynchronously processes the given message. More...
 
IMessage SyncProcessMessage (IMessage msg)
 Synchronously processes the given message. More...
 

Properties

unsafe double Angle [get, set]
 Returns or sets the Maximum Angle More...
 
unsafe bool AutomaticUpdate [get, set]
 Returns or sets the toggle that automatic update More...
 
unsafe
NXOpen.GeometricUtilities.DisplayResolutionBuilder 
DisplayResolutionBuilder [get]
 Returns the display resolution More...
 
unsafe NXOpen.Matrix3x3 DrawOrientation [get, set]
 Returns or sets the draw orientation More...
 
unsafe NXOpen.Point3d DrawOrigin [get, set]
 Returns or sets the draw origin More...
 
unsafe NXOpen.NXColor ExceedExtendToleranceColor [get, set]
 Returns or sets the Exceed Extend Tol color More...
 
unsafe double ExtendedAngularTolerance [get, set]
 Returns or sets the Extended Angular Tol More...
 
unsafe NXOpen.NXColor LessThanMaxAngleColor [get, set]
 Returns or sets the Less Than Max Angle Color More...
 
unsafe NXOpen.NXColor MoreThanMaxAngleColor [get, set]
 Returns or sets the More Than Max Angle Color More...
 
unsafe double OverhangArea [get]
 Returns the area that need to support More...
 
unsafe bool PreviewState [get, set]
 Returns or sets the toggle that preview block More...
 
unsafe bool ShowOnlyExceedingOverhangAngles [get, set]
 Returns or sets the toggle that show only Exceeding Overhang Angles More...
 
- Properties inherited from NXOpen.Builder
unsafe NXOpen.PreviewBuilder PreviewBuilder [get]
 Returns the preview builder subobject. More...
 
- Properties inherited from NXOpen.TaggedObject
Tag Tag [get]
 Returns the tag of this object. More...
 
- Properties inherited from NXOpen.Utilities.NXRemotableObject
IMessageSink NextSink [get]
 Gets the next message sink in the sink chain. More...
 

Additional Inherited Members

- Protected Member Functions inherited from NXOpen.TaggedObject
new void initialize ()
 <exclude> More...
 

Detailed Description

Represents a Check Maximum Overhang Angle builder

To create a new instance of this class, use NXOpen.Validate.AnalysisResultCollection.CreateCheckMaximumOverhangAngleBuilder

Default values.

Property Value

Angle

45

AutomaticUpdate

1

DisplayResolutionBuilder.AngleTolerance

15.0

DisplayResolutionBuilder.EdgeTolerance

0.005

DisplayResolutionBuilder.FaceTolerance

0.005

DisplayResolutionBuilder.Resolution

Standard

DisplayResolutionBuilder.WidthTolerance

0.3

ExceedExtendToleranceColor

186

ExtendedAngularTolerance

0

LessThanMaxAngleColor

36

MoreThanMaxAngleColor

6

PreviewState

1

ShowOnlyExceedingOverhangAngles

1

Created in NX1872.0.0

Member Function Documentation

unsafe NXOpen.Body [] NXOpen.Validate.CheckMaximumOverhangAngleBuilder.GetTargets ( )
inline

Returns the selected Bodies

Created in NX1872.0.0

License requirements: None.

Returns
unsafe void NXOpen.Validate.CheckMaximumOverhangAngleBuilder.SetTargets ( NXOpen.Body[]  targets)
inline

Set the Bodies

Created in NX1872.0.0

License requirements: None.

Parameters
targetsThe objects to apply the attributes to.

Property Documentation

unsafe double NXOpen.Validate.CheckMaximumOverhangAngleBuilder.Angle
getset

Returns or sets the Maximum Angle

Created in NX1872.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe bool NXOpen.Validate.CheckMaximumOverhangAngleBuilder.AutomaticUpdate
getset

Returns or sets the toggle that automatic update

Created in NX1872.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe NXOpen.GeometricUtilities.DisplayResolutionBuilder NXOpen.Validate.CheckMaximumOverhangAngleBuilder.DisplayResolutionBuilder
get

Returns the display resolution

Created in NX1872.0.0

License requirements: None.

unsafe NXOpen.Matrix3x3 NXOpen.Validate.CheckMaximumOverhangAngleBuilder.DrawOrientation
getset

Returns or sets the draw orientation

Created in NX1872.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe NXOpen.Point3d NXOpen.Validate.CheckMaximumOverhangAngleBuilder.DrawOrigin
getset

Returns or sets the draw origin

Created in NX1872.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe NXOpen.NXColor NXOpen.Validate.CheckMaximumOverhangAngleBuilder.ExceedExtendToleranceColor
getset

Returns or sets the Exceed Extend Tol color

Created in NX1872.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe double NXOpen.Validate.CheckMaximumOverhangAngleBuilder.ExtendedAngularTolerance
getset

Returns or sets the Extended Angular Tol

Created in NX1872.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe NXOpen.NXColor NXOpen.Validate.CheckMaximumOverhangAngleBuilder.LessThanMaxAngleColor
getset

Returns or sets the Less Than Max Angle Color

Created in NX1872.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe NXOpen.NXColor NXOpen.Validate.CheckMaximumOverhangAngleBuilder.MoreThanMaxAngleColor
getset

Returns or sets the More Than Max Angle Color

Created in NX1872.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe double NXOpen.Validate.CheckMaximumOverhangAngleBuilder.OverhangArea
get

Returns the area that need to support

Created in NX1872.0.0

License requirements: None.

unsafe bool NXOpen.Validate.CheckMaximumOverhangAngleBuilder.PreviewState
getset

Returns or sets the toggle that preview block

Created in NX1872.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe bool NXOpen.Validate.CheckMaximumOverhangAngleBuilder.ShowOnlyExceedingOverhangAngles
getset

Returns or sets the toggle that show only Exceeding Overhang Angles

Created in NX1872.0.0

License requirements to get this property: None.

License requirements to set this property: None.


The documentation for this class was generated from the following file:
Copyright 2019 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.