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

Represents a Wave Datum builder. More...

Inheritance diagram for NXOpen.Features.WaveDatumBuilder:
NXOpen.Features.FeatureBuilder NXOpen.Builder NXOpen.TaggedObject NXOpen.GeometricUtilities.IComponentBuilder NXOpen.Utilities.NXRemotableObject IMessageSink

Public Types

enum  ParentPartType { WorkPart, OtherPart }
 enum for scope of part More...
 

Public Member Functions

unsafe NXOpen.Features.Feature CommitCreateOnTheFly ()
 Commits the feature and set create on the fly flag More...
 
unsafe void GetProductInterfaceObjects (out NXOpen.Assemblies.ProductInterface.InterfaceObject[] selectedObjects)
 Gets selected product interface objects More...
 
unsafe void GetSourcePartOccurrences (out NXOpen.TaggedObject[] sourcePartOccurrences)
 Gets source part occurrences More...
 
unsafe void GetWaveLinkInformation (out string info, out bool xformExists, out NXOpen.Point3d xformOrigin, out NXOpen.Matrix3x3 xformOrientation, out double xformScale)
 Prints wave browser type information about link More...
 
unsafe void SetProductInterfaceObjects (NXOpen.Assemblies.ProductInterface.InterfaceObject[] selectedObjects)
 Sets selected product interface objects More...
 
unsafe void SetSourcePartOccurrences (NXOpen.TaggedObject[] sourcePartOccurrences)
 Sets source part occurrences More...
 
unsafe void SetSynchlinkEntry (bool entryState)
 Sets Entry From SynchLink More...
 
- Public Member Functions inherited from NXOpen.Features.FeatureBuilder
unsafe NXOpen.Features.Feature CommitFeature ()
 Commits the feature parameters and creates the feature More...
 
unsafe NXOpen.Features.Feature GetFeature ()
 Returns the feature currently being edited by this builder. More...
 
unsafe void HideInternalParentFeatureAfterEdit (NXOpen.Features.Feature parentFeature)
 Re-suppress an internal parent feature (a slave feature) after it has been edited. More...
 
unsafe void SetParentFeatureInternal (NXOpen.Features.Feature parentFeature)
 Set the parent features which would be internal or slaves to the feature being created or commited More...
 
unsafe void ShowInternalParentFeatureForEdit (NXOpen.Features.Feature parentFeature)
 Unsuppress an internal parent feature (a slave feature) so it can be edited. More...
 
unsafe void UnsetParentFeatureInternal (NXOpen.Features.Feature parentFeature)
 Set the internal parent feature of the feature being edited to external 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 Associative [get, set]
 Returns or sets the associative More...
 
unsafe NXOpen.SelectObjectList Datums [get]
 Returns the datum to link More...
 
unsafe double DisplayScale [get, set]
 Returns or sets the display scale More...
 
unsafe bool HideOriginal [get, set]
 Returns or sets the hideoriginal More...
 
unsafe bool InheritDisplayProperties [get, set]
 Returns or sets the inherit display properties from source option More...
 
unsafe bool MakePositionIndependent [get, set]
 Returns or sets the makepositionindependent More...
 
unsafe
NXOpen.Features.WaveDatumBuilder.ParentPartType 
ParentPart [get, set]
 Returns or sets the source part type More...
 
unsafe bool ReverseDirection [get, set]
 Returns or sets the wave linked datum reverse direction More...
 
unsafe NXOpen.TaggedObject SourcePartOccurrence [get, set]
 Returns or sets the source part occurrence More...
 
- Properties inherited from NXOpen.Features.FeatureBuilder
unsafe bool ParentFeatureInternal [get, set]
 Returns or sets whether or not the latest timestamped parent feature of this feature should be made internal 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 Wave Datum builder.

To create a new instance of this class, use NXOpen.Features.FeatureCollection.CreateWaveDatumBuilder

Default values.

Property Value

Associative

True

DisplayScale

2.0

InheritDisplayProperties

False

ParentPart

OtherPart

Created in NX5.0.0

Member Enumeration Documentation

enum for scope of part

Enumerator
WorkPart 

intra part mode

OtherPart 

inter part mode

Member Function Documentation

unsafe NXOpen.Features.Feature NXOpen.Features.WaveDatumBuilder.CommitCreateOnTheFly ( )
inline

Commits the feature and set create on the fly flag

Created in NX6.0.0

License requirements: solid_modeling ("SOLIDS MODELING") OR cam_base ("CAM BASE") OR geometric_tol ("GDT") OR insp_programming ("INSPECTION PROGRAMMING")

Returns
unsafe void NXOpen.Features.WaveDatumBuilder.GetProductInterfaceObjects ( out NXOpen.Assemblies.ProductInterface.InterfaceObject[]  selectedObjects)
inline

Gets selected product interface objects

Created in NX9.0.0

License requirements: None.

