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

Allows you to query the mesh nodes that are off the underlying Cad geometry by a given tolerance, and if requested this builder can adjust the node locations to put them back on to the underlying Cad geometry. More...

Inheritance diagram for NXOpen.CAE.ProjectNodesToCadGeometryBuilder:
NXOpen.Builder NXOpen.TaggedObject NXOpen.GeometricUtilities.IComponentBuilder NXOpen.Utilities.NXRemotableObject IMessageSink

Public Types

enum  ListingOption { None = -1, SummaryOnly, All }
 Listing Options More...
 
enum  Operation { Show, Adjust }
 Operations More...
 

Public Member Functions

unsafe void AdjustProximityNodes ()
 Adjusts the proximity nodes identified to the new location to meet the given tolerance with underlying CAD geometries. More...
 
unsafe NXOpen.Point3d[] GetNodes (out NXOpen.CAE.FENode[] nodes, out NXOpen.NXObject[] cadGeometries)
 Returns the cached nodes calculated by CAE.ProjectNodesToCadGeometryBuilder.IdentifyCadGeometry . More...
 
unsafe NXOpen.Point3d[] GetProximityNodes (out NXOpen.CAE.FENode[] proximityNodes)
 Returns the cached proximity nodes calculated by CAE.ProjectNodesToCadGeometryBuilder.IdentifyProximityNodes . More...
 
unsafe void IdentifyCadGeometry ()
 Identifies the relationship between CAD geometry and the nodes, The identified result will be cached, you could access the cached results by calling CAE.ProjectNodesToCadGeometryBuilder.GetNodes . More...
 
unsafe void IdentifyProximityNodes ()
 Identifies the proximity nodes which are off the underlying CAD geometry according to CAE.ProjectNodesToCadGeometryBuilder.ProximityTolerance and CAE.ProjectNodesToCadGeometryBuilder.IncludeMidnodes . 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 NXOpen.NXColor AdjustedNodeLocationColor [get, set]
 Returns or sets the display color of proximity node new location which will meet the given tolerance with undelying CAD geometry. More...
 
unsafe
NXOpen.SelectDisplayableObjectList 
CheckedObjectsList [get]
 Returns the selected objects for checking. More...
 
unsafe bool IncludeMidnodes [get, set]
 Returns or sets a value indicating whether to include element midnodes in the operation. More...
 
unsafe
NXOpen.CAE.ProjectNodesToCadGeometryBuilder.ListingOption 
ListingOptionState [get, set]
 Returns or sets the listing option More...
 
unsafe
NXOpen.CAE.ProjectNodesToCadGeometryBuilder.Operation 
OperationState [get, set]
 Returns or sets the operation to be performed. More...
 
unsafe NXOpen.NXColor OriginalNodeLocationColor [get, set]
 Returns or sets the display color of proximity nodes' original location. More...
 
unsafe double ProximityTolerance [get, set]
 Returns or sets the proximity tolerance used to determine if nodes on close enough to be considered on the CAD geometry More...
 
unsafe NXOpen.CAE.SelectMeshList SelectionList [get]
 Returns the selected meshes More...
 
unsafe bool ShowNodeLabels [get, set]
 Returns or sets a value indicating whether to show the labels for proximity nodes are off underlying CAD geometry. More...
 
unsafe bool ShowNodeLocations [get, set]
 Returns or sets a value indicating whether to show original location and adjusted location for the proximity nodes that are off the underlying CAD geometry by a given tolerance. More...
 
unsafe NXOpen.Expression Tolerance [get]
 Returns the proximity tolerance used to determine if nodes on close enough to be considered on the CAD geometry More...
 

Additional Inherited Members

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

Detailed Description

Allows you to query the mesh nodes that are off the underlying Cad geometry by a given tolerance, and if requested this builder can adjust the node locations to put them back on to the underlying Cad geometry.

To create a new instance of this class, use NXOpen.CAE.MeshManager.CreateProjectNodesToCadGeometryBuilder

Created in NX6.0.4

Member Enumeration Documentation

Listing Options

Enumerator
None 

List nothing

SummaryOnly 

List only Summary information

All 

List All information on nodes that are off the CAD geometry by more than the input tolerance

Operations

Enumerator
Show 

Display information on nodes that are off the CAD geometry by more than the input tolerance

Adjust 

Adjust nodes that are off the geometry by more than the input tolerance by projecting them on to the CAD geometry

Member Function Documentation

unsafe void NXOpen.CAE.ProjectNodesToCadGeometryBuilder.AdjustProximityNodes ( )
inline

Adjusts the proximity nodes identified to the new location to meet the given tolerance with underlying CAD geometries.

The cached identified result will be clean when the adjust work is completed. The method Builder.Commit will do the same thing. The adjust work is only available when the context part of this builder is a CAE.FemPart .

Created in NX8.5.0

License requirements: nx_masterfem ("Finite Element Modeling")

unsafe NXOpen.Point3d [] NXOpen.CAE.ProjectNodesToCadGeometryBuilder.GetNodes ( out NXOpen.CAE.FENode[]  nodes,
out NXOpen.NXObject[]  cadGeometries 
)
inline

Returns the cached nodes calculated by CAE.ProjectNodesToCadGeometryBuilder.IdentifyCadGeometry .

Created in NX11.0.0

License requirements: nx_masterfem ("Finite Element Modeling")

Parameters
nodes
cadGeometries
Returns
unsafe NXOpen.Point3d [] NXOpen.CAE.ProjectNodesToCadGeometryBuilder.GetProximityNodes ( out NXOpen.CAE.FENode[]  proximityNodes)
inline

Returns the cached proximity nodes calculated by CAE.ProjectNodesToCadGeometryBuilder.IdentifyProximityNodes .

