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

Represents a Pierce Hole Parent sub feature. More...

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

Public Member Functions

unsafe
NXOpen.Die.PierceHoleChildBuilder 
CreateChild ()
 Creates a child pierce hole More...
 
unsafe void DeleteChild (NXOpen.Die.PierceHoleChildBuilder dieholechild)
 Deletes a child pierce hole More...
 
unsafe void GetBreakerHoleAttributes (out string title, out string value, out int color, out string diameterTitle)
 Gets the breaker hole attributes, note existance of attributes depends on usage in main feature More...
 
unsafe
NXOpen.Die.PierceHoleChildBuilder[] 
GetChildren ()
 Outputs the pierce hole children More...
 
unsafe void GetHoleAttributes (out string title, out string value, out int color, out string diameterTitle)
 Gets the hole attributes, note existance of attributes depends on usage in main feature More...
 
unsafe void GetSlugHoleAttributes (out string title, out string value, out int color, out string diameterTitle)
 Gets the slug hole attributes, note existance of attributes depends on usage in main feature More...
 
unsafe void SetBreakerHoleAttributes (string title, string value, int color, string diameterTitle)
 Sets the breaker hole attributes, note existance of attributes depends on usage in main feature More...
 
unsafe void SetBreakerHoleDepth (string breakerHoleDepth)
  More...
 
unsafe void SetBreakerHoleFactor (string breakerHoleFactor)
  More...
 
unsafe void SetBreakerHoleOffset (string breakerHoleOffset)
  More...
 
unsafe void SetDepth (string depth)
  More...
 
unsafe void SetDiameter (string diameter)
  More...
 
unsafe void SetDieClearance (string dieClearance)
  More...
 
unsafe void SetHoleAttributes (string title, string value, int color, string diameterTitle)
 Sets the hole attributes, note existance of attributes depends on usage in main feature More...
 
unsafe void SetLength (string length)
  More...
 
unsafe void SetProfileBlendRadius (string profileBlendRadius)
  More...
 
unsafe void SetSlugHoleAttributes (string title, string value, int color, string diameterTitle)
 Sets the slug hole attributes, note existance of attributes depends on usage in main feature More...
 
unsafe void SetSlugHoleDiameterIncrement (string slugHoleDiameterIncrement)
  More...
 
unsafe void SetSlugHoleOffset (string slugHoleOffset)
  More...
 
unsafe void SetWidth (string pierceHoleWidth)
  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 NXOpen.Expression BreakerHoleDepth [get]
 Returns the breaker hole depth of pierce holes More...
 
unsafe NXOpen.Expression BreakerHoleFactor [get]
 Returns the breaker hole factor of pierce holes More...
 
unsafe NXOpen.Expression BreakerHoleOffset [get]
 Returns the breaker hole offset of pierce holes More...
 
unsafe
NXOpen.Die.DieBuildStatusOption 
BuildStatus [get]
 Returns the build status of pierce holes More...
 
unsafe bool CircularSlugHole [get, set]
 Returns or sets the circular slug hole switch of pierce holes More...
 
unsafe bool CommonSlugHole [get, set]
 Returns or sets the common slug hole switch of pierce holes More...
 
unsafe NXOpen.Expression Depth [get]
 Returns the depth of pierce holes More...
 
unsafe bool DesignStatus [get, set]
 Returns or sets the design status of pierce holes More...
 
unsafe NXOpen.Expression Diameter [get]
 Returns the diameter of pierce holes More...
 
unsafe NXOpen.Expression DieClearance [get]
 Returns the die clearance of pierce holes More...
 
unsafe bool DisplayHoles [get, set]
 Returns or sets the display holes option of pierce holes More...
 
unsafe bool DisplayStatus [get, set]
 Returns or sets the display status of pierce holes More...
 
unsafe NXOpen.Expression Length [get]
 Returns the length of pierce holes More...
 
unsafe NXOpen.Expression ProfileBlendRadius [get]
 Returns the profile blend radius of pierce holes More...
 
unsafe NXOpen.Expression SlugHoleDiameterIncrement [get]
 Returns the slug hole diameter increment of pierce holes More...
 
unsafe NXOpen.Expression SlugHoleOffset [get]
 Returns the slug hole offset of pierce holes More...
 
unsafe NXOpen.Expression Width [get]
 Returns the width of pierce holes 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 Pierce Hole Parent sub feature.

This sub feature is created via the main feature builder.

Created in NX4.0.0

Member Function Documentation

unsafe NXOpen.Die.PierceHoleChildBuilder NXOpen.Die.PierceHoleParentBuilder.CreateChild ( )
inline

Creates a child pierce hole

Created in NX4.0.0

License requirements: ug_die_design ("Die Design")

Returns
unsafe void NXOpen.Die.PierceHoleParentBuilder.DeleteChild ( NXOpen.Die.PierceHoleChildBuilder  dieholechild)
inline

Deletes a child pierce hole

Created in NX4.0.0

