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

Represents a Check Minimum Radius builder More...

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

Public Types

enum  CurvatureTypes { Radius, Sectional }
 Represents the curvature type More...
 

Public Member Functions

unsafe double GetDynamicResult (NXOpen.Face selectedFace, NXOpen.Point3d dynamicPnt)
 Returns the dynamic result 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 bool AutomaticUpdate [get, set]
 Returns or sets the automatic update toggle More...
 
unsafe
NXOpen.Validate.CheckMinimumRadiusBuilder.CurvatureTypes 
CurvatureType [get, set]
 Returns or sets the curvature type to compute and display. More...
 
unsafe
NXOpen.GeometricUtilities.DisplayResolutionBuilder 
DisplayResolutionBuilder [get]
 Returns the display resolution More...
 
unsafe bool ExcludeConvex [get, set]
 Returns or sets the Exclude Convex More...
 
unsafe double FailureArea [get]
 Returns the area where radius is less than the minimum radius More...
 
unsafe NXOpen.NXColor LessThanMinimumRadiusColor [get, set]
 Returns or sets the Less Than Minimum Radius Color More...
 
unsafe double MinimumRadius [get, set]
 Returns or sets the Minimum Radius More...
 
unsafe NXOpen.NXColor MoreThanMinimumRadiusColor [get, set]
 Returns or sets the More Than Minimum Radius Color More...
 
unsafe bool PreviewState [get, set]
 Returns or sets the preview toggle More...
 
unsafe
NXOpen.Validate.SelectionAndPlacementBuilder 
SelectionAndPlacement [get]
 Returns the selection and placement builder More...
 
unsafe bool ShowOnlyFailArea [get, set]
 Returns or sets the show only less than minimum radius toggle 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 Minimum Radius builder

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

Default values.

Property Value

AutomaticUpdate

1

DisplayResolutionBuilder.AngleTolerance

15.0

DisplayResolutionBuilder.EdgeTolerance

0.005

DisplayResolutionBuilder.FaceTolerance

0.005

DisplayResolutionBuilder.Resolution

Standard

DisplayResolutionBuilder.WidthTolerance

0.3

ExcludeConvex

0

LessThanMinimumRadiusColor

186

MinimumRadius

0.5 (millimeters part), 0.02 (inches part)

MoreThanMinimumRadiusColor

36

PreviewState

1

ShowOnlyFailArea

1

Created in NX1899.0.0

Member Enumeration Documentation

Represents the curvature type

Enumerator
Radius 

3D Minimum

Sectional 

Member Function Documentation

unsafe double NXOpen.Validate.CheckMinimumRadiusBuilder.GetDynamicResult ( NXOpen.Face  selectedFace,
NXOpen.Point3d  dynamicPnt 
)
inline

Returns the dynamic result

Created in NX1899.0.0

License requirements: None.

Parameters
selectedFaceThe specified face
dynamicPntThe specified point
Returns
The minimum radius evaluated

Property Documentation

unsafe bool NXOpen.Validate.CheckMinimumRadiusBuilder.AutomaticUpdate
getset

Returns or sets the automatic update toggle

Created in NX1899.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe NXOpen.Validate.CheckMinimumRadiusBuilder.CurvatureTypes NXOpen.Validate.CheckMinimumRadiusBuilder.CurvatureType
getset

Returns or sets the curvature type to compute and display.

Created in NX1899.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe NXOpen.GeometricUtilities.DisplayResolutionBuilder NXOpen.Validate.CheckMinimumRadiusBuilder.DisplayResolutionBuilder
get

Returns the display resolution

Created in NX1899.0.0

License requirements: None.

unsafe bool NXOpen.Validate.CheckMinimumRadiusBuilder.ExcludeConvex
getset

Returns or sets the Exclude Convex

Created in NX1899.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe double NXOpen.Validate.CheckMinimumRadiusBuilder.FailureArea
get

Returns the area where radius is less than the minimum radius

Created in NX1899.0.0

License requirements: None.

unsafe NXOpen.NXColor NXOpen.Validate.CheckMinimumRadiusBuilder.LessThanMinimumRadiusColor
getset

Returns or sets the Less Than Minimum Radius Color

Created in NX1899.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe double NXOpen.Validate.CheckMinimumRadiusBuilder.MinimumRadius
getset

Returns or sets the Minimum Radius

Created in NX1899.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe NXOpen.NXColor NXOpen.Validate.CheckMinimumRadiusBuilder.MoreThanMinimumRadiusColor
getset

Returns or sets the More Than Minimum Radius Color

Created in NX1899.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe bool NXOpen.Validate.CheckMinimumRadiusBuilder.PreviewState
getset

Returns or sets the preview toggle

Created in NX1899.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe NXOpen.Validate.SelectionAndPlacementBuilder NXOpen.Validate.CheckMinimumRadiusBuilder.SelectionAndPlacement
get

Returns the selection and placement builder

Created in NX1899.0.0

License requirements: None.

unsafe bool NXOpen.Validate.CheckMinimumRadiusBuilder.ShowOnlyFailArea
getset

Returns or sets the show only less than minimum radius toggle

Created in NX1899.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.