Created in NX8.5.0

License requirements: nx_masterfem ("Finite Element Modeling")

Parameters
proximityNodes
Returns
unsafe void NXOpen.CAE.ProjectNodesToCadGeometryBuilder.IdentifyCadGeometry ( )
inline

Identifies the relationship between CAD geometry and the nodes, The identified result will be cached, you could access the cached results by calling CAE.ProjectNodesToCadGeometryBuilder.GetNodes .

Old cached results are automatically cleaned up when the new identify process is running.

Created in NX11.0.0

License requirements: nx_masterfem ("Finite Element Modeling")

unsafe void NXOpen.CAE.ProjectNodesToCadGeometryBuilder.IdentifyProximityNodes ( )
inline

Identifies the proximity nodes which are off the underlying CAD geometry according to CAE.ProjectNodesToCadGeometryBuilder.ProximityTolerance and CAE.ProjectNodesToCadGeometryBuilder.IncludeMidnodes .

If showing nodes is true, the identified node location will be displayed. The identified result will be cached, you could access the cached identified nodes by CAE.ProjectNodesToCadGeometryBuilder.GetProximityNodes . Each time, the old cached result will be clean up when the new identify process is running.

Created in NX8.5.0

License requirements: nx_masterfem ("Finite Element Modeling")

Property Documentation

unsafe NXOpen.NXColor NXOpen.CAE.ProjectNodesToCadGeometryBuilder.AdjustedNodeLocationColor
getset

Returns or sets the display color of proximity node new location which will meet the given tolerance with undelying CAD geometry.

Created in NX8.5.0

License requirements to get this property: None.

License requirements to set this property: nx_masterfem ("Finite Element Modeling")

unsafe NXOpen.SelectDisplayableObjectList NXOpen.CAE.ProjectNodesToCadGeometryBuilder.CheckedObjectsList
get

Returns the selected objects for checking.

The objects must be CAE.Mesh , CAE.CAEBody or CAE.CAEFace

Created in NX8.5.0

License requirements: nx_masterfem ("Finite Element Modeling")

unsafe bool NXOpen.CAE.ProjectNodesToCadGeometryBuilder.IncludeMidnodes
getset

Returns or sets a value indicating whether to include element midnodes in the operation.

Created in NX6.0.4

License requirements to get this property: nx_masterfem ("Finite Element Modeling")

License requirements to set this property: nx_masterfem ("Finite Element Modeling")

unsafe NXOpen.CAE.ProjectNodesToCadGeometryBuilder.ListingOption NXOpen.CAE.ProjectNodesToCadGeometryBuilder.ListingOptionState
getset

Returns or sets the listing option

Created in NX6.0.4

License requirements to get this property: nx_masterfem ("Finite Element Modeling")

License requirements to set this property: nx_masterfem ("Finite Element Modeling")

unsafe NXOpen.CAE.ProjectNodesToCadGeometryBuilder.Operation NXOpen.CAE.ProjectNodesToCadGeometryBuilder.OperationState
getset

Returns or sets the operation to be performed.

Created in NX6.0.4

License requirements to get this property: nx_masterfem ("Finite Element Modeling")

License requirements to set this property: nx_masterfem ("Finite Element Modeling")

unsafe NXOpen.NXColor NXOpen.CAE.ProjectNodesToCadGeometryBuilder.OriginalNodeLocationColor
getset

Returns or sets the display color of proximity nodes' original location.

Created in NX8.5.0

License requirements to get this property: None.

License requirements to set this property: nx_masterfem ("Finite Element Modeling")

unsafe double NXOpen.CAE.ProjectNodesToCadGeometryBuilder.ProximityTolerance
getset

Returns or sets the proximity tolerance used to determine if nodes on close enough to be considered on the CAD geometry

Created in NX6.0.4

Deprecated in NX8.5.0. Use CAE.ProjectNodesToCadGeometryBuilder.Tolerance instead.

License requirements to get this property: nx_masterfem ("Finite Element Modeling")

License requirements to set this property: nx_masterfem ("Finite Element Modeling")

unsafe NXOpen.CAE.SelectMeshList NXOpen.CAE.ProjectNodesToCadGeometryBuilder.SelectionList
get

Returns the selected meshes

Created in NX6.0.4

Deprecated in NX8.5.0. Use CAE.ProjectNodesToCadGeometryBuilder.CheckedObjectsList instead.

License requirements: nx_masterfem ("Finite Element Modeling")

unsafe bool NXOpen.CAE.ProjectNodesToCadGeometryBuilder.ShowNodeLabels
getset

Returns or sets a value indicating whether to show the labels for proximity nodes are off underlying CAD geometry.

Created in NX8.5.0

License requirements to get this property: None.

License requirements to set this property: nx_masterfem ("Finite Element Modeling")

unsafe bool NXOpen.CAE.ProjectNodesToCadGeometryBuilder.ShowNodeLocations
getset

Returns or sets a value indicating whether to show original location and adjusted location for the proximity nodes that are off the underlying CAD geometry by a given tolerance.

The original node location will be displayed in color CAE.ProjectNodesToCadGeometryBuilder.OriginalNodeLocationColor . The adjusted node location will be displayed in color CAE.ProjectNodesToCadGeometryBuilder.AdjustedNodeLocationColor .

Created in NX8.5.0

License requirements to get this property: None.

License requirements to set this property: nx_masterfem ("Finite Element Modeling")

unsafe NXOpen.Expression NXOpen.CAE.ProjectNodesToCadGeometryBuilder.Tolerance
get

Returns the proximity tolerance used to determine if nodes on close enough to be considered on the CAD geometry

Created in NX8.5.0

License requirements: None.


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