License requirements: ug_die_design ("Die Design")

Parameters
dieholechild
unsafe void NXOpen.Die.PierceHoleParentBuilder.GetBreakerHoleAttributes ( out string  title,
out string  value,
out int  color,
out string  diameterTitle 
)
inline

Gets the breaker hole attributes, note existance of attributes depends on usage in main feature

Created in NX4.0.0

License requirements: ug_die_design ("Die Design")

Parameters
titletitle for attribute
valuevalue of attribute
colorcolor of hole faces
diameterTitletitle for diameter attribute
unsafe NXOpen.Die.PierceHoleChildBuilder [] NXOpen.Die.PierceHoleParentBuilder.GetChildren ( )
inline

Outputs the pierce hole children

Created in NX4.0.0

License requirements: ug_die_design ("Die Design")

Returns
children
unsafe void NXOpen.Die.PierceHoleParentBuilder.GetHoleAttributes ( out string  title,
out string  value,
out int  color,
out string  diameterTitle 
)
inline

Gets the hole attributes, note existance of attributes depends on usage in main feature

Created in NX4.0.0

License requirements: ug_die_design ("Die Design")

Parameters
titletitle for attribute
valuevalue of attribute
colorcolor of hole faces
diameterTitletitle for diameter attribute
unsafe void NXOpen.Die.PierceHoleParentBuilder.GetSlugHoleAttributes ( out string  title,
out string  value,
out int  color,
out string  diameterTitle 
)
inline

Gets the slug hole attributes, note existance of attributes depends on usage in main feature

Created in NX4.0.0

License requirements: ug_die_design ("Die Design")

Parameters
titletitle for attribute
valuevalue of attribute
colorcolor of hole faces
diameterTitletitle for diameter attribute
unsafe void NXOpen.Die.PierceHoleParentBuilder.SetBreakerHoleAttributes ( string  title,
string  value,
int  color,
string  diameterTitle 
)
inline

Sets the breaker hole attributes, note existance of attributes depends on usage in main feature

Created in NX4.0.0

License requirements: ug_die_design ("Die Design")

Parameters
titletitle for attribute
valuevalue of attribute
colorcolor of hole faces
diameterTitletitle for diameter attribute
unsafe void NXOpen.Die.PierceHoleParentBuilder.SetBreakerHoleDepth ( string  breakerHoleDepth)
inline

Created in NX4.0.0

License requirements: ug_die_design ("Die Design")

Parameters
breakerHoleDepth
unsafe void NXOpen.Die.PierceHoleParentBuilder.SetBreakerHoleFactor ( string  breakerHoleFactor)
inline

Created in NX4.0.0

License requirements: ug_die_design ("Die Design")

Parameters
breakerHoleFactor
unsafe void NXOpen.Die.PierceHoleParentBuilder.SetBreakerHoleOffset ( string  breakerHoleOffset)
inline

Created in NX4.0.0

License requirements: ug_die_design ("Die Design")

Parameters
breakerHoleOffset
unsafe void NXOpen.Die.PierceHoleParentBuilder.SetDepth ( string  depth)
inline

Created in NX4.0.0

License requirements: ug_die_design ("Die Design")

Parameters
depth
unsafe void NXOpen.Die.PierceHoleParentBuilder.SetDiameter ( string  diameter)
inline

Created in NX4.0.0

License requirements: ug_die_design ("Die Design")

Parameters
diameter
unsafe void NXOpen.Die.PierceHoleParentBuilder.SetDieClearance ( string  dieClearance)
inline

Created in NX4.0.0

License requirements: ug_die_design ("Die Design")

Parameters
dieClearance
unsafe void NXOpen.Die.PierceHoleParentBuilder.SetHoleAttributes ( string  title,
string  value,
int  color,
string  diameterTitle 
)
inline

Sets the hole attributes, note existance of attributes depends on usage in main feature

Created in NX4.0.0

License requirements: ug_die_design ("Die Design")

Parameters
titletitle for attribute
valuevalue of attribute
colorcolor of hole faces
diameterTitletitle for diameter attribute
unsafe void NXOpen.Die.PierceHoleParentBuilder.SetLength ( string  length)
inline

Created in NX4.0.0

License requirements: ug_die_design ("Die Design")

Parameters
length
unsafe void NXOpen.Die.PierceHoleParentBuilder.SetProfileBlendRadius ( string  profileBlendRadius)
inline

Created in NX4.0.0

License requirements: ug_die_design ("Die Design")

Parameters
profileBlendRadius
unsafe void NXOpen.Die.PierceHoleParentBuilder.SetSlugHoleAttributes ( string  title,
string  value,
int  color,
string  diameterTitle 
)
inline

Sets the slug hole attributes, note existance of attributes depends on usage in main feature

Created in NX4.0.0

License requirements: ug_die_design ("Die Design")

Parameters
titletitle for attribute
valuevalue of attribute
colorcolor of hole faces
diameterTitletitle for diameter attribute
unsafe void NXOpen.Die.PierceHoleParentBuilder.SetSlugHoleDiameterIncrement ( string  slugHoleDiameterIncrement)
inline

