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.MirrorBodyBuilder Class Reference

Represents a NXOpen.Features.MirrorBody builder. More...

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

Public Types

enum  FeatureOptionType { OneFeatureForAllBodies, SeparateFeatureForEachBody }
 enum for feature option type More...
 
enum  ParentPart { WorkPart, OtherPart }
 the parent part types More...
 

Public Member Functions

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...
 
- 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 bool CopyThreads [get, set]
 Returns or sets the copy threads option More...
 
unsafe
NXOpen.Features.MirrorBodyBuilder.FeatureOptionType 
FeatureOption [get, set]
 Returns or sets the feature option type More...
 
unsafe bool FixAtCurrentTimestamp [get, set]
 Returns or sets the fix at current timestamp More...
 
unsafe NXOpen.Features.Feature FrecAtTimeStamp [get, set]
 Returns or sets the frec at time stamp 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 make position independent More...
 
unsafe NXOpen.ScCollector MirrorBodyCollector [get]
 Returns a collection of bodies to mirror More...
 
unsafe NXOpen.SelectBodyList MirrorBodyList [get]
 Returns the mirror body list. More...
 
unsafe
NXOpen.Features.MirrorBodyBuilder.ParentPart 
ParentPartType [get, set]
 Returns or sets the parent part type More...
 
unsafe NXOpen.SelectDatumPlane Plane [get]
 Returns the mirror plane More...
 
unsafe
NXOpen.GeometricUtilities.ReplAsstBuilder 
ReplacementAssistant [get]
 Returns the Replacement Assistant builder. More...
 
unsafe bool ReverseDirection [get, set]
 Returns or sets the 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 NXOpen.Features.MirrorBody builder.

Inputs to this class can be convergent objects.

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

Default values.

Property Value

Associative

True

CopyThreads

True

FixAtCurrentTimestamp

True

InheritDisplayProperties

False

MakePositionIndependent

False

ParentPartType

WorkPart

ReplacementAssistant.OneToOne

True

Created in NX5.0.0

Member Enumeration Documentation

enum for feature option type

Enumerator
OneFeatureForAllBodies 

An option to create one mirror or linked mirror body feature for all selected bodies as body collector

SeparateFeatureForEachBody 

An option to create a separate mirror or linked mirror body feature per single body

the parent part types

Enumerator
WorkPart 

Work Part

OtherPart 

Other Part

Member Function Documentation

unsafe void NXOpen.Features.MirrorBodyBuilder.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.MirrorBodyBuilder.GetSourcePartOccurrences ( out NXOpen.TaggedObject[]  sourcePartOccurrences)
inline

Gets source part occurrences

Created in NX10.0.0

License requirements: None.

Parameters
sourcePartOccurrences
unsafe void NXOpen.Features.MirrorBodyBuilder.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.MirrorBodyBuilder.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.MirrorBodyBuilder.SetSourcePartOccurrences ( NXOpen.TaggedObject[]  sourcePartOccurrences)
inline

Sets source part occurrences

Created in NX10.0.0

License requirements: None.

Parameters
sourcePartOccurrences

Property Documentation

unsafe bool NXOpen.Features.MirrorBodyBuilder.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 insp_programming ("INSPECTION PROGRAMMING")

unsafe bool NXOpen.Features.MirrorBodyBuilder.CopyThreads
getset

Returns or sets the copy threads option

Created in NX8.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 insp_programming ("INSPECTION PROGRAMMING")

unsafe NXOpen.Features.MirrorBodyBuilder.FeatureOptionType NXOpen.Features.MirrorBodyBuilder.FeatureOption
getset

Returns or sets the feature option type

Created in NX9.0.3

License requirements to get this property: None.

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

unsafe bool NXOpen.Features.MirrorBodyBuilder.FixAtCurrentTimestamp
getset

Returns or sets the fix at current timestamp

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 insp_programming ("INSPECTION PROGRAMMING")

unsafe NXOpen.Features.Feature NXOpen.Features.MirrorBodyBuilder.FrecAtTimeStamp
getset

Returns or sets the frec at time stamp

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 insp_programming ("INSPECTION PROGRAMMING")

unsafe bool NXOpen.Features.MirrorBodyBuilder.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 insp_programming ("INSPECTION PROGRAMMING")

unsafe bool NXOpen.Features.MirrorBodyBuilder.MakePositionIndependent
getset

Returns or sets the make position independent

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 insp_programming ("INSPECTION PROGRAMMING")

unsafe NXOpen.ScCollector NXOpen.Features.MirrorBodyBuilder.MirrorBodyCollector
get

Returns a collection of bodies to mirror

Created in NX9.0.0

License requirements: None.

unsafe NXOpen.SelectBodyList NXOpen.Features.MirrorBodyBuilder.MirrorBodyList
get

Returns the mirror body list.

For KF, only one parent body should be selected for this attribute.

Created in NX5.0.0

Deprecated in NX9.0.0. Use NXOpen.Features.MirrorBodyBuilder.MirrorBodyCollector instead.

License requirements: None.

unsafe NXOpen.Features.MirrorBodyBuilder.ParentPart NXOpen.Features.MirrorBodyBuilder.ParentPartType
getset

Returns or sets the parent part type

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 insp_programming ("INSPECTION PROGRAMMING")

unsafe NXOpen.SelectDatumPlane NXOpen.Features.MirrorBodyBuilder.Plane
get

Returns the mirror plane

Created in NX5.0.0

License requirements: None.

unsafe NXOpen.GeometricUtilities.ReplAsstBuilder NXOpen.Features.MirrorBodyBuilder.ReplacementAssistant
get

Returns the Replacement Assistant builder.

Call Enter() to enter or re-enter into the mapping environment. Enter() needs to be executed before invoking any map creation or automatic matching APIs. The matches inferred internally (internal identifier reuse, inherited from parent and siblings) will be populated when Enter() is executed for the first time after selecting a replacement entity. Call Exit() to exit the mapping environment.

Created in NX6.0.0

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

unsafe bool NXOpen.Features.MirrorBodyBuilder.ReverseDirection
getset

Returns or sets the reverse direction

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 insp_programming ("INSPECTION PROGRAMMING")

unsafe NXOpen.TaggedObject NXOpen.Features.MirrorBodyBuilder.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.