Parameters
selectedObjectsitems in list
unsafe void NXOpen.Features.WaveDatumBuilder.GetSourcePartOccurrences ( out NXOpen.TaggedObject[]  sourcePartOccurrences)
inline

Gets source part occurrences

Created in NX10.0.0

License requirements: None.

Parameters
sourcePartOccurrences
unsafe void NXOpen.Features.WaveDatumBuilder.GetWaveLinkInformation ( out string  info,
out bool  xformExists,
out NXOpen.Point3d  xformOrigin,
out NXOpen.Matrix3x3  xformOrientation,
out double  xformScale 
)
inline

Prints wave browser type information about link

Created in NX6.0.0

License requirements: wave ("WAVE FUNCTIONALITY")

Parameters
infoqueried wave information
xformExiststrue if there is a transform
xformOrigintransformation origin
xformOrientationtransformation matrix
xformScaletransformation scale
unsafe void NXOpen.Features.WaveDatumBuilder.SetProductInterfaceObjects ( NXOpen.Assemblies.ProductInterface.InterfaceObject[]  selectedObjects)
inline

Sets selected product interface objects

Created in NX9.0.0

License requirements: None.

Parameters
selectedObjectsitems in list
unsafe void NXOpen.Features.WaveDatumBuilder.SetSourcePartOccurrences ( NXOpen.TaggedObject[]  sourcePartOccurrences)
inline

Sets source part occurrences

Created in NX10.0.0

License requirements: None.

Parameters
sourcePartOccurrences
unsafe void NXOpen.Features.WaveDatumBuilder.SetSynchlinkEntry ( bool  entryState)
inline

Sets Entry From SynchLink

Created in NX7.5.4

License requirements: wave ("WAVE FUNCTIONALITY")

Parameters
entryState

Property Documentation

unsafe bool NXOpen.Features.WaveDatumBuilder.Associative
getset

Returns or sets the associative

Created in NX5.0.0

License requirements to get this property: None.

License requirements to set this property: solid_modeling ("SOLIDS MODELING") OR cam_base ("CAM BASE") OR geometric_tol ("GDT") OR insp_programming ("INSPECTION PROGRAMMING")

unsafe NXOpen.SelectObjectList NXOpen.Features.WaveDatumBuilder.Datums
get

Returns the datum to link

Created in NX5.0.0

License requirements: None.

unsafe double NXOpen.Features.WaveDatumBuilder.DisplayScale
getset

Returns or sets the display scale

Created in NX5.0.0

License requirements to get this property: None.

License requirements to set this property: solid_modeling ("SOLIDS MODELING") OR cam_base ("CAM BASE") OR geometric_tol ("GDT") OR insp_programming ("INSPECTION PROGRAMMING")

unsafe bool NXOpen.Features.WaveDatumBuilder.HideOriginal
getset

Returns or sets the hideoriginal

Created in NX5.0.0

License requirements to get this property: None.

License requirements to set this property: solid_modeling ("SOLIDS MODELING") OR cam_base ("CAM BASE") OR geometric_tol ("GDT") OR insp_programming ("INSPECTION PROGRAMMING")

unsafe bool NXOpen.Features.WaveDatumBuilder.InheritDisplayProperties
getset

Returns or sets the inherit display properties from source option

Created in NX6.0.0

License requirements to get this property: None.

License requirements to set this property: solid_modeling ("SOLIDS MODELING") OR cam_base ("CAM BASE") OR geometric_tol ("GDT") OR insp_programming ("INSPECTION PROGRAMMING")

unsafe bool NXOpen.Features.WaveDatumBuilder.MakePositionIndependent
getset

Returns or sets the makepositionindependent

Created in NX5.0.0

License requirements to get this property: None.

License requirements to set this property: solid_modeling ("SOLIDS MODELING") OR cam_base ("CAM BASE") OR geometric_tol ("GDT") OR insp_programming ("INSPECTION PROGRAMMING")

unsafe NXOpen.Features.WaveDatumBuilder.ParentPartType NXOpen.Features.WaveDatumBuilder.ParentPart
getset

Returns or sets the source part type

Created in NX8.5.0

License requirements to get this property: None.

License requirements to set this property: solid_modeling ("SOLIDS MODELING") OR cam_base ("CAM BASE") OR geometric_tol ("GDT") OR insp_programming ("INSPECTION PROGRAMMING")

unsafe bool NXOpen.Features.WaveDatumBuilder.ReverseDirection
getset

Returns or sets the wave linked datum reverse direction

Created in NX7.5.4

License requirements to get this property: None.

License requirements to set this property: solid_modeling ("SOLIDS MODELING") OR cam_base ("CAM BASE") OR geometric_tol ("GDT") OR insp_programming ("INSPECTION PROGRAMMING")

unsafe NXOpen.TaggedObject NXOpen.Features.WaveDatumBuilder.SourcePartOccurrence
getset

Returns or sets the source part occurrence

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