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

Represents a Check Minimum Wall Thickness builder More...

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

Public Member Functions

unsafe bool GetDynamicResult (NXOpen.Face selectedFace, NXOpen.Point3d dynamicPnt, out double thickness, out NXOpen.Vector3d direction, out NXOpen.Point3d closestPnt)
 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.GeometricUtilities.DisplayResolutionBuilder 
DisplayResolutionBuilder [get]
 Returns the display resolution More...
 
unsafe double FailureArea [get]
 Returns the area where wall thickness is less than the minimum wall thickness More...
 
unsafe NXOpen.NXColor LessThanMinThicknessColor [get, set]
 Returns or sets the Less Than Min Thickness Color More...
 
unsafe NXOpen.NXColor MoreThanMinThicknessColor [get, set]
 Returns or sets the More Than Min Thickness 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 min thickness toggle More...
 
unsafe double Thickness [get, set]
 Returns or sets the minimum thickness 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 Wall Thickness builder

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

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

LessThanMinThicknessColor

186

MoreThanMinThicknessColor

36

PreviewState

1

ShowOnlyFailArea

1

Thickness

0.4 (millimeters part), 0.015 (inches part)

Created in NX1899.0.0

Member Function Documentation

unsafe bool NXOpen.Validate.CheckMinimumWallThicknessBuilder.GetDynamicResult ( NXOpen.Face  selectedFace,
NXOpen.Point3d  dynamicPnt,
out double  thickness,
out NXOpen.Vector3d  direction,
out NXOpen.Point3d  closestPnt 
)
inline

Returns the dynamic result

Created in NX1899.0.0

License requirements: None.

Parameters
selectedFaceThe specified face
dynamicPntThe specified point
thicknessThe thickness evaluated
directionThe normal of closest element
closestPntThe closest point on the specified face
Returns
The thickness is valid or not

Property Documentation

unsafe bool NXOpen.Validate.CheckMinimumWallThicknessBuilder.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.GeometricUtilities.DisplayResolutionBuilder NXOpen.Validate.CheckMinimumWallThicknessBuilder.DisplayResolutionBuilder
get

Returns the display resolution

Created in NX1899.0.0

License requirements: None.

unsafe double NXOpen.Validate.CheckMinimumWallThicknessBuilder.FailureArea
get

Returns the area where wall thickness is less than the minimum wall thickness

Created in NX1899.0.0

License requirements: None.

unsafe NXOpen.NXColor NXOpen.Validate.CheckMinimumWallThicknessBuilder.LessThanMinThicknessColor
getset

Returns or sets the Less Than Min Thickness Color

Created in NX1899.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe NXOpen.NXColor NXOpen.Validate.CheckMinimumWallThicknessBuilder.MoreThanMinThicknessColor
getset

Returns or sets the More Than Min Thickness Color

Created in NX1899.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe bool NXOpen.Validate.CheckMinimumWallThicknessBuilder.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.CheckMinimumWallThicknessBuilder.SelectionAndPlacement
get

Returns the selection and placement builder

Created in NX1899.0.0

License requirements: None.

unsafe bool NXOpen.Validate.CheckMinimumWallThicknessBuilder.ShowOnlyFailArea
getset

Returns or sets the show only less than min thickness toggle

Created in NX1899.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe double NXOpen.Validate.CheckMinimumWallThicknessBuilder.Thickness
getset

Returns or sets the minimum thickness

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.