Created in NX4.0.0

License requirements: ug_die_design ("Die Design")

Parameters
slugHoleDiameterIncrement
unsafe void NXOpen.Die.PierceHoleParentBuilder.SetSlugHoleOffset ( string  slugHoleOffset)
inline

Created in NX4.0.0

License requirements: ug_die_design ("Die Design")

Parameters
slugHoleOffset
unsafe void NXOpen.Die.PierceHoleParentBuilder.SetWidth ( string  pierceHoleWidth)
inline

Created in NX4.0.0

License requirements: ug_die_design ("Die Design")

Parameters
pierceHoleWidth

Property Documentation

unsafe NXOpen.Expression NXOpen.Die.PierceHoleParentBuilder.BreakerHoleDepth
get

Returns the breaker hole depth of pierce holes

Created in NX4.0.0

License requirements: ug_die_design ("Die Design")

unsafe NXOpen.Expression NXOpen.Die.PierceHoleParentBuilder.BreakerHoleFactor
get

Returns the breaker hole factor of pierce holes

Created in NX4.0.0

License requirements: ug_die_design ("Die Design")

unsafe NXOpen.Expression NXOpen.Die.PierceHoleParentBuilder.BreakerHoleOffset
get

Returns the breaker hole offset of pierce holes

Created in NX4.0.0

License requirements: ug_die_design ("Die Design")

unsafe NXOpen.Die.DieBuildStatusOption NXOpen.Die.PierceHoleParentBuilder.BuildStatus
get

Returns the build status of pierce holes

Created in NX4.0.0

License requirements: ug_die_design ("Die Design")

unsafe bool NXOpen.Die.PierceHoleParentBuilder.CircularSlugHole
getset

Returns or sets the circular slug hole switch of pierce holes

Created in NX4.0.0

License requirements to get this property: ug_die_design ("Die Design")

License requirements to set this property: ug_die_design ("Die Design")

unsafe bool NXOpen.Die.PierceHoleParentBuilder.CommonSlugHole
getset

Returns or sets the common slug hole switch of pierce holes

Created in NX4.0.0

License requirements to get this property: ug_die_design ("Die Design")

License requirements to set this property: ug_die_design ("Die Design")

unsafe NXOpen.Expression NXOpen.Die.PierceHoleParentBuilder.Depth
get

Returns the depth of pierce holes

Created in NX4.0.0

License requirements: ug_die_design ("Die Design")

unsafe bool NXOpen.Die.PierceHoleParentBuilder.DesignStatus
getset

Returns or sets the design status of pierce holes

Created in NX4.0.0

License requirements to get this property: ug_die_design ("Die Design")

License requirements to set this property: ug_die_design ("Die Design")

unsafe NXOpen.Expression NXOpen.Die.PierceHoleParentBuilder.Diameter
get

Returns the diameter of pierce holes

Created in NX4.0.0

License requirements: ug_die_design ("Die Design")

unsafe NXOpen.Expression NXOpen.Die.PierceHoleParentBuilder.DieClearance
get

Returns the die clearance of pierce holes

Created in NX4.0.0

License requirements: ug_die_design ("Die Design")

unsafe bool NXOpen.Die.PierceHoleParentBuilder.DisplayHoles
getset

Returns or sets the display holes option of pierce holes

Created in NX4.0.0

License requirements to get this property: ug_die_design ("Die Design")

License requirements to set this property: ug_die_design ("Die Design")

unsafe bool NXOpen.Die.PierceHoleParentBuilder.DisplayStatus
getset

Returns or sets the display status of pierce holes

Created in NX4.0.0

License requirements to get this property: ug_die_design ("Die Design")

License requirements to set this property: ug_die_design ("Die Design")

unsafe NXOpen.Expression NXOpen.Die.PierceHoleParentBuilder.Length
get

Returns the length of pierce holes

Created in NX4.0.0

License requirements: ug_die_design ("Die Design")

unsafe NXOpen.Expression NXOpen.Die.PierceHoleParentBuilder.ProfileBlendRadius
get

Returns the profile blend radius of pierce holes

Created in NX4.0.0

License requirements: ug_die_design ("Die Design")

unsafe NXOpen.Expression NXOpen.Die.PierceHoleParentBuilder.SlugHoleDiameterIncrement
get

Returns the slug hole diameter increment of pierce holes

Created in NX4.0.0

License requirements: ug_die_design ("Die Design")

unsafe NXOpen.Expression NXOpen.Die.PierceHoleParentBuilder.SlugHoleOffset
get

Returns the slug hole offset of pierce holes

Created in NX4.0.0

License requirements: ug_die_design ("Die Design")

unsafe NXOpen.Expression NXOpen.Die.PierceHoleParentBuilder.Width
get

Returns the width of pierce holes

Created in NX4.0.0

License requirements: ug_die_design ("Die Design")


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